-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
59 lines (51 loc) · 1.73 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "friendsofsilverstripe/handypages",
"description": "A handy set of page types and modules for building a new website.",
"type": "silverstripe-module", "license": "BSD-3-Clause",
"homepage": "https://github.com/FriendsOfSilverStripe/HandyPages",
"keywords": [
"silverstripe",
"handy pages",
"handypages",
"page types",
"pagetypes",
"useful modules",
"landing page",
"landingpage",
"sublanding page",
"sublandingpage",
"generic page",
"genericpage",
"brand colors"
],
"require": {
"php": "^5.4",
"silverstripe/framework": "~3.0",
"heyday/silverstripe-menumanager": "~2.2",
"sheadawson/silverstripe-blocks": "~1.0",
"heyday/silverstripe-colorpalette": "~1.1",
"ninty9notout/silverstripe-colourpicker": "dev-master",
"friendsofsilverstripe/inheritage-by-sitetree": "~0.1",
"unclecheese/display-logic": "~1.3",
"friendsofsilverstripe/backendmessages": "~0.1",
"undefinedoffset/sortablegridfield": "^0.6.2",
"sheadawson/silverstripe-zenvalidator": "^0.5.1",
"silverstripe-australia/grouped-cms-menu": "^2.0"
},
"suggest": {
"friendsofsilverstripe/silverstripe-maintenance-suite": "Helps keeping your application up to date.",
"friendsofsilverstripe/seo-suite": "Set of SilverStripe modules for SEO."
},
"support": {
"issues": "https://github.com/FriendsOfSilverStripe/HandyPages/issues"
},
"extra": {
"installer-name": "handypages"
},
"authors": [
{
"name": "Peter Thaleikis",
"homepage": "https://github.com/spekulatius"
}
]
}