Skip to content

Commit 62930a5

Browse files
author
dstevenson
authored
Merge pull request #24 from corporealshift/update-phpoption
Update phpoption to 1.6 to support new filter methods
2 parents da2bf60 + 1520620 commit 62930a5

File tree

2 files changed

+384
-118
lines changed

2 files changed

+384
-118
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
"homepage": "https://github.com/drslump/Protobuf-PHP"
1313
}
1414
],
15+
"repositories": [
16+
{
17+
"type": "git",
18+
"url": "https://github.com/centraldesktop/php-option.git"
19+
}
20+
],
1521
"bin" : ["protoc-gen-php.bat", "protoc-gen-php.php"],
1622
"require" : {
1723
"php" : ">=5.5.0",
1824
"ext-mbstring" : "*",
19-
"phpoption/phpoption": "1.5.*",
25+
"phpoption/phpoption": ">=1.6.0",
2026
"symfony/console" : "2.*"
2127
},
2228
"require-dev": {

0 commit comments

Comments
 (0)