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 12e378d commit dc11146Copy full SHA for dc11146
composer.json
@@ -19,11 +19,11 @@
19
],
20
"require": {
21
"php": ">=5.5.9",
22
- "illuminate/auth": "5.1.*|5.2.*",
23
- "illuminate/config": "5.1.*|5.2.*",
24
- "illuminate/contracts": "5.1.*|5.2.*",
25
- "illuminate/support": "5.1.*|5.2.*",
26
- "illuminate/http": "5.1.*|5.2.*",
+ "illuminate/auth": "~5.1",
+ "illuminate/config": "~5.1",
+ "illuminate/contracts": "~5.1",
+ "illuminate/support": "~5.1",
+ "illuminate/http": "~5.1",
27
"laravel-doctrine/orm": "1.0.*|1.1.*|1.2.*"
28
},
29
"suggest": {
0 commit comments