aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 20:39:01 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-03-10 16:58:45 -0800
commitd26753e414d71fd5144628036d2df5fad42718af (patch)
treea62ace24a91a35b1ac426d5ef7f7ee8726358bc7 /examples/php
parentfbdf51b07e56d0794776e40bc3a4a054e1883f0e (diff)
update PHP composer.json files
Diffstat (limited to 'examples/php')
-rw-r--r--examples/php/composer.json11
1 files changed, 1 insertions, 10 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json
index 9f44f0b186..314066b22d 100644
--- a/examples/php/composer.json
+++ b/examples/php/composer.json
@@ -1,17 +1,8 @@
{
- "repositories": [
- {
- "type": "vcs",
- "url": "https://github.com/stanley-cheung/Protobuf-PHP"
- }
- ],
"name": "grpc/grpc-demo",
"description": "gRPC example for PHP",
"minimum-stability": "dev",
"require": {
- "php": ">=5.5.0",
- "datto/protobuf-php": "dev-master",
- "google/auth": "dev-master",
- "grpc/grpc": "dev-release-0_11"
+ "grpc/grpc": "dev-release-0_13"
}
}