-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.54 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
{
"name": "jinjie/silverstripe-starter",
"type": "project",
"description": "Silverstripe Starter Pack",
"require": {
"php": ">=7.4.0",
"silverstripe/recipe-plugin": "^1.5",
"silverstripe/recipe-cms": "4.11",
"jinjie/silverstripe-bootstrap-forms": "^1.0",
"fractas/googleanalytics": "^3.0",
"symbiote/silverstripe-gridfieldextensions": "^3.4",
"silverstripe/login-forms": "^4.7",
"jinjie/silverstripe-admin-material-icons": "^0.0.2",
"dnadesign/silverstripe-elemental": "^4",
"jinjie/slickhero-elemental": "^1.0",
"dnadesign/silverstripe-elemental-userforms": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": {
"resources-dir": "_resources",
"project-files-installed": [
"app/.htaccess",
"app/_config.php",
"app/_config/mimevalidator.yml",
"app/_config/mysite.yml",
"app/src/Page.php",
"app/src/PageController.php"
],
"public-files-installed": [
".htaccess",
"index.php",
"web.config"
],
"expose": [
"themes/app/client/dist",
"themes/app/client/images"
]
},
"config": {
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
"silverstripe/vendor-plugin": true,
"silverstripe/recipe-plugin": true
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}