-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (39 loc) · 1.5 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
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.3.2",
"mobiledetect/mobiledetectlib": "~2.8.12",
"silverstripe/cms": "~3.6.0",
"silverstripe/framework": "~3.6.0",
"silverstripe/googlesitemaps": "~1.6.0",
"silverstripe/html5": "~1.0.2",
"silverstripe-australia/gridfieldextensions": "~1.3.0",
"silverstripe/lumberjack": "~1.1",
"silverstripe/tagfield": "~1.2",
"hubertusanton/silverstripe-seo": "~2.2",
"kinglozzer/silverstripegmapsobject": "~1.0.1",
"heyday/silverstripe-optimisedimage": "~2.2.1",
"sheadawson/quickaddnew": "dev-master",
"heyday/silverstripe-dataobjectpreview": "~1.0.2",
"normann/gridfieldpaginatorwithshowall": "dev-master",
"undefinedoffset/sortablegridfield": "~0.6.1",
"salted-herring/image-orientation-fixer": "~1.0.0",
"salted-herring/salted-library": "dev-master",
"thisisbd/silverstripe-maintenance-mode": "1.0.5",
"salted-herring/salted-cropper": "~1.0.1",
"sheadawson/silverstripe-linkable": "~1.3.7",
"ntb/silverstripe-rest-api": "~1.0",
"cocur/slugify": "~2.4",
"salted-herring/salted-email": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"config": {
"process-timeout": 600,
"prefer-install": "dist"
},
"minimum-stability": "stable",
"prefer-stable": true
}