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 17eb53f commit 414b9a5Copy full SHA for 414b9a5
composer.json
@@ -5,9 +5,9 @@
5
"license": "MIT",
6
"require": {
7
"php": ">=5.6.0",
8
- "illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x",
9
- "illuminate/console": "5.0.x|5.1.x|5.2.x|5.3.x",
10
- "illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
+ "illuminate/support": "^5.0",
+ "illuminate/console": "^5.0",
+ "illuminate/filesystem": "^5.0",
11
"symfony/class-loader": "^2.3|3.*",
12
"doctrine/dbal": "~2.3"
13
},
0 commit comments