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 b52650f commit 539a181Copy full SHA for 539a181
composer.json
@@ -11,11 +11,11 @@
11
"license": "MIT",
12
"require": {
13
"php": ">=5.5.9",
14
- "illuminate/contracts": "5.0.*|5.1.*",
15
- "illuminate/support": "5.0.*|5.1.*",
16
- "illuminate/console": "5.0.*|5.1.*",
17
- "illuminate/http": "5.0.*|5.1.*",
18
- "illuminate/view": "5.0.*|5.1.*",
+ "illuminate/contracts": "5.0.*|5.1.*|5.2.*",
+ "illuminate/support": "5.0.*|5.1.*|5.2.*",
+ "illuminate/console": "5.0.*|5.1.*|5.2.*",
+ "illuminate/http": "5.0.*|5.1.*|5.2.*",
+ "illuminate/view": "5.0.*|5.1.*|5.2.*",
19
"symfony/process": "^2.6"
20
},
21
"require-dev": {
0 commit comments