prepare 3.0.0
[m6w6/ext-http] / package.xml
index d6969ed551854ffbf8b0343c187c19d17c5955e0..6b81dc4ac6ce9dbf1a98d999400d84fe8529744b 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-12-07</date>
+ <date>2016-01-19</date>
  <version>
-  <release>2.5.5</release>
-  <api>2.5.0</api>
+  <release>3.0.0</release>
+  <api>3.0.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -46,7 +46,8 @@ 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 +346,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 +354,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>