-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.21 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
{
"name": "monkeyfeet/divinelaziness",
"description": "Divine Laziness website.",
"require": {
"silverstripe/recipe-plugin": "^1.3",
"silverstripe/recipe-cms": "4.5.2@stable",
"silverstripe/crontask": "^2.1",
"silverstripe/dynamodb": "^4",
"symbiote/silverstripe-gridfieldextensions": "3.2.1",
"undefinedoffset/sortablegridfield": "2.0.8",
"silverstripe/blog": "3.5.0",
"jaedb/iconfield": "^1",
"plasticstudio/sitemap": "^2",
"silverstripe/spamprotection": "3.0.2",
"silverstripe/recaptcha": "3.0.x-dev",
"gdmedia/ss-auto-git-ignore": "1.0.2"
},
"prefer-stable": true,
"minimum-stability": "dev",
"scripts": {
"post-update-cmd": "GDM\\SSAutoGitIgnore\\UpdateScript::Go"
},
"extra": {
"project-files-installed": [
"app/.htaccess",
"app/_config.php",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"install-frameworkmissing.html",
"install.php",
"web.config"
]
}
}