diff --git a/composer.json b/composer.json index 58d6d45..f613dc4 100644 --- a/composer.json +++ b/composer.json @@ -19,22 +19,22 @@ "psr/http-client-implementation": "*", "psr/http-factory": "^1.0", "psr/http-message": "^1.0 || ^2.0", - "symfony/http-client": "^6.2", + "symfony/http-client": "^6.2 || ^7.0", "webmozart/assert": "^1.10" }, "require-dev": { "ext-curl": "*", "doctrine/coding-standard": "^12.0", - "infection/infection": "^0.27.2", - "laminas/laminas-diactoros": "^3.2.0", - "php-http/curl-client": "^2.3.0", - "phpunit/phpunit": "^10.3.4", + "infection/infection": "^0.27.8", + "laminas/laminas-diactoros": "^3.3.0", + "php-http/curl-client": "^2.3.1", + "phpunit/phpunit": "^10.5.0", "psalm/plugin-phpunit": "^0.18.4", "react/child-process": "^0.6.5", "react/http": "^1.9", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.7.2", - "vimeo/psalm": "^5.15" + "vimeo/psalm": "^5.16" }, "config": { "sort-packages": true, diff --git a/composer.lock b/composer.lock index 4a25eb9..b19a372 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea13e0692f28868fe133b1aa16ac65bf", + "content-hash": "eb583f3e3ec65ecaa3c0d52e148b13cd", "packages": [ { "name": "php-http/discovery", @@ -3424,16 +3424,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.2", + "version": "10.5.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" + "reference": "80cab181aebc2efac422940443e28db556137637" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", - "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/80cab181aebc2efac422940443e28db556137637", + "reference": "80cab181aebc2efac422940443e28db556137637", "shasum": "" }, "require": { @@ -3473,7 +3473,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.4-dev" + "dev-main": "10.5-dev" } }, "autoload": { @@ -3505,7 +3505,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.0" }, "funding": [ { @@ -3521,7 +3521,7 @@ "type": "tidelift" } ], - "time": "2023-10-26T07:21:45+00:00" + "time": "2023-12-01T06:12:50+00:00" }, { "name": "psalm/plugin-phpunit",