-
Notifications
You must be signed in to change notification settings - Fork 252
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 #308
Comments
I am having the same problem here, because another package called cviebrock/eloquent-sluggable uses this one as a dependency :) When I try updating Laravel 8 to 9 by using composer, I am seeing this error.
This is because your lock file is stuck at 2.1.25 (egulias/email-validator) and should become ^3.1. Lines 383 to 390 in c8c58a2
|
I'm happy to merge a Pull Request that addresses this |
Ok, great! I will try making the PR next week :) |
Please add Laravel9 support in the package
The text was updated successfully, but these errors were encountered: