Merge branch 'v2.5.x'
[m6w6/ext-http] / package.xml
index 68fc0532af22e20aa0100a252f5b8613ec789c26..f4191ad2083e9a93e36fb37685bbd6f250a588ed 100644 (file)
@@ -35,10 +35,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-09-25</date>
+ <date>2015-12-07</date>
  <version>
-  <release>2.5.4dev</release>
-  <api>2.5.0</api>
+  <release>3.0.0RC1</release>
+  <api>3.0.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -46,7 +46,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fixed gh-issue #16: No Content-Length header with empty POST requests
+PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes:
+- removed http\Url::FROM_ENV from the default flags of the http\Url constructor, use http\Env\Url instead
+
 ]]></notes>
  <contents>
   <dir name="/">
@@ -345,9 +347,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  <dependencies>
   <required>
    <php>
-    <min>5.3.0</min>
-    <max>7.0.0</max>
-    <exclude>7.0.0</exclude>
+    <min>7.0.0</min>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
@@ -355,17 +355,13 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
    <package>
     <name>raphf</name>
     <channel>pecl.php.net</channel>
-    <min>1.1.0</min>
-    <max>2.0.0dev</max>
-    <exclude>2.0.0dev</exclude>
+    <min>2.0.0dev</min>
     <providesextension>raphf</providesextension>
    </package>
    <package>
     <name>propro</name>
     <channel>pecl.php.net</channel>
-    <min>1.0.0</min>
-    <max>2.0.0dev</max>
-    <exclude>2.0.0dev</exclude>
+    <min>2.0.0dev</min>
     <providesextension>propro</providesextension>
    </package>
   </required>