-
-
Notifications
You must be signed in to change notification settings - Fork 31
The incompatible version of symfony/console has been fixed #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.