-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 946 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
{
"name": "undefinedoffset/silverstripe-advancedwidgeteditor",
"description": "Replaces the Widget Editor to enable support for advanced form fields such as UploadField",
"type": "silverstripe-module",
"keywords": ["silverstripe", "widgets", "blog"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ed Chipman",
"homepage": "http://www.edchipman.ca",
"role": "Developer"
}
],
"require":
{
"silverstripe/framework": "~3.1",
"silverstripe/widgets": "*",
"composer/installers": "*"
},
"support": {
"issues": "https://github.com/undefinedoffset/silverstripe-advancedwidgeteditor/issues"
},
"suggest": {
"webbuilders-group/silverstripe-collapsiblewidgets": "Extends the widget area editor and makes used widgets collapsible"
},
"extra": {
"installer-name": "advancedwidgeteditor"
}
}