aboutsummaryrefslogtreecommitdiffhomepage
path: root/php
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-22 17:17:01 -0700
committerGravatar Bo Yang <teboring@google.com>2016-09-22 17:17:01 -0700
commit9cb812fab5631fe1958c6bae465a4f86202b6db2 (patch)
tree4288373fb4005c7c9577cd74b22c06a76b93df1d /php
parent11433f78a72daf5d547547ab132de25ac79b9b0b (diff)
Modify php api version and minimum supported php version.
Diffstat (limited to 'php')
-rw-r--r--php/ext/google/protobuf/package.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/php/ext/google/protobuf/package.xml b/php/ext/google/protobuf/package.xml
index cfb33acb..14d46c43 100644
--- a/php/ext/google/protobuf/package.xml
+++ b/php/ext/google/protobuf/package.xml
@@ -10,11 +10,11 @@
<email>protobuf-opensource@google.com</email>
<active>yes</active>
</lead>
- <date>2016-09-02</date>
+ <date>2016-09-23</date>
<time>16:06:07</time>
<version>
<release>3.1.0a1</release>
- <api>3.1.0</api>
+ <api>3.1.0a1</api>
</version>
<stability>
<release>alpha</release>
@@ -45,7 +45,7 @@ First alpha release.
<dependencies>
<required>
<php>
- <min>5.6.0</min>
+ <min>5.5.37</min>
</php>
<pearinstaller>
<min>1.4.0</min>
@@ -57,14 +57,15 @@ First alpha release.
<changelog>
<release>
<version>
- <release>3.1.0</release>
- <api>3.1.0</api>
+ <release>3.1.0a1</release>
+ <api>3.1.0a1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
- <date>2016-09-02</date>
+ <date>2016-09-23</date>
+ <time>16:06:07</time>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
First alpha release