-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.16 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
{
"name": "fromholdio/silverstripe-heroic",
"type": "silverstripe-vendormodule",
"description": "A SilverStripe module adding full-featured, flexible hero/banner area (flat or carousel) to pages with inheritance of settings & themes, & colour/image/video backgrounds.",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "hero", "banner"],
"homepage": "https://github.com/fromholdio/silverstripe-heroic",
"support": {
"issues": "https://github.com/fromholdio/silverstripe-heroic/issues"
},
"authors": [{
"name": "Luke Fromhold",
"homepage": "https://fromhold.io"
}],
"require": {
"silverstripe/vendor-plugin": "^2",
"silverstripe/cms": "^5",
"fromholdio/silverstripe-colorpalette": "^3",
"fromholdio/silverstripe-minigridfield": "^1.0.3",
"fromholdio/silverstripe-simplevideo": "^3",
"fromholdio/silverstripe-sortable": "^3",
"fromholdio/silverstripe-superlinker-ctas": "^3",
"ryanpotter/silverstripe-color-field": "^1",
"symbiote/silverstripe-gridfieldextensions": "^4",
"unclecheese/display-logic": "^3"
},
"autoload": {
"psr-4": {
"Fromholdio\\Heroic\\": "src/"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}