Skip to content

Commit 8abfc2a

Browse files
committed
Allow illuminate packages for both v5.7 and v5.8
1 parent 43f6d20 commit 8abfc2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/container": "^5.8",
21-
"illuminate/database": "^5.8",
22-
"illuminate/log": "^5.8",
23-
"illuminate/routing": "^5.8",
24-
"illuminate/support": "^5.8",
20+
"illuminate/container": "^5.7|^5.8",
21+
"illuminate/database": "^5.7|^5.8",
22+
"illuminate/log": "^5.7|^5.8",
23+
"illuminate/routing": "^5.7|^5.8",
24+
"illuminate/support": "^5.7|^5.8",
2525
"willdurand/email-reply-parser": "^2.8",
2626
"zbateson/mail-mime-parser": "^1.1"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.2",
30-
"orchestra/testbench": "^3.8",
30+
"orchestra/testbench": "^3.7|^3.8",
3131
"phpunit/phpunit": "^7.0",
3232
"zendframework/zend-mail": "^2.10"
3333
},

0 commit comments

Comments
 (0)