-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When upgrading to Laravel 8, there are errors in the composer update
output:
- sprocketbox/laravel-jwt v1.5.0 requires ramsey/uuid ^3.7 -> satisfiable by ramsey/uuid[3.7.0, ..., 3.x-dev].
- You can only install one version of a package, so only one of these can be installed: ramsey/uuid[dev-master, 3.7.0, ..., 3.x-dev, 4.0.0-alpha1, ..., 4.1.1].
- ramsey/uuid 4.x-dev is an alias of ramsey/uuid dev-master and thus requires it to be installed too.
- laravel/framework 8.x-dev requires ramsey/uuid ^4.0 -> satisfiable by ramsey/uuid[4.0.0-alpha1, ..., 4.x-dev (alias of dev-master)].
- Conclusion: don't install ramsey/uuid[4.0.1] | install ramsey/uuid[3.9.3] (conflict analysis result)
i.e. this package requires ^3.7, laravel 8 ^4.0
ollieread
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working