Skip to content

Commit

Permalink
Merge pull request #24 from corporealshift/update-phpoption
Browse files Browse the repository at this point in the history
Update phpoption to 1.6 to support new filter methods
  • Loading branch information
dstevenson authored Sep 13, 2017
2 parents da2bf60 + 1520620 commit 62930a5
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 118 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
"homepage": "https://github.com/drslump/Protobuf-PHP"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/centraldesktop/php-option.git"
}
],
"bin" : ["protoc-gen-php.bat", "protoc-gen-php.php"],
"require" : {
"php" : ">=5.5.0",
"ext-mbstring" : "*",
"phpoption/phpoption": "1.5.*",
"phpoption/phpoption": ">=1.6.0",
"symfony/console" : "2.*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 62930a5

Please sign in to comment.