diff --git a/composer.json b/composer.json index b84b611..f1f0bc9 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,11 @@ } ], "require": { - "php": "^7.4 || ^8.0", - "behat/behat": "^3.6.1" + "php": "^8.1", + "behat/behat": "^3.16" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.0" + "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": { "Caciobanu\\Behat\\DeprecationExtension\\": "src/" }