From 9ceff2100e33d596fe1f8b37ee81075779f5f73f Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 6 Mar 2026 10:33:42 +0300 Subject: [PATCH] Update `symfony/console` version --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f40c1..1cee4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - New #263: Improve `prod-deploy` error handling so exact error is printed in case of rollback (@samdark) - Chg #263: Remove mutation testing (@samdark) -- Chg #263: Allow symfony/console 8 (@samdark) +- Chg #263, #268: Allow symfony/console 8 (@samdark) - Chg #255: Refactor `Makefile` default command help logic (@samdark) - Bug #256: Fix incorrect .env files used in Docker Compose for production (@aa-chernyh) - Enh #258: Set locale `C.UTF-8` in `Dockerfile` (@vjik) diff --git a/composer.json b/composer.json index 3e4408b..a7ed680 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "psr/http-server-handler": "^1.0.2", "psr/http-server-middleware": "^1.0.2", "psr/log": "^3.0.2", - "symfony/console": "7 - 8", + "symfony/console": "^7.4.6 || ^8.0.6", "yiisoft/aliases": "^3.1.1", "yiisoft/config": "^1.6.2", "yiisoft/data": "^1.0.1",