Skip to content

Commit a3b52f5

Browse files
committed
Merge branch 'master' of github.com:ablagoev/Protobuf-PHP
2 parents 668ec20 + d66cdec commit a3b52f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"license": "MIT",
88
"authors": [
99
{
10-
"name": "DrSlump",
10+
"name": "Iván -DrSlump- Montes",
11+
"email": "drslump@pollinimini.net",
1112
"homepage": "https://github.com/drslump/Protobuf-PHP"
1213
}
1314
],
15+
"bin": ["protoc-gen-php.bat", "protoc-gen-php.php"],
1416
"require": {
15-
"php": ">=5.3.0",
17+
"php": ">=5.3.0"
1618
},
1719
"autoload": {
1820
"psr-0": {"DrSlump": "library/"}
@@ -22,4 +24,4 @@
2224
"dev-master": "1.0"
2325
}
2426
}
25-
}
27+
}

0 commit comments

Comments
 (0)