-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
44 lines (44 loc) · 1.28 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-sent-email",
"description": "Review Sent Emails, confirm sent statuses, and re-send email to your users",
"version": "1.1.2",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"sent email",
"sprout sent email"
],
"license": "proprietary",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://www.barrelstrengthdesign.com/"
}
],
"support": {
"email": "sprout@barrelstrengthdesign.com",
"issues": "https://github.com/barrelstrength/craft-sprout-sitemaps/issues?state=open",
"source": "https://github.com/barrelstrength/craft-sprout-sitemaps",
"docs": "https://sprout.barrelstrengthdesign.com/docs/sitemaps"
},
"require": {
"craftcms/cms": "^3.4.0",
"barrelstrength/sprout-base": "^6.0.0",
"barrelstrength/sprout-base-sent-email": "^1.1.4"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutsentemail\\": "src/"
}
},
"extra": {
"name": "Sprout Sent Email",
"handle": "sprout-sent-email",
"developer": "Barrel Strength",
"developerUrl": "https://barrelstrengthdesign.com",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/email",
"class": "barrelstrength\\sproutsentemail\\SproutSentEmail"
}
}