Skip to content

Commit fcc88fa

Browse files
authored
Update composer.json
1 parent 6a7f943 commit fcc88fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/console": "5.6.*|5.7.*|5.8.*",
21-
"illuminate/http": "5.6.*|5.7.*|5.8.*",
22-
"illuminate/support": "5.6.*|5.7.*|5.8.*",
20+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
21+
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
22+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
2323
"symfony/var-dumper": "^4.1.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)