Conflitcts with root composer.json #394
Unanswered
paulosanda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
composer update --ignore-plataform-reqs
I receve this error msg
Problem 1
- darkaonline/l5-swagger[5.7.1, ..., 5.7.x-dev] require laravel/framework 5.6.|5.7. -> found laravel/framework[v5.6.0, ..., 5.7.x-dev] but it conflicts with your root composer.json require (^5.8.0).
- darkaonline/l5-swagger 5.7.0 requires laravel/framework 5.6.* -> found laravel/framework[v5.6.0, ..., 5.6.x-dev] but it conflicts with your root composer.json require (^5.8.0).
- Root composer.json requires darkaonline/l5-swagger 5.7.* -> satisfiable by darkaonline/l5-swagger[5.7.0, ..., 5.7.x-dev].
Beta Was this translation helpful? Give feedback.
All reactions