aboutsummaryrefslogtreecommitdiffhomepage
path: root/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2016-09-23 17:05:45 -0700
committerGravatar Paul Yang <TeBoring@users.noreply.github.com>2016-09-23 17:05:45 -0700
commit907a075d7eb83ddfa49c51c77b0292fe4fcafff6 (patch)
treea42a63a6b4fdc2dadab776e4000952f9f58cefc8 /php
parentc454b4433597bbce706138cb83a1aaa722ed544d (diff)
php: support 5.5.9 for pecl extension (#2174)
Diffstat (limited to 'php')
-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>