ignore build headers
[m6w6/ext-http] / package.xml
index 95578eabeea2d475d8da2edbb4894d340164a634..de2235dd020d427bef10b8b81d1f272684465d45 100644 (file)
@@ -37,17 +37,16 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-09-25</date>
  <version>
-  <release>2.5.3</release>
-  <api>2.5.0</api>
+  <release>3.0.0dev</release>
+  <api>3.0.0</api>
  </version>
  <stability>
-  <release>stable</release>
-  <api>stable</api>
+  <release>beta</release>
+  <api>beta</api>
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fixed gh-issue #12: crash on bad url passed to http\Message::setRequestUrl()
-* The URL parser now fails on empty labels
+PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes:
 ]]></notes>
  <contents>
   <dir name="/">
@@ -346,9 +345,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-dev</min>
    </php>
    <pearinstaller>
     <min>1.4.1</min>
@@ -356,17 +353,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>