-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
44 lines (44 loc) · 1.35 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-fields",
"description": "International, Craft-friendly field types.",
"version": "3.8.6",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"fields",
"sprout fields"
],
"license": "proprietary",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://www.barrelstrengthdesign.com/"
}
],
"support": {
"email": "sprout@barrelstrengthdesign.com",
"issues": "https://github.com/barrelstrength/sprout-fields/issues?state=open",
"source": "https://github.com/barrelstrength/sprout-fields",
"docs": "https://sprout.barrelstrengthdesign.com/docs/fields",
"rss": "https://github.com/barrelstrength/sprout-fields/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.2.0",
"barrelstrength/sprout-base": "^6.0.0",
"barrelstrength/sprout-base-fields": "^1.4.6"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutfields\\": "src/"
}
},
"extra": {
"name": "Sprout Fields",
"handle": "sprout-fields",
"developer": "Barrel Strength",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/fields",
"class": "barrelstrength\\sproutfields\\SproutFields"
}
}