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.
1 parent eb9cb3b commit 6f79139Copy full SHA for 6f79139
composer.json
@@ -11,9 +11,9 @@
11
],
12
"require": {
13
"php": ">=7.0",
14
- "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
15
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
16
- "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
+ "illuminate/contracts": "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.*",
+ "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^5.4",
0 commit comments