-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
77 lines (77 loc) · 2.47 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
{
"repositories": {
"amt-feed-importer": {
"type": "git",
"url": "https://github.com/slub/amt_feed_importer.git"
},
"kitodo-presentation": {
"type": "git",
"url": "https://github.com/kitodo/kitodo-presentation.git"
},
"slub-digitalcollections": {
"type": "git",
"url": "https://github.com/slub/slub_digitalcollections.git"
},
"slub-web-sachsendigital": {
"type": "git",
"url": "https://github.com/slub/slub_web_sachsendigital.git"
},
"0": {
"type": "composer",
"url": "https://composer.typo3.org/"
}
},
"name": "slub/ddev-sachsendigital",
"description": "DDEV Development Repo for Sachsen.Digital",
"license": "GPL-3.0",
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"typo3/cms-composer-installers": true,
"typo3/class-alias-loader": true,
"helhum/typo3-console-plugin": true
}
},
"require": {
"helhum/typo3-console": "^6.0.0",
"typo3/minimal": "^10.4",
"typo3/cms-about": "^10.4",
"typo3/cms-adminpanel": "^10.4",
"typo3/cms-belog": "^10.4",
"typo3/cms-beuser": "^10.4",
"typo3/cms-felogin": "^10.4",
"typo3/cms-fluid-styled-content": "^10.4",
"typo3/cms-form": "^10.4",
"typo3/cms-impexp": "^10.4",
"typo3/cms-info": "^10.4",
"typo3/cms-lowlevel": "^10.4",
"typo3/cms-redirects": "^10.4",
"typo3/cms-reports": "^10.4",
"typo3/cms-rte-ckeditor": "^10.4",
"typo3/cms-setup": "^10.4",
"typo3/cms-seo": "^10.4",
"typo3/cms-sys-note": "^10.4",
"typo3/cms-t3editor": "^10.4",
"typo3/cms-tstemplate": "^10.4",
"typo3/cms-viewpage": "^10.4",
"kitodo/presentation": "dev-master",
"slub/slub-digitalcollections": "dev-master",
"slub/slub-web-sachsendigital": "dev-main",
"sgalinski/lfeditor": "^6.0",
"georgringer/news": "^9.4",
"typo3/cms-scheduler": "^10.4",
"typo3/cms-recycler": "^10.4",
"amt/amt-feed-importer": "^2.0"
},
"scripts": {
"typo3-cms-scripts": [
"typo3cms install:fixfolderstructure",
"typo3cms install:generatepackagestates"
],
"post-autoload-dump": [
"@typo3-cms-scripts"
]
}
}