-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
45 lines (45 loc) · 1.4 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
{
"name": "clearbold/craft-campaignmonitor-lists",
"description": "View and manage your Campaign Monitor subscriber lists in your Craft CMS control panel, add a subscribe form to your website for new subscribers.",
"version": "2.0.0",
"type": "craft-plugin",
"homepage": "https://github.com/clearbold/craft-campaignmonitor-lists",
"license": "MIT",
"authors": [
{
"name": "Mark Reeves",
"homepage": "http://clearbold.com"
}
],
"keywords": [
"craft",
"cms",
"craftcms",
"email",
"campaignmonitor",
"campaign monitor"
],
"require": {
"craftcms/cms": "^3.4.0|^4.0.0",
"campaignmonitor/createsend-php": "^6.1.1",
"clearbold/craft-campaignmonitor-service": "^2.0.0"
},
"autoload": {
"psr-4": {
"clearbold\\cmlists\\": "src/"
}
},
"support": {
"docs": "https://github.com/clearbold/craft-campaignmonitor-lists",
"source": "https://github.com/clearbold/craft-campaignmonitor-lists",
"issues": "https://github.com/clearbold/craft-campaignmonitor-lists/issues"
},
"extra": {
"name": "Campaign Monitor Lists",
"handle": "cm-lists",
"hasCpSection": true,
"developer": "Clearbold",
"developerUrl": "http://clearbold.com/",
"class": "clearbold\\cmlists\\CmLists"
}
}