-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1.22 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": "mooror/sl-prepend-append-field",
"description": "A silverstripe 3.3+ module that adds a new text field type for prepending or appending content onto passed in user values.",
"type": "silverstripe-module",
"homepage": "https://github.com/mooror/sl-prepend-append-field",
"keywords": ["silverstripe", "sitelease", "prepend", "append", "field"],
"time": "2017-02-07",
"license": "MIT License",
"authors": [
{
"name": "Benjamin Blake",
"email": "[email protected]",
"homepage": "http://www.sitelease.ca",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/mooror/sl-prepend-append-field/issues",
"wiki": "https://github.com/mooror/sl-prepend-append-field/wiki",
"source": "https://github.com/mooror/sl-prepend-append-field",
"docs": "https://github.com/mooror/sl-prepend-append-field/wiki"
},
"require": {
"silverstripe/cms": "~3.1",
"silverstripe/framework": "~3.1"
},
"extra": {
"installer-name": "sl-prepend-append-field",
"screenshots": [
"docs/screenshots/PrependAppendField.png"
]
}
}