-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 779 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 779 Bytes
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
{
"require": {
"php": ">=5.3.3",
"silverstripe/cms": "3.2.1",
"silverstripe/framework": "3.2.1",
"silverstripe/reports": "3.2.1",
"silverstripe/siteconfig": "3.2.1",
"unclecheese/betterbuttons": "^1.3",
"unclecheese/kickassets": "^3.1",
"unclecheese/display-logic": "^1.3",
"silverstripe-australia/grouped-cms-menu": "^2.2",
"littlegiant/silverstripe-catalogmanager": "^2.1",
"littlegiant/silverstripe-singlepageadmin": "^2.0",
"ryanpotter/silverstripe-cms-theme": "^0.4.2",
"heyday/silverstripe-hashpath": "^2.0"
},
"require-dev": {
"gdmedia/ss-auto-git-ignore": "~0.0.1"
},
"config": {
"process-timeout": 600
},
"scripts": {
"post-update-cmd": "GDM\\SSAutoGitIgnore\\UpdateScript::Go"
}
}