aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/composer.json.template
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-21 22:34:40 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-21 22:37:50 -0700
commit35d8474c0e877b03c5bbbb99535151446345113c (patch)
tree595b5971a12df86dec3817f6d0105c626dba8919 /templates/composer.json.template
parentb8c87fd33d7ec0f44eb6e8c8d0a350809fa2e61f (diff)
php: update composer.json
Diffstat (limited to 'templates/composer.json.template')
-rw-r--r--templates/composer.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/composer.json.template b/templates/composer.json.template
index 07ab1f20eb..48d3b8892e 100644
--- a/templates/composer.json.template
+++ b/templates/composer.json.template
@@ -9,7 +9,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.5.0",
- "stanley-cheung/protobuf-php": "dev-master"
+ "stanley-cheung/protobuf-php": "v0.6"
},
"require-dev": {
"google/auth": "v0.9"