Skip to content

Commit ffeb6bc

Browse files
authored
Merge pull request #69 from thilanga/master
Support Laravel 5.5
2 parents 5db7985 + 854832c commit ffeb6bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"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.*",
14+
"illuminate/support": "^5.1",
15+
"illuminate/filesystem": "^5.1",
1616
"doctrine/annotations": "~1.2",
17-
"phpdocumentor/reflection-docblock": "3.1.*"
17+
"phpdocumentor/reflection-docblock": "^3.1"
1818
},
1919
"require-dev": {
2020
"squizlabs/php_codesniffer": "~2.0",
@@ -30,7 +30,7 @@
3030
"Dingo\\Blueprint\\Tests\\": "tests"
3131
}
3232
},
33-
"extra": {
33+
"extra": {
3434
"branch-alias": {
3535
"dev-master": "0.2-dev"
3636
}

0 commit comments

Comments
 (0)