beyondcode / laravel-query-detector

Laravel N+1 Query Detector
https://beyondco.de/docs/laravel-query-detector/usage
MIT License
1.99k stars 138 forks source link

Please allow PHP 8 #73

Closed altraWeb closed 11 months ago

altraWeb commented 3 years ago

Currently its fixed:

"require": {
      "php": "^7.1",
      "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
},
...

And this is why i can't fully upgrade to PHP 8 yet.

Thanks

liamjoc commented 3 years ago

I have created a PR with a passing build so hopefully it can get merged soon.

78

justinaskav commented 1 year ago

I think this issue can be closed, as I see the composer.json was updated, and I installed it and it works on PHP 8.1.