Skip to content

Commit

Permalink
Loosen Laravel version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-daneshvar committed Sep 12, 2019
1 parent bf22ee7 commit 7707dba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
],
"require": {
"php": "^7.2",
"illuminate/database": "~5.8.0"
"illuminate/database": ">=5"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
"orchestra/testbench": "^3.8",
"illuminate/http": "5.*",
"illuminate/database": "5.*"
"illuminate/http": ">=5",
"illuminate/database": ">=5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7707dba

Please sign in to comment.