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 7ff157b + c1a61f6 commit f460ab7Copy full SHA for f460ab7
composer.json
@@ -10,12 +10,12 @@
10
}
11
],
12
"require": {
13
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
14
- "illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
15
- "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
+ "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.*"
16
},
17
"require-dev": {
18
- "phpunit/phpunit": "~5.0|~6.0|~7.0",
+ "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0",
19
"mockery/mockery": "~0.9.0",
20
"orchestra/testbench": "~3.1"
21
0 commit comments