diff --git a/composer.json b/composer.json index 0802e6a..7650cb2 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "require": { - "php": ">=5.3.2", + "php": "^8.1", "behat/behat": "^3.0.5", "behat/mink": "^1.5", - "symfony/config": "^2.7|^3.0|^4.0" + "symfony/config": "^6.1" }, "require-dev": {