-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
45 lines (45 loc) · 1.39 KB
/
package.xml
File metadata and controls
45 lines (45 loc) · 1.39 KB
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
<?xml version="1.0"?>
<package 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/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>kislayphp_queue</name>
<channel>pecl.php.net</channel>
<summary>Kislay Queue provides a distributed queue server, client, and worker runtime.</summary>
<description>Kislay Queue provides a standalone queue server, producer client, worker client, retries, delayed jobs, and DLQ support. Part of the KislayPHP suite.</description>
<lead>
<name>kislay kumar</name>
<user>kislaykumar</user>
<email>kislayraj.89@gmail.com</email>
<active>yes</active>
</lead>
<date>2026-03-16</date>
<version>
<release>0.0.4</release>
<api>0.0.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>Apache-2.0</license>
<notes>Release 0.0.4.</notes>
<contents>
<dir name="/">
<file name="*" role="src" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>8.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>kislayphp_queue</providesextension>
<extsrcrelease />
</package>