-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
95 lines (95 loc) · 3.22 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "restruct/app-base",
"require": {
"php": "^7.1 || ^8.0",
"ext-openssl": "*",
"ext-curl": "*",
"ext-json": "*",
"silverstripe/asset-admin": "^1",
"silverstripe/assets": "^1",
"silverstripe/cms": "^4",
"silverstripe/config": "^1",
"silverstripe/framework": "^4",
"silverstripe/login-forms": "^4",
"silverstripe/mimevalidator": "^2",
"silverstripe/redirectedurls": "^2",
"silverstripe/versioned-admin": "^1.11",
"symbiote/silverstripe-gridfieldextensions": "^3",
"symbiote/silverstripe-grouped-cms-menu": "^4",
"jonom/silverstripe-betternavigator": "^5.3",
"bigfork/silverstripe-simpleseo": "^2",
"wilr/silverstripe-googlesitemaps": "^2",
"restruct/silverstripe-cookiebar": "^2.0",
"restruct/silverstripe-login-branding": "^0.1.0",
"restruct/silverstripe-admintweaks": "^2",
"restruct/silverstripe-shortcodable": "^4.0.7",
"restruct/silverstripe-blockbase": "^1",
"dnadesign/silverstripe-elemental": "^4.5",
"dnadesign/silverstripe-elemental-virtual": "^1.2",
"silverstripe/subsites": "^2"
},
"optional_frequent_requirements": {
"restruct/silverstripe-shortcodable": "^4.0.7",
"silverstripe/userforms": "^5",
"unclecheese/display-logic": "^2.0.3",
"symbiote/silverstripe-multivaluefield": "^5.0.2",
"undefinedoffset/sortablegridfield": "^2.0.9",
"bigfork/silverstripe-sentry-handler": "^1",
"symbiote/silverstripe-queuedjobs": "^4.8.0",
"silverstripe/subsites": "^2"
},
"optional_seo_requirements": {
"bigfork/silverstripe-simpleseo": "^2",
"https://github.com/restruct/liveseo": "Replace bigfork/silverstripe-simpleseo with this - once its updated...",
"wilr/silverstripe-googlesitemaps": "^2"
},
"optional_security_requirements": {
"silverstripe/mfa": "^4.6",
"silverstripe/totp-authenticator": "^4.4",
"silverstripe/session-manager": "^1.3"
},
"optional_blocks_requirements":{
"dnadesign/silverstripe-elemental": "^4.5",
"dnadesign/silverstripe-elemental-virtual": "^1.2",
"restruct/silverstripe-blockbase": "^1"
},
"optional_various_requirements": {
"restruct/silverstripe-featuredimages": "^3.1.4",
"restruct/silverstripe-focuspointcropper": "^2.0.0",
"micschk/silverstripe-gridfieldpages": "^2.0.1",
"restruct/silverstripe-newsgrid": "dev-master",
"restruct/silverstripe-filterablearchive": "dev-master",
"restruct/silverstripe-latlongfield": "^1.0",
"restruct/silverstripe-copybutton": "^2.0.0",
"restruct/silverstripe-namedlinkfield": "^2.1.0",
"webmen/silverstripe-webp-images": "^0.3.0",
"dnadesign/silverstripe-elemental-textcontentforsearch": "dev-master"
},
"optional_sans-cms_requirements": {
"bigfork/silverstripe-fail-whale": "^0"
},
"extra": {
"resources-dir": "_resources",
"expose": [
"app/client"
]
},
"autoload": {
"_optional_files": [
"app/src/bootstrap.php"
],
"_optional_psr-4": {
"Restruct\\App\\": "app/src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"process-timeout": 600,
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}
}
}