-
Notifications
You must be signed in to change notification settings - Fork 136
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
Feature request: Add Laravel 6 support #138
Comments
@joshcanhelp any status on the testing and merging of this PR? It would be awesome to upgrade |
@carnevalle - I'll get this out first thing next week. First round of internal testing is complete, just want to make sure we cover as many use cases as we can 👍 |
@joshcanhelp Any idea when |
@giannidhooge - Thanks for checking in. I'm just waiting to see if we can get #135 in without breaking changes and we'll get that release cut. Appreciate your patience! |
https://github.com/auth0/laravel-auth0/releases/tag/5.3.0 |
Hi!
Laravel 6 was released a few days ago, but since they switched to semver, laravel-auth0 isn't installable as it needs to indicate compatibility in the
composer.json
I've done some testing yesterday on a fork where I only changed the composer.json, and all functionality seemed to be fine, a quick scan of the codebase also didn't turn up any things that should be changed according to the laravel ugprade guide.
I'll submit a PR to make this package compatible, but please let me know if there's anything I missed.
The text was updated successfully, but these errors were encountered: