Skip to content

Commit

Permalink
⬆️ php v8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Dec 2, 2020
1 parent f4bdf62 commit 76b5df2
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 @@ -16,7 +16,7 @@
"require": {
"illuminate/support": "5.* || 6.* || 7.* || 8.*",
"jasongrimes/paginator": "^1.0",
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit 76b5df2

Please sign in to comment.