aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-01-30 20:39:17 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-01-30 20:39:22 -0800
commit1a3f4a55c26c36f3ccc0bc8001cf2138af8a065e (patch)
treec534ccd69019bd406ca3ecb8e4f6955310b3e19c /composer.json
parentc88834ba996084db5f530706a09892bdd900e7dc (diff)
PHP: make tests runnable on both protobuf 3.1 and 3.2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 711ee82b79..c5c7ae81d8 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,6 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0",
- "ext-grpc": "*",
"google/protobuf": "v3.1.0-alpha-1"
},
"require-dev": {