-
Notifications
You must be signed in to change notification settings - Fork 7
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
Laravel 9 support #20
Comments
Yes, it is totally okay as if you update to Laravel 9 you may find it in the composer.lock file or composer.json file |
I think you misunderstood :) It's not possible right now as the constraints in the composer.json needs to be adjusted:
Project is laravel 9 but laravel 9 requires |
Any change of this getting solved? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there should be issues with laravel 9 support, so would it be okay to allow for ìlluminate/support 9.x?
"illuminate/support": "^7.0 || ^8.0"
would then be :
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
The text was updated successfully, but these errors were encountered: