diff --git a/composer.json b/composer.json index 345882e..78b91e6 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "bin": ["bin/license-checker"], "require": { "php": "^8.1", - "symfony/console": "^4.0 || ^5.0 || ^6.0", - "symfony/process": "^4.0 || ^5.0 || ^6.0", - "symfony/yaml": "^4.0 || ^5.0 || ^6.0" + "symfony/console": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^10.1",