The incompatible version of symfony/console has been fixed#439
The incompatible version of symfony/console has been fixed#439klsoft-web wants to merge 2 commits intoyiisoft:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #439 +/- ##
=========================================
Coverage 76.96% 76.96%
Complexity 29 29
=========================================
Files 11 11
Lines 178 178
=========================================
Hits 137 137
Misses 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Do you have any errors with current |
Bug reproduction steps: Actual: "symfony/console": "^7.4.1"
Fix: "symfony/console": "<=7.3"
|
|
Aha. That's not the issue of the dependency itself but of the documentation that uses the |
|
You use different PHP in |
|
I'll fix it in the guide. |
That's not correct. |
The version is from the Dockerfile: FROM dunglas/frankenphp:1-php8.2-bookworm AS base (https://github.com/yiisoft/app/blob/master/docker/Dockerfile#L3C1-L3C50). When I replace in the Dockerfile: |
|
The issue is that you're using |
run |
The symfony/console version 7.4 is incompatible because it requires symfony/string: ^7.2|^8.0. The 8.0 version requires PHP: >=8.4. However, the app template php: 8.2 - 8.5.