gh-actions: pecl_http3@PHP7 needs ext-propro
[m6w6/ext-raphf] / package.xml
index c9ffb3ae907e9abc2243689fcc6297075dfacf6d..d2df3187acb01ca7e032f456287ae1e59b5763cb 100644 (file)
@@ -19,20 +19,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2016-01-19</date>
+ <date>2019-10-25</date>
  <version>
-  <release>1.1.1</release>
-  <api>1.0.0</api>
+  <release>2.0.1</release>
+  <api>2.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
- <license>BSD, revised</license>
+ <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Source code documentation available at http://m6w6.github.io/ext-raphf/v1.1.x
-* Travis support
-* Fix package.xml's maximum and minimum PHP version
+* Fixed pointless initialization of persistent handles lists on cleanup
+* Fixed Windows build (Jan Ehrhardt)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -55,7 +54,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
     <file role="src" name="php_raphf_api.c"/>
    </dir>
    <dir name="scripts">
-    <file role="src" name="gen_travis_yml.php"/>
+    <file role="src" name="gen_github_workflow_ci.php"/>
    </dir>
    <dir name="tests">
     <file role="test" name="http001.phpt" />
@@ -68,9 +67,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <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.0</min>