-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcomposer.json
31 lines (31 loc) · 1.04 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
{
"name": "nobrainerweb/silverstripe-content-blocks",
"description": "Split your page content into manageable blocks/sections of content, each with their own template",
"type": "silverstripe-module",
"homepage": "https://github.com/NobrainerWeb/Silverstripe-Content-Blocks",
"keywords": ["silverstripe", "section", "sections", "blocks", "content"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Thomas B. Nielsen - Nobrainer Web",
"email": "[email protected]",
"homepage": "http://www.nobrainer.dk"
}
],
"support": {
"issues": "https://github.com/NobrainerWeb/Silverstripe-Content-Blocks/issues"
},
"require": {
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*",
"bummzack/sortablefile": "~1.2"
},
"suggest": {
"unisolutions/silverstripe-copybutton": "Adds the option to duplicate dataobjects and their relations",
"jonom/focuspoint": "Crop an image based on a focus point",
"silverstripe-australia/gridfieldextensions": "Sort content blocks"
},
"extra": {
"installer-name": "content-blocks"
}
}