-
Notifications
You must be signed in to change notification settings - Fork 61
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
Seems not to support Laravel 9. #31
Comments
Also, might as well add support for PHP8.1. :-) |
I forked it to test. With php and illuminate/support updated, all tests passes. Since Symfony isn't php8.1 ready, it seems that you can just add "^9.0" to the "Illuminate/Support". You'll also need to add the latest version of "orchestra/testbench" and "laravel/legacy-factories". Fortunately, "laravel/legacy-factories" 1.3 seems to be fine, so this dependency can likely just be updated. |
@dclindner will you make a PR for this? Thanks! |
Good afternoon @dclindner @jcfrane Will be updating the package to support L9 this week. Thanks for the tip @dclindner 👍 |
Seems to be a simple fix to update the dependencies to support Laravel 9.
The text was updated successfully, but these errors were encountered: