-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.53 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-commerce",
"description": "A collection of Commerce-related Data Sources for Sprout Reports",
"version": "1.0.6",
"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": "sprout@barrelstrengthdesign.com",
"issues": "https://github.com/barrelstrength/sprout-reports-commerce/issues?state=open",
"source": "https://github.com/barrelstrength/sprout-reports-commerce",
"docs": "https://sprout.barrelstrengthdesign.com/docs/reports",
"rss": "https://github.com/barrelstrength/sprout-reports-commerce/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.0.0",
"barrelstrength/sprout-reports": "^1.3.0"
},
"autoload": {
"psr-4": {
"barrelstrength\\sproutreportscommerce\\": "src/"
}
},
"extra": {
"name": "Commerce Data Source for Sprout Reports",
"handle": "sprout-reports-commerce",
"developer": "Barrel Strength",
"developerUrl": "https://barrelstrengthdesign.com",
"documentationUrl": "https://sprout.barrelstrengthdesign.com/docs/reports",
"class": "barrelstrength\\sproutreportscommerce\\SproutReportsCommerce"
}
}