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 5db7985 + 854832c commit ffeb6bcCopy full SHA for ffeb6bc
composer.json
@@ -11,10 +11,10 @@
11
],
12
"require": {
13
"php": ">=5.5.9",
14
- "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
15
- "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
+ "illuminate/support": "^5.1",
+ "illuminate/filesystem": "^5.1",
16
"doctrine/annotations": "~1.2",
17
- "phpdocumentor/reflection-docblock": "3.1.*"
+ "phpdocumentor/reflection-docblock": "^3.1"
18
},
19
"require-dev": {
20
"squizlabs/php_codesniffer": "~2.0",
@@ -30,7 +30,7 @@
30
"Dingo\\Blueprint\\Tests\\": "tests"
31
}
32
33
- "extra": {
+ "extra": {
34
"branch-alias": {
35
"dev-master": "0.2-dev"
36
0 commit comments