aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-08 10:40:33 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-08 10:40:33 -0700
commitbcd1015320200ecf3222f885023e2c50003f39c4 (patch)
treef33c3df246533bcdd739d8f4085ad6023d5313d7 /composer.json
parentc28a6c1b3b4d68da7661997cd56d305b254a7d0b (diff)
php: update composer.json require-dev
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 05ac003714..6e7f24b451 100644
--- a/composer.json
+++ b/composer.json
@@ -13,8 +13,10 @@
],
"require": {
"php": ">=5.5.0",
- "datto/protobuf-php": "dev-master",
- "google/auth": "v0.7"
+ "datto/protobuf-php": "dev-master"
+ },
+ "require-dev": {
+ "google/auth": "v0.9"
},
"autoload": {
"psr-4": {