This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
forked from acrollet/ProwlPHP
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.xml
52 lines (52 loc) · 1.42 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
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.10" version="2.0"
xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Prowl</name>
<channel>pear.xenji.com</channel>
<summary>The PHP Prowl client library</summary>
<description>PHP class for Prowls iPhone notificaton service using API key authentication.</description>
<lead>
<name>Mario Mueller</name>
<user>xenji</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>#date#</date>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>Apache 2.0 License</license>
<notes>http://github.com/xenji/ProwlPHP/tree</notes>
<contents>
<dir name="/">
<dir name="Prowl">
<file name="Connector.php" role="php"/>
<file name="Message.php" role="php"/>
<file name="Response.php" role="php"/>
<dir name="Security">
<file name="PassthroughFilterImpl.php" role="php"/>
<file name="Secureable.php" role="php"/>
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0RC1</min>
</php>
<pearinstaller>
<min>1.9.1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease/>
</package>