Skip to content

Commit b921003

Browse files
committed
Add require laravel core illuminate from v5.3 to v5.8
1 parent c2331d2 commit b921003

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.0"
22+
"php": ">=7.0",
23+
"illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
24+
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
25+
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
2326
},
2427
"autoload": {
2528
"psr-4": {

0 commit comments

Comments
 (0)