-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.31 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
{
"name": "qunabu/silverstripe-installer",
"description": "Qunabu. The SilverStripe Framework Installer",
"require": {
"php": ">=5.3.3",
"silverstripe/cms": "3.5.3",
"silverstripe/framework": "3.5.3",
"silverstripe/reports": "3.5.3",
"silverstripe/siteconfig": "3.5.3",
"silverstripe-themes/simple": "3.1.*",
"silverstripe/secureassets": "^1.1",
"qunabu/silverstripe-theme":"dev-master",
"qunabu/silverstripe-htmlblocks":"dev-master",
"qunabu/silverstripe-blocks":"dev-master",
"qunabu/silverstripe-qunabu-helpers":"dev-master",
"qunabu/backuper":"dev-master",
"colymba/gridfield-bulk-editing-tools": "2.1.x-dev",
"undefinedoffset/sortablegridfield": "^0.6.5",
"silverstripe/userforms": "^4.2",
"silverstripe/gridfield-addons": "dev-master",
"symbiote/silverstripe-gridfieldextensions": "^1.4",
"markguinn/silverstripe-email-helpers": "1.0.x-dev",
"unclecheese/betterbuttons": "^1.3",
"burnbright/silverstripe-hasonefield": "1.0.0",
"milkyway-multimedia/ss-gridfield-utils": "^0.3.0"
},
"require-dev": {
"phpunit/PHPUnit": "~4.8"
},
"extra": {
},
"config": {
"process-timeout": 600,
"discard-changes": true
},
"prefer-stable": false,
"prefer-dist": true,
"minimum-stability": "dev",
"scripts": {
"post-create-project-cmd": [
"php post-install.php"
]
}
}