-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathaddon.json
40 lines (40 loc) · 1 KB
/
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
35
36
37
38
39
40
{
"legacy_addon_id": "",
"title": "Developer Tools",
"description": "This add-on provides enhancements for add-on developers.",
"version_id": 1050070,
"version_string": "1.5.0",
"dev": "TickTackk",
"dev_url": "https://xenforo.com/community/members/90375/",
"faq_url": "",
"support_url": "https://github.com/ticktackk/DeveloperToolsForXF2/issues",
"extra_urls": [],
"require": {
"XF": [
2010770,
"XenForo 2.1.7+"
],
"php": [
"7.3.0",
"PHP 7.3.0+"
],
"php-ext/intl": [
"*",
"PHP's Intl extension"
],
"php-ext/dom": [
"*",
"PHP's DOM extension"
],
"php-ext/json": [
"*",
"PHP's JSON extension"
],
"SV/StandardLib": [
2001200100,
"Standard Library by Xon v1.20.1+"
]
},
"icon": "fa-laptop-code",
"composer_autoload": "_vendor/composer"
}