aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php/composer.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-16 07:51:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-16 07:51:16 -0700
commit3bcdb6a55e4121713c60e9bd9f9ee9ec04b22d2b (patch)
treeca31463ba42d9784ffd2a74c4f1ac3d77cc54bfc /examples/php/composer.json
parent5e9b3f09de655b6f60182ee4fe83a05e95bb2680 (diff)
parent66e3b02d8a970f978c7907903f04094f802c7b44 (diff)
Merge github.com:grpc/grpc into fix_something
Diffstat (limited to 'examples/php/composer.json')
-rw-r--r--examples/php/composer.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/examples/php/composer.json b/examples/php/composer.json
index 9f44f0b186..c837bf7ac0 100644
--- a/examples/php/composer.json
+++ b/examples/php/composer.json
@@ -1,17 +1,14 @@
{
+ "name": "grpc/grpc-demo",
+ "description": "gRPC example for PHP",
+ "minimum-stability": "dev",
"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"
}
}