forked from thomasbnielsen/Silverstripe-Content-Blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 840 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
{
"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]"
}
],
"support": {
"issues": "https://github.com/NobrainerWeb/Silverstripe-Content-Blocks/issues"
},
"require": {
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1",
"ajshort/silverstripe-gridfieldextensions": "dev-master",
"unclecheese/betterbuttons": "dev-master"
},
"extra": {
"installer-name": "content-blocks"
}
}