-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.65 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
{
"name": "typo3/cms-base-distribution",
"description" : "TYPO3 CMS Base Distribution",
"license": "GPL-2.0-or-later",
"type": "project",
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
},
"platform": {
"php": "8.1.1"
},
"sort-packages": true
},
"repositories": [
{
"type": "path",
"url": "public/packages/*"
}
],
"require": {
"helhum/typo3-console": "^8.1",
"typo3/cms-backend": "^12.4.0",
"typo3/cms-belog": "^12.4.0",
"typo3/cms-beuser": "^12.4.0",
"typo3/cms-core": "^12.4.0",
"typo3/cms-dashboard": "^12.4.0",
"typo3/cms-extbase": "^12.4.0",
"typo3/cms-extensionmanager": "^12.4.0",
"typo3/cms-felogin": "^12.4.0",
"typo3/cms-filelist": "^12.4.0",
"typo3/cms-fluid": "^12.4.0",
"typo3/cms-fluid-styled-content": "^12.4.0",
"typo3/cms-form": "^12.4.0",
"typo3/cms-frontend": "^12.4.0",
"typo3/cms-impexp": "^12.4.0",
"typo3/cms-info": "^12.4.0",
"typo3/cms-install": "^12.4.0",
"typo3/cms-reactions": "^12.4.0",
"typo3/cms-rte-ckeditor": "^12.4.0",
"typo3/cms-recycler": "^12.4",
"typo3/cms-seo": "^12.4.0",
"typo3/cms-setup": "^12.4.0",
"typo3/cms-sys-note": "^12.4.0",
"typo3/cms-t3editor": "^12.4.0",
"typo3/cms-tstemplate": "^12.4.0",
"typo3/cms-viewpage": "^12.4.0",
"typo3/cms-webhooks": "^12.4.0",
"techdivision/setup-package": "^2.0",
"o-ba/custom_dashboard_widgets": "^1.3",
"treupo/sys_note_widgets": "dev-main",
"schams-net/t3extensions-widget": "^2.0",
"b13/container": "^2.3",
"mask/mask": "^8.3",
"c1/c1-adaptive-images": "^1.0",
"contentblocks/content-blocks": "^0.7",
"autodudes/ai-suite": "^12.4"
}
}