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 97a3812 + 5bfabdb commit b910b5dCopy full SHA for b910b5d
composer.json
@@ -11,11 +11,11 @@
11
"license" : "MIT",
12
"require": {
13
"php" : ">=5.4.0",
14
- "illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*",
15
- "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*",
16
- "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*",
17
- "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*",
18
- "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*"
+ "illuminate/support" : "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/console": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*"
19
},
20
"require-dev" : {
21
"phpunit/phpunit" : "~4.0",
0 commit comments