Skip to content

Commit

Permalink
5.8 Laravel support
Browse files Browse the repository at this point in the history
  • Loading branch information
zgabievi authored Apr 1, 2019
1 parent 7a7687e commit 173198a
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 @@ -19,9 +19,9 @@
],
"require": {
"php": "^7.1",
"illuminate/config": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
"illuminate/config": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"require-dev": {
"orchestra/testbench": "~3.6.0",
Expand Down

0 comments on commit 173198a

Please sign in to comment.