We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f6d20 commit 8abfc2aCopy full SHA for 8abfc2a
composer.json
@@ -17,17 +17,17 @@
17
],
18
"require": {
19
"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",
+ "illuminate/container": "^5.7|^5.8",
+ "illuminate/database": "^5.7|^5.8",
+ "illuminate/log": "^5.7|^5.8",
+ "illuminate/routing": "^5.7|^5.8",
+ "illuminate/support": "^5.7|^5.8",
25
"willdurand/email-reply-parser": "^2.8",
26
"zbateson/mail-mime-parser": "^1.1"
27
},
28
"require-dev": {
29
"mockery/mockery": "^1.2",
30
- "orchestra/testbench": "^3.8",
+ "orchestra/testbench": "^3.7|^3.8",
31
"phpunit/phpunit": "^7.0",
32
"zendframework/zend-mail": "^2.10"
33
0 commit comments