Skip to content

Commit 8ca1625

Browse files
committed
add support to L6
1 parent 0967066 commit 8ca1625

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"license": "MIT",
2020
"require": {
2121
"php" : "^7.2",
22-
"illuminate/config": "~5.5.28 || ~5.6.0 || ~5.7.0 || ~5.8.0",
23-
"illuminate/console": "~5.5.28 || ~5.6.0 || ~5.7.0 || ~5.8.0",
24-
"illuminate/log": "~5.5.28 || ~5.6.0 || ~5.7.0 || ~5.8.0",
25-
"illuminate/support": "~5.5.28 || ~5.6.0 || ~5.7.0 || ~5.8.0",
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",
2626
"monolog/monolog": "~1.20"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^3.5",
29+
"orchestra/testbench": "^3.5 | ^4.0",
3030
"phpunit/phpunit": "^8.0",
3131
"phpstan/phpstan": "^0.11.8"
3232
},

0 commit comments

Comments
 (0)