-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.json
28 lines (28 loc) · 926 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
{
"legacy_addon_id": "",
"title": "SparkPost Mail Transport",
"description": "Symfony Mailer Transport implementation for SparkPost",
"version_id": 3010170,
"version_string": "3.1.1",
"dev": "Simon Hampel",
"dev_url": "https://xenforo.com/community/members/sim.4264/",
"faq_url": "",
"support_url": "https://xenforo.com/community/threads/sparkpost-mail-transport-for-xf-2-3.224259/",
"extra_urls": {
"Addon": "https://xenforo.com/community/resources/sparkpost-mail-transport-for-xf-2-3.9538/",
"Git Repository": "https://github.com/hampel/sparkpost-mail-xenforo",
"SparkPost": "https://www.sparkpost.com/"
},
"require": {
"php": [
"8.1.0",
"PHP 8.1.0+"
],
"XF": [
"2030000",
"XenForo 2.3.0+"
]
},
"icon": "sparkpost.png",
"composer_autoload": "vendor/composer"
}