Skip to content

Commit

Permalink
Support only Laravel 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasali committed Apr 27, 2020
1 parent be6f943 commit 40cd420
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 @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.2",
"illuminate/database": "^5.8|^6.0|^7.0"
"illuminate/database": "^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "^3.8|^4.0|^5.0",
Expand Down

0 comments on commit 40cd420

Please sign in to comment.