-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.11 KB
/
composer.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
41
42
43
44
45
46
47
48
{
"name": "statikbe/craft-campaign-monitor",
"description": "Add subscribers to a Campaign Monitor list",
"type": "craft-plugin",
"version": "1.1.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"plugin",
"campaign monitor",
"campaignmonitor",
"email"
],
"license": "MIT",
"authors": [
{
"name": "Statik",
"homepage": "https://www.statik.be"
},
{
"name": "Hannah De Wachter",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/statikbe/craft-campaign-monitor/issues",
"source": "https://github.com/statikbe/craft-campaign-monitor",
"docs": "https://github.com/statikbe/craft-campaign-monitor/blob/master/README.md"
},
"require": {
"craftcms/cms": "^4.0.0",
"campaignmonitor/createsend-php": "^7.0"
},
"autoload": {
"psr-4": {
"statikbe\\campaignmonitor\\": "src/"
}
},
"extra": {
"name": "Campaign Monitor",
"handle": "campaign-monitor",
"hasSettings": true,
"developer": "Statik",
"class": "statikbe\\campaignmonitor\\CampaignMonitor"
}
}