-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
46 lines (40 loc) · 2 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 name="dev.tkirch.wsc.graphql" 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[GraphQL]]></packagename>
<packagename language="de"><![CDATA[GraphQL]]></packagename>
<packagedescription><![CDATA[Provides an extensible GraphQL schema and API for your WSC page.]]></packagedescription>
<packagedescription language="de"><![CDATA[Bietet ein erweiterbares GraphQL-Schema und eine API für Ihre WSC-Seite.]]></packagedescription>
<version>0.1.0</version>
<date>2021-01-06</date>
<isapplication>1</isapplication>
<applicationdirectory>graphql</applicationdirectory>
</packageinformation>
<authorinformation>
<author>Titus Kirch</author>
<authorurl>https://tkirch.dev</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.3.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="14.4.0" file="requirements/dev.tkirch.wsc.graphql-php.tar">dev.tkirch.wsc.graphql-php</requiredpackage>
<requiredpackage minversion="5.2.0" file="requirements/dev.tkirch.wsc.php-jwt.tar">dev.tkirch.wsc.php-jwt</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="6.0.0 Alpha 1">dev.tkirch.wsc.graphql-php</excludedpackage>
<excludedpackage version="6.0.0 Alpha 1">dev.tkirch.wsc.php-jwt</excludedpackage>
</excludedpackages>
<instructions type="install">
<!-- files -->
<instruction type="file"/>
<instruction type="acpTemplate"/>
<!-- xml -->
<instruction type="option"/>
<instruction type="acpMenu"/>
<instruction type="userGroupOption"/>
<instruction type="cronjob"/>
<instruction type="language"/>
<!-- scripts -->
<instruction type="script" run="standalone">acp/install_dev.tkirch.wsc.graphql_0.1.0.php</instruction>
</instructions>
</package>