-
Notifications
You must be signed in to change notification settings - Fork 2
/
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": "barrelstrength/sprout-reports",
"description": "Powerful custom reports.",
"version": "1.5.14",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"reports",
"sprout reports"
],
"license": "proprietary",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://barrelstrengthdesign.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/barrelstrength/sprout-reports/issues?state=open",
"source": "https://github.com/barrelstrength/sprout-reports",
"docs": "https://sprout.barrelstrengthdesign.com/docs/reports",
"rss": "https://github.com/barrelstrength/sprout-reports/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.5.0",
"barrelstrength/sprout-base": "^6.0.2",
"barrelstrength/sprout-base-reports": "^1.5.14"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutreports\\": "src/"
}
},
"extra": {
"name": "Sprout Reports",
"handle": "sprout-reports",
"developer": "Barrel Strength",
"developerUrl": "https://barrelstrengthdesign.com",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/reports",
"class": "barrelstrength\\sproutreports\\SproutReports"
}
}