aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-10-06 12:22:02 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-10-06 12:22:02 -0700
commit619c034fefab80def5ede91f6c28ef4013410035 (patch)
tree2815f208d597839b5289e3ad227efeacf8172e50 /composer.json
parent3a9f49d409d5fa552ea6053eedfa0a8e27d160e0 (diff)
php: require grpc extension to be installed before composer package
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index c5c7ae81d8..711ee82b79 100644
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0",
+ "ext-grpc": "*",
"google/protobuf": "v3.1.0-alpha-1"
},
"require-dev": {