Merge branch 'v2.6.x'
[m6w6/ext-http] / package.xml
index 0e2206660d33b672e59773cc1f375b5293d7956d..f8d65e0aaf08718262b9baf0bcdd4aea31027c5a 100644 (file)
@@ -33,8 +33,8 @@ https://mdref.m6w6.name/http
  </lead>
  <date>2016-09-07</date>
  <version>
-  <release>2.6.0beta2</release>
-  <api>2.6.0</api>
+  <release>3.1.0beta2</release>
+  <api>3.1.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -64,10 +64,9 @@ https://mdref.m6w6.name/http
 * Fix gh-issue #36: Unexpected cookies sent if persistent_handle_id is used (Mike, @rcanavan, @afflerbach)
 * Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan)
 * Fix gh-issue #33: allow setting prodyhost request option to NULL (Mike, @rcanavan)
-* Fix gh-issue #31: add/improve configure checks for default CA bundle/path (Mike, @rcanavan) 
+* Fix gh-issue #31: add/improve configure checks for default CA bundle/path (Mike, @rcanavan)
 
 Changes from beta1:
-* Fixed PHP-5.3 compatibility
 * Fixed recursive calls to the event loop dispatcher
 ]]></notes>
  <contents>
@@ -380,9 +379,7 @@ Changes from beta1:
  <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>
@@ -390,17 +387,13 @@ Changes from beta1:
    <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>