You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
When upgrading to Laravel 8, there are errors in the
composer update
output:i.e. this package requires ^3.7, laravel 8 ^4.0
The text was updated successfully, but these errors were encountered: