-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
101 lines (101 loc) · 2.92 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
96
97
98
99
100
101
{
"name": "gilbertsoft/typo3-legacy-as-composer",
"description": "TYPO3 CMS legacy package as Composer installation source.",
"license": "GPL-3.0-or-later",
"require": {
"helhum/typo3-console": "^5.5.5",
"typo3/cms-about": "^9.5",
"typo3/cms-adminpanel": "^9.5",
"typo3/cms-belog": "^9.5",
"typo3/cms-beuser": "^9.5",
"typo3/cms-felogin": "^9.5",
"typo3/cms-fluid-styled-content": "^9.5",
"typo3/cms-form": "^9.5",
"typo3/cms-impexp": "^9.5",
"typo3/cms-info": "^9.5",
"typo3/cms-redirects": "^9.5",
"typo3/cms-reports": "^9.5",
"typo3/cms-rte-ckeditor": "^9.5",
"typo3/cms-seo": "^9.5",
"typo3/cms-setup": "^9.5",
"typo3/cms-sys-note": "^9.5",
"typo3/cms-t3editor": "^9.5",
"typo3/cms-tstemplate": "^9.5",
"typo3/cms-viewpage": "^9.5",
"typo3/minimal": "^9.5"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.19",
"typo3/coding-standards": "^0.5.5"
},
"repositories": {
"core": {
"type": "path",
"url": "packages/typo3_src-9.5.31/typo3/sysext/*",
"options": {
"versions": {
"typo3/cms-about": "9.5.31",
"typo3/cms-adminpanel": "9.5.31",
"typo3/cms-backend": "9.5.31",
"typo3/cms-belog": "9.5.31",
"typo3/cms-beuser": "9.5.31",
"typo3/cms-core": "9.5.31",
"typo3/cms-extbase": "9.5.31",
"typo3/cms-extensionmanager": "9.5.31",
"typo3/cms-feedit": "9.5.31",
"typo3/cms-felogin": "9.5.31",
"typo3/cms-filelist": "9.5.31",
"typo3/cms-filemetadata": "9.5.31",
"typo3/cms-fluid": "9.5.31",
"typo3/cms-fluid-styled-content": "9.5.31",
"typo3/cms-form": "9.5.31",
"typo3/cms-frontend": "9.5.31",
"typo3/cms-impexp": "9.5.31",
"typo3/cms-indexed-search": "9.5.31",
"typo3/cms-info": "9.5.31",
"typo3/cms-install": "9.5.31",
"typo3/cms-linkvalidator": "9.5.31",
"typo3/cms-lowlevel": "9.5.31",
"typo3/cms-opendocs": "9.5.31",
"typo3/cms-recordlist": "9.5.31",
"typo3/cms-recycler": "9.5.31",
"typo3/cms-redirects": "9.5.31",
"typo3/cms-reports": "9.5.31",
"typo3/cms-rsaauth": "9.5.31",
"typo3/cms-rte-ckeditor": "9.5.31",
"typo3/cms-scheduler": "9.5.31",
"typo3/cms-seo": "9.5.31",
"typo3/cms-setup": "9.5.31",
"typo3/cms-sys-action": "9.5.31",
"typo3/cms-sys-note": "9.5.31",
"typo3/cms-t3editor": "9.5.31",
"typo3/cms-taskcenter": "9.5.31",
"typo3/cms-tstemplate": "9.5.31",
"typo3/cms-viewpage": "9.5.31",
"typo3/cms-workspaces": "9.5.31"
}
}
},
"ter": {
"type": "composer",
"url": "https://composer.typo3.org/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"helhum/typo3-console-plugin": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"scripts": {
"post-autoload-dump": [
"@typo3-cms-scripts"
],
"typo3-cms-scripts": [
"typo3cms install:generatepackagestates",
"typo3cms install:fixfolderstructure"
]
}
}