forked from barrelstrength/sprout-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.2 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
{
"name": "barrelstrength/sprout-lists",
"description": "Subscribe and unsubscribe to things.",
"version": "2.0.0",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"lists",
"sprout lists"
],
"license": "proprietary",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://www.barrelstrengthdesign.com/"
}
],
"support": {
"email": "sprout@barrelstrengthdesign.com",
"issues": "https://github.com/barrelstrength/sprout-lists/issues?state=open",
"source": "https://github.com/barrelstrength/sprout-lists",
"docs": "https://sprout.barrelstrengthdesign.com/docs/lists",
"rss": "https://github.com/barrelstrength/sprout-lists/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.1.0",
"barrelstrength/sprout-base": "^5.0.1",
"barrelstrength/sprout-base-lists": "^1.0.4"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutlists\\": "src/"
}
},
"extra": {
"name": "Sprout Lists",
"handle": "sprout-lists",
"developer": "Barrel Strength",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/lists",
"class": "barrelstrength\\sproutlists\\SproutLists"
}
}