-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaddon.json
30 lines (30 loc) · 819 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
{
"legacy_addon_id": "",
"title": "Seeder",
"description": "This add-on helps in filling development board with dummy data.",
"version_id": 1010051,
"version_string": "1.1.0 Release Candidate 1",
"dev": "TickTackk",
"dev_url": "https://xenforo.com/community/members/batpool52.90375/",
"faq_url": "",
"support_url": "https://github.com/ticktackk/SeederForXF2/issues",
"extra_urls": {
"Twitter": "https://twitter.com/t1cktackk"
},
"require": {
"XF": [
2010070,
"XenForo 2.1.0+"
],
"php": [
"7.2.0",
"PHP 7.2.0+"
],
"php-ext/fileinfo": [
"*",
"PHP Fileinfo module"
]
},
"icon": "fa-seedling",
"composer_autoload": "_vendor/composer"
}