aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Cheung <stanley.cheung@gmail.com>2016-09-23 17:05:45 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2016-09-23 17:05:45 -0700
commit907a075d7eb83ddfa49c51c77b0292fe4fcafff6 (patch)
treea42a63a6b4fdc2dadab776e4000952f9f58cefc8
parentc454b4433597bbce706138cb83a1aaa722ed544d (diff)
downloadprotobuf-907a075d7eb83ddfa49c51c77b0292fe4fcafff6.tar.gz
protobuf-907a075d7eb83ddfa49c51c77b0292fe4fcafff6.tar.bz2
protobuf-907a075d7eb83ddfa49c51c77b0292fe4fcafff6.zip
php: support 5.5.9 for pecl extension (#2174)
-rw-r--r--php/ext/google/protobuf/package.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index 14d46c43..e1064b37 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -45,7 +45,7 @@ First alpha release.
<dependencies>
<required>
<php>
- <min>5.5.37</min>
+ <min>5.5.9</min>
</php>
<pearinstaller>
<min>1.4.0</min>