Skip to content

Commit

Permalink
Add support for Laravel 7.X
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLier authored Apr 13, 2020
1 parent 5931ac0 commit 097b88e
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 @@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.0",
"illuminate/database": "^5.4|^6.0"
"illuminate/database": "^5.4|^6.0|^7.0"
},
"require-dev": {
"crysalead/kahlan": "~1.1"
Expand Down

0 comments on commit 097b88e

Please sign in to comment.