We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf8bf68 + f460ab7 commit 4575886Copy full SHA for 4575886
composer.json
@@ -14,12 +14,12 @@
14
}
15
],
16
"require": {
17
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
18
- "illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
19
- "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
+ "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*",
+ "illuminate/session": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*",
+ "illuminate/events": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*|| 5.6.* || 5.7.*"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "~5.0|~6.0|~7.0",
+ "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0",
23
"mockery/mockery": "~0.9.0",
24
"orchestra/testbench": "~3.1"
25
0 commit comments