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 58b06ca commit 6165770Copy full SHA for 6165770
composer.json
@@ -11,13 +11,13 @@
11
],
12
"require": {
13
"php": ">=5.4.7",
14
- "illuminate/filesystem": "~5.0",
15
- "illuminate/http": "~5.0",
16
- "illuminate/routing": "~5.0",
17
- "illuminate/support": "~5.0",
18
- "illuminate/view": "~5.0",
19
- "orchestra/config": "~3.0",
20
- "orchestra/support-providers": "~3.0",
+ "illuminate/filesystem": "5.0.*",
+ "illuminate/http": "5.0.*",
+ "illuminate/routing": "5.0.*",
+ "illuminate/support": "5.0.*",
+ "illuminate/view": "5.0.*",
+ "orchestra/config": "3.0.*",
+ "orchestra/support-providers": "3.0.*",
21
"mrclay/minify": "~2.2"
22
},
23
"require-dev": {
0 commit comments