The incompatible version of symfony/console has been fixed#262
The incompatible version of symfony/console has been fixed#262klsoft-web wants to merge 1 commit intoyiisoft:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
=========================================
Coverage 77.22% 77.22%
Complexity 52 52
=========================================
Files 16 16
Lines 180 180
=========================================
Hits 139 139
Misses 41 41 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The issue is with docs, not the actual dependency. |
|
You should use the same PHP version for This problem occurs when running |
That's not correct. |
The version is from the Dockerfile: FROM dunglas/frankenphp:1-php8.2-bookworm AS base (https://github.com/yiisoft/app-api/blob/master/docker/Dockerfile#L3). 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.