-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 2.13 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
59
60
61
62
63
{
"name": "silverstripe/installer",
"type": "silverstripe-recipe",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.6.0",
"silverstripe/recipe-plugin": "^1.1",
"silverstripe-themes/simple": "~3.2.0",
"undefinedoffset/sortablegridfield": "2.0.*@dev",
"silverstripe/lumberjack": "2.0.0-alpha1",
"silverstripe/blog": "3.0.x-dev",
"silverstripe/widgets": "2.0.0-beta1",
"symbiote/silverstripe-advancedworkflow": "^5.0",
"axllent/silverstripe-gfmarkdown": "^2.2",
"symbiote/silverstripe-datachange-tracker": "~5.0",
"unclecheese/display-logic": "^2.0",
"nglasl/silverstripe-extensible-search": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "^3",
"symbiote/silverstripe-queuedjobs": "^4.1",
"dnadesign/silverstripe-elemental": "2.x-dev",
"silverstripe/contentreview": "^4.0",
"silverstripe/redirectedurls": "dev-master",
"ryanpotter/silverstripe-cms-theme": "2.1.4",
"cyber-duck/silverstripe-seo": "4.1.2",
"silverstripe/recipe-cms": "^4.2",
"silverstripe/crontask": "^2.1",
"silverstripe/dynamodb": "^4.0"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"extra": {
"project-files-installed": [
".htaccess",
"app/.htaccess",
"app/_config.php",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php",
"index.php",
"install-frameworkmissing.html",
"install.php",
"mysite/.htaccess",
"mysite/_config.php",
"mysite/_config/mysite.yml",
"mysite/code/Page.php",
"mysite/code/PageController.php",
"web.config"
],
"public-files-installed": [
".htaccess",
"index.php",
"install-frameworkmissing.html",
"install.php",
"web.config"
]
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}