-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (26 loc) · 1.26 KB
/
package.xml
File metadata and controls
30 lines (26 loc) · 1.26 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="dev.tkirch.wsc.nitrapi-php-lib" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/package.xsd">
<packageinformation>
<packagename><![CDATA[TitusKirch/nitrapi-php-lib]]></packagename>
<packagename language="de"><![CDATA[TitusKirch/nitrapi-php-lib]]></packagename>
<packagedescription><![CDATA[Titus version of the PHP SDK for the Nitrapi RESTful API.]]></packagedescription>
<packagedescription language="de"><![CDATA[Titus-Version des PHP-SDK für die Nitrapi RESTful API.]]></packagedescription>
<version>4.0.0</version>
<date>2021-02-15</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Titus Kirch]]></author>
<authorurl><![CDATA[https://tkirch.dev]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file"/>
<instruction type="language"/>
<instruction type="option"/>
</instructions>
</package>