-
Notifications
You must be signed in to change notification settings - Fork 504
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 11 Support #320
Laravel 11 Support #320
Conversation
The last PR was merged almost a year ago... |
The package is still maintained and very stable. Thank you for contributing! |
Seems the tests have failed, can you add the exclude for the older PHP versions? |
I dropped PHP and Laravel versions which are end of life. https://endoflife.date/php I'm not sure if I can drop |
Any news on this PR? Looking forward to upgrading my application(s) to Laravel 11 but this one is holding me back. |
I'm waiting for a review from @J-Brk :-( |
Drop verbose on phpunit since it's no longer supported
Sorry for the lack of response & thanks for tagging me as reminder! The changes look good to me but seems we are still failing some tests... Do you have time to quickly fix the the phpunit config? If not I will try to adjust it myself in a few hours |
Unfortunately, I won't be able to make it today. Tomorrow I could have a look at the problem. |
@J-Brk my local tests are now passes. Maybe you can approve my changes.
|
@J-Brk Is there anything you could tell to when this will be merged/released? |
You can use temporary my repo for this package: composer.json
and then |
Thanks for jumping in @emtudo. I still wanted to do some more checks to make sure it works well but due to time restrains haven't been able to unfortunately. To prevent others from having to wait to use this, can you quickly release it as new version? |
ok @J-Brk I was going to wait for you since you started, but since you asked. |
New version released! |
This pull request adds Laravel 11 support.