-
Notifications
You must be signed in to change notification settings - Fork 3
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 updates #10
Conversation
swapnilsarwe
commented
May 25, 2024
•
edited
Loading
edited
- Adding support for laravel 11
- removed unspported PHP version & Laravel version from tests matrix
@Hasnayeen - have a look at MR & merge at your own convenience. No rush. |
@swapnilsarwe Thanks for the PR. |
you want me to update composer.json by removing support for PHP 7,8 & Laravel 8,9 too ? |
Yes please. |
updated git actions versions removed unspported PHP version & Laravel version from tests matrix
@swapnilsarwe can you add |
done |
I recommend you should mark this as a new major release. Since a lot of deprecation. |
Done |