mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-10 22:02:46 +02:00
Update package.xml
This commit is contained in:
parent
1961db1475
commit
9c80d44be2
1 changed files with 11 additions and 5 deletions
16
package.xml
16
package.xml
|
|
@ -14,10 +14,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||||
<email>you@hanez.org</email>
|
<email>you@hanez.org</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
<date>2015-01-22</date>
|
<developer>
|
||||||
<time>23:02:23</time>
|
<name>Calvin Buckley</name>
|
||||||
|
<user>calvinb</user>
|
||||||
|
<email>calvin@cmpct.info</email>
|
||||||
|
<active>yes</active>
|
||||||
|
</developer>
|
||||||
|
<date>2021-02-03</date>
|
||||||
|
<time>13:02:23</time>
|
||||||
<version>
|
<version>
|
||||||
<release>0.3.1</release>
|
<release>0.4.0</release>
|
||||||
<api>0.3.1</api>
|
<api>0.3.1</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
|
|
@ -25,7 +31,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||||
<api>alpha</api>
|
<api>alpha</api>
|
||||||
</stability>
|
</stability>
|
||||||
<license uri="http://www.php.net/license">PHP</license>
|
<license uri="http://www.php.net/license">PHP</license>
|
||||||
<notes>Fixed bug to make the use of the T=0 protocol possible.</notes>
|
<notes>Updated for PHP 7 compatibility.</notes>
|
||||||
<contents>
|
<contents>
|
||||||
<dir name="/">
|
<dir name="/">
|
||||||
<file name="COPYING" role="doc" />
|
<file name="COPYING" role="doc" />
|
||||||
|
|
@ -40,7 +46,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<required>
|
<required>
|
||||||
<php>
|
<php>
|
||||||
<min>5.3</min>
|
<min>7.3</min>
|
||||||
</php>
|
</php>
|
||||||
<pearinstaller>
|
<pearinstaller>
|
||||||
<min>1.4.0b1</min>
|
<min>1.4.0b1</min>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue