Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 20, 2019
1 parent 42a1d4b commit 0287d4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": "^7.1.3",
"illuminate/console": "~5.8|^6.0|^7.0",
"illuminate/filesystem": "~5.8|^6.0|^7.0",
"illuminate/support": "~5.8|^6.0|^7.0"
"illuminate/console": "~5.8|^6.0",
"illuminate/filesystem": "~5.8|^6.0",
"illuminate/support": "~5.8|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand All @@ -34,7 +34,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 0287d4e

Please sign in to comment.