-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
38 lines (38 loc) · 987 Bytes
/
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
{
"name": "feejin/silverstripe-securitytemplates",
"description": "Custom security templates to mirror CMS",
"type": "silverstripe-vendormodule",
"homepage": "https://github.com/feejin/Silverstripe-SecurityTemplates",
"keywords": ["silverstripe", "security", "templates", "theme"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Colin Richardson",
"email": "colinrichardson@bigfork.co.uk"
},
{
"name": "Loz Calver",
"email": "lozcalver@bigfork.co.uk"
},
{
"name": "Andrew Haine",
"email": "hello@andrewhaine.co.uk"
}
],
"support": {
"issues": "https://github.com/feejin/Silverstripe-SecurityTemplates/issues"
},
"require": {
"silverstripe/framework": "^4.1",
"silverstripe/cms": "^4.1",
"silverstripe/admin": "^1.0",
"silverstripe/asset-admin": "^1.0"
},
"extra": {
"installer-name": "securitytemplates",
"expose": [
"css",
"images"
]
}
}