forked from sheadawson/silverstripe-blocks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (29 loc) · 861 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
{
"name": "sheadawson/silverstripe-blocks",
"description": "An alternative to the SilverStripe Widgets module.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "blocks", "widgets"],
"homepage": "http://github.com/sheadawson/silverstripe-blocks",
"authors": [
{
"name": "Shea Dawson",
"email": "[email protected]"
}
],
"require":
{
"composer/installers": "*",
"silverstripe/framework": "^3.1.15",
"silverstripe/cms": "^3.1.15",
"silverstripe-australia/gridfieldextensions": "~1.0",
"silverstripe/multivaluefield": "~2.0",
"unclecheese/betterbuttons": "~1.2"
},
"suggest": {
"unisolutions/silverstripe-copybutton": "Duplicate Blocks in Block Admin",
"micschk/silverstripe-gridfieldsitetreebuttons": "Edit pages directly from a Block's 'used on page' list"
},
"extra": {
"installer-name": "blocks"
}
}