-
Notifications
You must be signed in to change notification settings - Fork 1
/
addon.json
34 lines (34 loc) · 891 Bytes
/
addon.json
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
{
"legacy_addon_id": "",
"title": "[VersoBit] Resource Tickets",
"description": "Automatically creates & replies to tickets based on resource actions.",
"version_id": 10000018,
"version_string": "1.0.0a8",
"dev": "VersoBit",
"dev_url": "https://github.com/VersoBit",
"faq_url": "",
"support_url": "",
"extra_urls": {
"GitHub Repo": "https://github.com/VersoBit/XF-ResourceTickets",
"Report An Issue": "https://github.com/VersoBit/XF-ResourceTickets/issues"
},
"require": {
"XF": [
2020801,
"XenForo 2.2.8p1+"
],
"php": [
"8.1.0",
"PHP 8.1.0+"
],
"XFRM": [
2010670,
"XFRM 2.1.6+"
],
"NF/Tickets": [
2000770,
"NixFifty Tickets 2.0.7+"
]
},
"icon": "fa-ticket"
}