Skip to content

Commit 0287d4e

Browse files
committed
update composer
1 parent 42a1d4b commit 0287d4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/console": "~5.8|^6.0|^7.0",
15-
"illuminate/filesystem": "~5.8|^6.0|^7.0",
16-
"illuminate/support": "~5.8|^6.0|^7.0"
14+
"illuminate/console": "~5.8|^6.0",
15+
"illuminate/filesystem": "~5.8|^6.0",
16+
"illuminate/support": "~5.8|^6.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "1.x-dev"
37+
"dev-master": "2.x-dev"
3838
},
3939
"laravel": {
4040
"providers": [

0 commit comments

Comments
 (0)