Skip to content

Commit e08dec4

Browse files
authored
compatibility with L6.x
1 parent a8c22b9 commit e08dec4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"license": "MIT",
2020
"require": {
2121
"php" : "^7.2",
22-
"illuminate/config": "~5.5.28 | ^5.6 | ~6.0.0",
23-
"illuminate/console": "~5.5.28 | ^5.6 | ~6.0.0",
24-
"illuminate/log": "~5.5.28 | ^5.6 | ~6.0.0",
25-
"illuminate/support": "~5.5.28 | ^5.6 | ~6.0.0",
22+
"illuminate/config": "~5.5.28 | ^5.6 | ^6.0",
23+
"illuminate/console": "~5.5.28 | ^5.6 | ^6.0",
24+
"illuminate/log": "~5.5.28 | ^5.6 | ^6.0",
25+
"illuminate/support": "~5.5.28 | ^5.6 | ^6.0",
2626
"monolog/monolog": "~1.20|^2.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)