-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
58 lines (58 loc) · 1.68 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
{
"name": "toastnz/quicksilver",
"description": "SilverStripe Boilerplate",
"type": "project",
"keywords": [
"silverstripe",
"theme",
"boilerplate"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Jaydn de Graaf",
"homepage": "http://pinc.nz/"
},
{
"name": "Danae Miller-Clendon",
"homepage": "http://www.toast.co.nz/"
}
],
"require": {
"silverstripe/recipe-cms": "^1.0",
"jonom/focuspoint": "~3.0.0",
"drewm/mailchimp-api": "v2.5",
"unclecheese/betterbuttons": "2.x-dev",
"silverstripe/googlesitemaps": "~2.1.2",
"silverstripe/redirectedurls": "2.x-dev",
"sheadawson/silverstripe-linkable": "dev-master",
"undefinedoffset/silverstripe-nocaptcha": "2.0.x-dev",
"symbiote/silverstripe-gridfieldextensions": "~3.1.1",
"stevie-mayhew/silverstripe-svg": "^2.1.0",
"heyday/silverstripe-menumanager": "dev-master"
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"extra": {
"project-files-installed": [
"app/.htaccess",
"app/_config.php",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php",
"mysite/.htaccess",
"mysite/_config.php",
"mysite/_config/mysite.yml",
"mysite/code/Page.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"install-frameworkmissing.html",
"install.php",
"web.config"
]
}
}