Skip to content

Commit

Permalink
Update composer.json (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh authored Mar 3, 2020
1 parent b3f4ffe commit 1bf140a
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 @@ -18,12 +18,12 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/console": "~5.0|~6.0",
"illuminate/filesystem": "~5.0|~6.0",
"illuminate/database": "~5.0|~6.0",
"illuminate/support": "~5.0|~6.0",
"illuminate/config": "~5.0|~6.0",
"illuminate/pagination": "~5.0|~6.0"
"illuminate/console": "~5.0|~6.0|~7.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0",
"illuminate/database": "~5.0|~6.0|~7.0",
"illuminate/support": "~5.0|~6.0|~7.0",
"illuminate/config": "~5.0|~6.0|~7.0",
"illuminate/pagination": "~5.0|~6.0|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~5.4.0",
Expand Down

0 comments on commit 1bf140a

Please sign in to comment.