Skip to content

Commit

Permalink
Merge pull request #69 from thilanga/master
Browse files Browse the repository at this point in the history
Support Laravel 5.5
  • Loading branch information
thilanga authored Sep 20, 2017
2 parents 5db7985 + 854832c commit ffeb6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/support": "^5.1",
"illuminate/filesystem": "^5.1",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "3.1.*"
"phpdocumentor/reflection-docblock": "^3.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.0",
Expand All @@ -30,7 +30,7 @@
"Dingo\\Blueprint\\Tests\\": "tests"
}
},
"extra": {
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
Expand Down

0 comments on commit ffeb6bc

Please sign in to comment.