beyondcode/laravel-query-detector

Please allow PHP 8

altraWeb opened this issue · 2 comments

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

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

#78

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.