-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Upgrade to Laravel 10 fails #193
Comments
Same thing here installing to new project with laravel 10 composer require jeremykenedy/laravel-roles Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content. |
Fixed with #196 |
When trying to upgrade to Laravel 10 I get this composer error:
So, it seems like the
eklundkristoffer/seedster
dependency in thecomposer.json
should be updated to^7.0
.The text was updated successfully, but these errors were encountered: