-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
68 lines (68 loc) · 2.08 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
{
"name": "typo3/site-surfcamp-template",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "TYPO3 CMS Core Team",
"role": "Developer",
"homepage": "https://forge.typo3.org/projects/typo3cms-core"
},
{
"name": "The TYPO3 Community",
"role": "Contributor",
"homepage": "https://typo3.org/community/"
}
],
"repositories": {
"local_packages": {
"type": "path",
"url": "local_packages/*"
}
},
"config": {
"bin-dir": "bin",
"platform": {
"php": "8.3.6"
},
"sort-packages": true,
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true,
"helhum/dotenv-connector": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.3",
"b13/backendpreviews": "^1.3.1",
"helhum/dotenv-connector": "^3.1.0",
"praetorius/vite-asset-collector": "^1.13.0",
"surfcamp/success": "@dev",
"typo3/cms-backend": "^v13.4.1",
"typo3/cms-belog": "^v13.4.1",
"typo3/cms-beuser": "^v13.4.1",
"typo3/cms-core": "^v13.4.1",
"typo3/cms-dashboard": "^v13.4.1",
"typo3/cms-extbase": "^v13.4.1",
"typo3/cms-extensionmanager": "^v13.4.1",
"typo3/cms-filelist": "^v13.4.1",
"typo3/cms-filemetadata": "^v13.4.1",
"typo3/cms-fluid": "^v13.4.1",
"typo3/cms-form": "^v13.4.1",
"typo3/cms-frontend": "^v13.4.1",
"typo3/cms-info": "^v13.4.1",
"typo3/cms-install": "^v13.4.1",
"typo3/cms-lowlevel": "^v13.4.1",
"typo3/cms-rte-ckeditor": "^v13.4.1",
"typo3/cms-scheduler": "^v13.4.1",
"typo3/cms-seo": "^v13.4.1",
"typo3/cms-setup": "^v13.4.1",
"typo3/cms-tstemplate": "^v13.4.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"typo3/coding-standards": "^0.8.0"
}
}