Skip to content
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

Open
dclindner opened this issue Feb 13, 2022 · 4 comments
Open

Seems not to support Laravel 9. #31

dclindner opened this issue Feb 13, 2022 · 4 comments

Comments

@dclindner
Copy link

Seems to be a simple fix to update the dependencies to support Laravel 9.

@dclindner
Copy link
Author

Also, might as well add support for PHP8.1. :-)

@dclindner
Copy link
Author

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.

@jcfrane
Copy link

jcfrane commented Feb 14, 2022

@dclindner will you make a PR for this? Thanks!

@asantibanez
Copy link
Owner

Good afternoon @dclindner @jcfrane

Will be updating the package to support L9 this week. Thanks for the tip @dclindner 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants