diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-07-13 12:37:08 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-07-13 12:37:08 -0700 |
commit | ce3d05c753ae410deab8cfbf252709586a06ee62 (patch) | |
tree | 71217a9b278ae4a4ae8775aa24a853ce27742f93 | |
parent | 9055160b07cfbb2e9e42c3a33ed85276fea24fc6 (diff) |
add back version to composer.json file
-rw-r--r-- | src/php/composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php/composer.json b/src/php/composer.json index 2ad73223c6..b95cde1234 100644 --- a/src/php/composer.json +++ b/src/php/composer.json @@ -5,6 +5,7 @@ "keywords": ["rpc"], "homepage": "http://grpc.io", "license": "BSD-3-Clause", + "version": "1.0.0", "repositories": [ { "type": "vcs", |