Skip to content

Commit

Permalink
Maximum illuminate packages supported version is not 5.7, to avoid br…
Browse files Browse the repository at this point in the history
…eaking changes of 5.8
  • Loading branch information
micheleangioni committed Mar 9, 2019
1 parent 7f24366 commit 9eae6dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": ">=7.1.0 <8.0.0",
"illuminate/cache": "~5.4",
"illuminate/console": "~5.4",
"illuminate/database": "~5.4",
"illuminate/pagination": "~5.4",
"illuminate/support": "~5.4",
"illuminate/validation": "~5.4"
"illuminate/cache": "5.4|5.5|5.6|5.7",
"illuminate/console": "5.4|5.5|5.6|5.7",
"illuminate/database": "5.4|5.5|5.6|5.7",
"illuminate/pagination": "5.4|5.5|5.6|5.7",
"illuminate/support": "5.4|5.5|5.6|5.7",
"illuminate/validation": "5.4|5.5|5.6|5.7"
},
"require-dev": {
"mockery/mockery": "^0.9",
Expand Down

0 comments on commit 9eae6dc

Please sign in to comment.