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 0cedb55 commit ec7d1f6Copy full SHA for ec7d1f6
composer.json
@@ -6,9 +6,9 @@
6
"license": "LGPL-3.0-only",
7
"require": {
8
"php": ">=5.5.9",
9
- "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
10
- "illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
11
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
+ "illuminate/contracts": "^5.1",
+ "illuminate/http": "^5.1",
+ "illuminate/support": "^5.1"
12
},
13
"autoload": {
14
"psr-4": {
0 commit comments