-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
71 lines (71 loc) · 1.8 KB
/
Copy pathcomposer.json
File metadata and controls
71 lines (71 loc) · 1.8 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "erecht24/er24-rechtstexte",
"type": "typo3-cms-extension",
"description": "This extension allows the easy integration of imprint and privacy policy of eRecht24.",
"authors": [],
"version": "4.0.0",
"require": {
"php": "^8.2",
"typo3/cms-core": "^12|^13|^14",
"ext-zip": "*",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"ERecht24\\Er24Rechtstexte\\": "Classes"
}
},
"replace": {
"typo3-ter/er24_rechtstexte": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "er24_rechtstexte"
}
},
"config": {
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true
}
},
"require-dev": {
"typo3/cms-adminpanel": "^14",
"typo3/cms-backend": "^14",
"typo3/cms-belog": "^14",
"typo3/cms-beuser": "^14",
"typo3/cms-core": "^14",
"typo3/cms-dashboard": "^14",
"typo3/cms-extbase": "^14",
"typo3/cms-extensionmanager": "^14",
"typo3/cms-felogin": "^14",
"typo3/cms-filelist": "^14",
"typo3/cms-filemetadata": "^14",
"typo3/cms-fluid": "^14",
"typo3/cms-fluid-styled-content": "^14",
"typo3/cms-form": "^14",
"typo3/cms-frontend": "^14",
"typo3/cms-impexp": "^14",
"typo3/cms-indexed-search": "^14",
"typo3/cms-info": "^14",
"typo3/cms-install": "^14",
"typo3/cms-linkvalidator": "^14",
"typo3/cms-lowlevel": "^14",
"typo3/cms-opendocs": "^14",
"typo3/cms-reactions": "^14",
"typo3/cms-recycler": "^14",
"typo3/cms-redirects": "^14",
"typo3/cms-reports": "^14",
"typo3/cms-rte-ckeditor": "^14",
"typo3/cms-scheduler": "^14",
"typo3/cms-seo": "^14",
"typo3/cms-setup": "^14",
"typo3/cms-sys-note": "^14",
"typo3/cms-tstemplate": "^14",
"typo3/cms-viewpage": "^14",
"typo3/cms-webhooks": "^14",
"typo3/cms-workspaces": "^14",
"typo3/minimal": "^14",
"ssch/typo3-rector": "^3.0"
}
}