aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/composer.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-31 15:54:32 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-31 15:54:32 -0800
commit6e0a4760c4ef38784a0b0de397481134bfd0576c (patch)
tree328ebd9aca2e4fbafbdb97f7b067848e299e1559 /src/php/composer.json
parent5cad46e218b3b42d5e9c10ee4e1c449b7ca23194 (diff)
parent7b005f7fddb0ce158c55bb804fe5811a096f1ae0 (diff)
Merge github.com:grpc/grpc into version3
Diffstat (limited to 'src/php/composer.json')
-rw-r--r--src/php/composer.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index a7e2a0d3eb..f3529161f8 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -1,14 +1,10 @@
{
- "name": "grpc/grpc",
- "type": "library",
- "description": "gRPC library for PHP",
- "keywords": ["rpc"],
- "homepage": "http://grpc.io",
+ "name": "grpc/grpc-dev",
+ "description": "gRPC library for PHP - for Developement use only",
"license": "BSD-3-Clause",
"version": "1.2.0",
"require": {
"php": ">=5.5.0",
- "ext-grpc": "*",
"google/protobuf": "v3.1.0-alpha-1"
},
"require-dev": {
@@ -16,7 +12,11 @@
},
"autoload": {
"psr-4": {
- "Grpc\\": "lib/Grpc/"
+ "Grpc\\": "lib/Grpc/",
+ "Grpc\\Testing\\": "tests/interop/Grpc/Testing/",
+ "GPBMetadata\\Src\\Proto\\Grpc\\Testing\\": "tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/",
+ "Math\\": "tests/generated_code/Math/",
+ "GPBMetadata\\": "tests/generated_code/GPBMetadata/"
}
}
}