diff --git a/composer.json b/composer.json index 1756159..49dcbd6 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ "homepage": "https://github.com/fsevestre/BooleanFormType", "require": { "php": ">=7.2.5", - "symfony/form": "^5.0 | ^6.0" + "symfony/form": "^5.0 | ^6.0 | ^7.0" }, "require-dev": { "phpunit/phpunit": "^8.5", - "symfony/phpunit-bridge": "^5.0 | ^6.0" + "symfony/phpunit-bridge": "^5.0 | ^6.0 | ^7.0" }, "autoload": { "psr-4": { "FSevestre\\BooleanFormType\\": "src/" }