From b36226b51eea3116c1432ee56d549ca34dceaa2e Mon Sep 17 00:00:00 2001 From: Viktor Babanov Date: Sun, 26 Jan 2025 20:37:04 +0500 Subject: [PATCH] Upgrade symfony/console: allow ^7.0 (#307) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b9752ef5..3c63d685 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "psr/http-client": "^1.0", "psr/http-message": "^1.0|^2.0", "psr/log": "^1.0|^2.0|^3.0", - "symfony/console": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0|^7.0", "yiisoft/di": "^1.0", "yiisoft/files": "^2.0", "yiisoft/profiler": "^3.0",