Skip to content

Commit

Permalink
updated minimum laravel version
Browse files Browse the repository at this point in the history
Signed-off-by: chistel <[email protected]>
  • Loading branch information
chistel committed Oct 13, 2019
1 parent 3868589 commit 89f9ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"prefer-stable": true,
"require": {
"php" : ">=7.1.3",
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 89f9ae8

Please sign in to comment.