Skip to content
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

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

Open
henrywhitaker3 opened this issue Mar 13, 2021 · 2 comments
Open

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

henrywhitaker3 opened this issue Mar 13, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@henrywhitaker3
Copy link

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
Copy link
Member

Thanks @henrywhitaker3. This package has fallen by the way side but I will look into this.

@ollieread ollieread self-assigned this Mar 13, 2021
@ollieread ollieread added the bug Something isn't working label Mar 13, 2021
@ollieread
Copy link
Member

Hi @henrywhitaker3, just to update you, this is going to be part of an update to include PHP 8 support with a new version. I'm also moving away from using the sprocketbox name so this package may be migrated to the olliecodes organization, just a heads up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants