Skip to content

Commit

Permalink
Merge pull request #25 from ZeProf2Code/patch-1
Browse files Browse the repository at this point in the history
Add support for Laravel 7.X
  • Loading branch information
jarektkaczyk committed Apr 14, 2020
2 parents 5931ac0 + 097b88e commit 244a3b6
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 244a3b6

Please sign in to comment.