Skip to content

Commit

Permalink
Merge pull request #4 from dungnh/support_laravel_8
Browse files Browse the repository at this point in the history
support PHP 8
  • Loading branch information
dungnh authored Jul 27, 2021
2 parents 626e759 + 6c7da8c commit b412dc8
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 @@ -14,7 +14,7 @@
"homepage": "https://coliving.com"
}],
"require": {
"php": "^7.2",
"php": "^7.4|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
"kalnoy/nestedset": "^5.0"
Expand Down

0 comments on commit b412dc8

Please sign in to comment.