diff --git a/composer.json b/composer.json index b8c35fbd..2d2251ff 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } }, "require": { - "php": "8.1.*|8.2.*|8.3.*|8.4.*", + "php": "8.1.*|8.2.*|8.3.*|8.4.*|8.5.*", "composer-runtime-api": "^2", "nikic/php-parser": "~4.18 || ^5.0", "phpdocumentor/reflection-common": "^2.1", @@ -36,14 +36,14 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "doctrine/coding-standard": "^13.0", - "eliashaeussler/phpunit-attributes": "^1.7", + "eliashaeussler/phpunit-attributes": "^1.8", "mikey179/vfsstream": "~1.2", "mockery/mockery": "~1.6.0", - "phpspec/prophecy-phpunit": "^2.0", + "phpspec/prophecy-phpunit": "^2.4", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-webmozart-assert": "^1.2", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.5.53", "psalm/phar": "^6.0", "rector/rector": "^1.0.0", "squizlabs/php_codesniffer": "^3.8" diff --git a/composer.lock b/composer.lock index 3762217b..d8d5ff30 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": "f86cf0131d7e7e3ff721badc3b7341f7", + "content-hash": "0010ed34ce9f76cf33b741087103f1c6", "packages": [ { "name": "doctrine/deprecations", @@ -3078,7 +3078,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "8.1.*|8.2.*|8.3.*|8.4.*", + "php": "8.1.*|8.2.*|8.3.*|8.4.*|8.5.*", "composer-runtime-api": "^2" }, "platform-dev": [],