-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.44 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-reports-users",
"description": "A collection of User-related Data Sources for Sprout Reports",
"version": "1.0.10",
"type": "craft-plugin",
"abandoned": "barrelstrength/sprout-data-studio",
"keywords": [
"craft",
"cms",
"craftcms",
"reports",
"sprout reports"
],
"license": "MIT",
"authors": [
{
"name": "Barrel Strength",
"homepage": "https://barrelstrengthdesign.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/barrelstrength/sprout-reports-users/issues?state=open",
"source": "https://github.com/barrelstrength/sprout-reports-users",
"docs": "https://sprout.barrelstrengthdesign.com/docs/reports",
"rss": "https://github.com/barrelstrength/sprout-reports-users/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.1.0",
"barrelstrength/sprout-reports": "^1.1.2"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutreportsusers\\": "src/"
}
},
"extra": {
"name": "Users Data Source for Sprout Reports",
"handle": "sprout-reports-users",
"developer": "Barrel Strength",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/reports",
"class": "barrelstrength\\sproutreportsusers\\SproutReportsUsers"
}
}