-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add support for laravel 10 #57
Conversation
Hey! Thanks for the contribution! I'm running some tests to ensure everything is working then it'll be merged! |
This package depends on another package of yours (laravel-database-queries-counter) which itself needs to support Laravel 10. I opened another pull request on laravel-queries-counter to support Laravel 10. then if you can tag a release in order to come back to this one and modify the dependency |
Any news about this update? I really want to use this package, but it won't let me install on Laravel 10... |
Unfortunately the maintainer does not respond. so i had to fork it and use my own repo |
Codecov Report
@@ Coverage Diff @@
## develop #57 +/- ##
==========================================
Coverage 98.20% 98.20%
Complexity 150 150
==========================================
Files 26 26
Lines 501 501
==========================================
Hits 492 492
Misses 9 9 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I think everything is fine ? |
For some reason, it is not running the test suite for PHP 8.1 with Laravel 10. I'm going to push another commit and see how it goes. |
Thank you guys for your patience! 😅 |
This pull request bumps dependencies to support Laravel 10. it also modifies the run-tests.yml github action to run tests on Laravel 10 as well