Skip to content

Cannot upgrade existing project to Laravel 8 (ramsey/uuid) #11

@henrywhitaker3

Description

@henrywhitaker3

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions