forked from Yubico/php-yubico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
46 lines (46 loc) · 1.38 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.5.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Auth_Yubico</name>
<channel>pear.php.net</channel>
<summary>Authentication class for verifying Yubico OTP tokens.</summary>
<description>PHP class to help you verify Yubico OTP tokens.
</description>
<lead>
<name>Simon Josefsson</name>
<user>jas</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2008-10-07</date>
<time>19:22:42</time>
<version>
<release>2.4</release>
<api>1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>This is the first release.
</notes>
<contents>
<dir name="/">
<file baseinstalldir="Auth" name="Yubico.php" role="php" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
</package>