From 37c9af4d8930c243852afe514825a4cce9373b55 Mon Sep 17 00:00:00 2001 From: "M. Odarchenko" Date: Thu, 16 Jul 2026 11:39:14 +0100 Subject: [PATCH] Allow Symfony 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/" }