-
Notifications
You must be signed in to change notification settings - Fork 21
/
composer.json
46 lines (46 loc) · 1.31 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
{
"name": "barrelstrength/sprout-forms",
"description": "Simple, beautiful forms. 100% control.",
"version": "3.14.0",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"sprout forms"
],
"license": "proprietary",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://www.barrelstrengthdesign.com/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/barrelstrength/sprout-forms/issues?state=open",
"source": "https://github.com/barrelstrength/sprout-forms",
"docs": "https://sprout.barrelstrengthdesign.com/docs/forms",
"rss": "https://github.com/barrelstrength/sprout-forms/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.7.5",
"barrelstrength/sprout-base": "^6.0.2",
"barrelstrength/sprout-base-email": "^1.3.9",
"barrelstrength/sprout-base-fields": "^1.4.6",
"barrelstrength/sprout-base-reports": "^1.5.14"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutforms\\": "src/"
}
},
"extra": {
"name": "Sprout Forms",
"handle": "sprout-forms",
"developer": "Barrel Strength",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/forms",
"class": "barrelstrength\\sproutforms\\SproutForms"
}
}