Skip to content

Commit

Permalink
Merge pull request #24 from Pr3d4dor/feature/support-for-laravel-8
Browse files Browse the repository at this point in the history
feat: support for laravel 8
  • Loading branch information
overtrue authored Sep 21, 2020
2 parents 628bbd1 + f2d3e3c commit 9e25555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A dev tool to log all queries for laravel application.",
"type": "library",
"require": {
"laravel/framework": "^5.5.0||~6.0||~7.0||~8.0"
"laravel/framework": "~5.5||~6.0||~7.0||~8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9e25555

Please sign in to comment.