From c609f2d4e0a7f92050ff980b827417a1800ed63c Mon Sep 17 00:00:00 2001 From: yeyixianyang Date: Sun, 7 Dec 2025 11:07:35 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=94=BE=E5=AE=BD=20symfony/con?= =?UTF-8?q?sole=20=E7=89=88=E6=9C=AC=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 允许使用 ^7.0 或 ^8.0 版本的 symfony/console - 保持与其他依赖的兼容性 - 更新版本约束以支持更多环境配置 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbf7892..02a724c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^8.4", "illuminate/contracts": "^12.0", "illuminate/support": "^12.41", - "symfony/console": "^8.0" + "symfony/console": "^7.0|^8.0" }, "require-dev": { "laravel/pint": "^1.26",