From 47d69d2df2fcb337c15c2fe11b306651553532dc Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Fri, 10 May 2024 10:30:03 -0600 Subject: [PATCH] allow Symfony 7.1 beta Actually, I'm not sure if this will allow Symfony 7.1 beta, but certainly with a 7.1 release close there's no reason to lock this bundle to 7.0.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3b396fd..970a4a34 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/cache": "^5.4|^6.0|^7.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/security-bundle": "^5.4|^6.0|7.0.*", + "symfony/security-bundle": "^5.4|^6.0|^7.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0", "symfony/string": "^5.4|^6.0|^7.0", "symfony/translation-contracts": "^2.4|^3.0",