Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ablagoev/Protobuf-PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
ablagoev committed May 23, 2013
2 parents 668ec20 + d66cdec commit a3b52f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"license": "MIT",
"authors": [
{
"name": "DrSlump",
"name": "Iván -DrSlump- Montes",
"email": "drslump@pollinimini.net",
"homepage": "https://github.com/drslump/Protobuf-PHP"
}
],
"bin": ["protoc-gen-php.bat", "protoc-gen-php.php"],
"require": {
"php": ">=5.3.0",
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"DrSlump": "library/"}
Expand All @@ -22,4 +24,4 @@
"dev-master": "1.0"
}
}
}
}

0 comments on commit a3b52f5

Please sign in to comment.