diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-07-22 12:37:10 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-07-26 17:44:55 -0700 |
commit | c5755ad5a934ccaf300297c31a8f3d24a81fb279 (patch) | |
tree | 1bc6ba56be94db855cdbe8b0fda75d633d85ac66 /src | |
parent | 31fd05318099c64d2bd5688a6c3cea341e4b566e (diff) |
php: fix composer.json
Diffstat (limited to 'src')
-rw-r--r-- | src/php/composer.json | 4 |
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": { |