From 66621959365e20bba687b2cc7450aeac152a657b Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 25 May 2023 08:47:35 +0200 Subject: [PATCH] Allow symfony/console 7 (#10724) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f8a72fc661e..d38e3eed5da 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "doctrine/lexer": "^2", "doctrine/persistence": "^2.4 || ^3", "psr/cache": "^1 || ^2 || ^3", - "symfony/console": "^4.2 || ^5.0 || ^6.0", + "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0", "symfony/polyfill-php72": "^1.23", "symfony/polyfill-php80": "^1.16" },