aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/composer.json
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-09-23 13:37:10 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-09-29 17:26:40 -0700
commit39b2e5bec652632ab4a2c1ebfec049ecaa05089c (patch)
tree8379bec6823ec92142a9ea373d3edf0935610706 /src/php/composer.json
parent857a1304933dd6ab4993e71125da38d22bf639f5 (diff)
PHP Proto3: update tests and README
Diffstat (limited to 'src/php/composer.json')
-rw-r--r--src/php/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/composer.json b/src/php/composer.json
index 571f30013f..6042094032 100644
--- a/src/php/composer.json
+++ b/src/php/composer.json
@@ -8,7 +8,7 @@
"version": "1.1.0",
"require": {
"php": ">=5.5.0",
- "stanley-cheung/protobuf-php": "v0.6"
+ "google/protobuf": "v3.1.0-alpha-1"
},
"require-dev": {
"google/auth": "v0.9"