diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/composer.json b/composer.json index d9422dd..209e0e6 100644 --- a/composer.json +++ b/composer.json @@ -33,13 +33,15 @@ ], "homepage": "https://www.doctrine-project.org/projects/collections.html", "require": { - "php": "^7.1.3 || ^8.0", - "doctrine/deprecations": "^0.5.3 || ^1" + "php": "^8.1", + "doctrine/deprecations": "^1" }, "require-dev": { - "doctrine/coding-standard": "^9.0 || ^10.0", - "phpstan/phpstan": "^1.4.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "ext-json": "*", + "doctrine/coding-standard": "^10.0", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5", "vimeo/psalm": "^4.22" }, "autoload": { |