Skip to content
Snippets Groups Projects
Commit c5755ad5 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

php: fix composer.json

parent 31fd0531
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
"description": "gRPC example for PHP", "description": "gRPC example for PHP",
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"grpc/grpc": "v0.15.0" "grpc/grpc": "v0.15.2"
} }
} }
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
"version": "1.0.0", "version": "1.0.0",
"require": { "require": {
"php": ">=5.5.0", "php": ">=5.5.0",
"stanley-cheung/protobuf-php": "v0.6", "stanley-cheung/protobuf-php": "v0.6"
},
"require-dev": {
"google/auth": "v0.9" "google/auth": "v0.9"
}, },
"autoload": { "autoload": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment