aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-22 12:37:10 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-26 17:44:43 -0700
commitb95870d85b3fdb95810034909d40527aebd2d82a (patch)
tree2acacc04a98d8988fe58cea3d6767a402e13ae3d /src/php/composer.json
parentee70fa70226bd10524e06a4b4f8ab19e38af946e (diff)
php: fix composer.json
Diffstat (limited to 'src/php/composer.json')
-rw-r--r--src/php/composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index 88418206e8..1eacc643a2 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -8,7 +8,9 @@
"version": "1.0.0",
"require": {
"php": ">=5.5.0",
- "stanley-cheung/protobuf-php": "v0.6",
+ "stanley-cheung/protobuf-php": "v0.6"
+ },
+ "require-dev": {
"google/auth": "v0.9"
},
"autoload": {