fix package.xml
[m6w6/ext-raphf] / package.xml
index 4bca67a80c3e6cfba3384a163664b50d76bc992d..d2df3187acb01ca7e032f456287ae1e59b5763cb 100644 (file)
@@ -19,18 +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.2</release>
-  <api>1.0.0</api>
+  <release>2.0.1</release>
+  <api>2.0.0</api>
  </version>
  <stability>
   <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[
-* Fixed release stability to stable
+* Fixed pointless initialization of persistent handles lists on cleanup
+* Fixed Windows build (Jan Ehrhardt)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -53,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" />
@@ -66,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>