forked from niklasfemerstrand/rc_openpgpjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (40 loc) · 1.37 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
<?xml version="1.0" encoding="UTF-8"?>
<package 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" packagerversion="1.9.0" version="2.0" 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>rc_openpgpjs</name>
<uri>https://github.com/qnrq/rc_openpgpjs</uri>
<summary>Security plugin for Roundcube</summary>
<description>
rc_openpgpjs is an extension adding OpenPGP functionality to the Roundcube webmail project.
</description>
<lead>
<name>Niklas Femerstrand</name>
<user>qnrq</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2013-01-07</date>
<version>
<release>0.1</release>
<api>0.1</api>
</version>
<stability>
<release>unstable</release>
<api>unstable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
<notes>-</notes>
<dependencies>
<required>
<php>
<min>5.2.2</min>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease/>
</package>