-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
50 lines (50 loc) · 1.6 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
{
"repositories": [
{ "type": "path", "url": "packages/*" }
],
"name": "helhum/typo3-distribution",
"description" : "TYPO3 CMS Distribution with console and .env support",
"license": "GPL-2.0-or-later",
"config": {
"sort-packages": true,
"platform": {
"php": "7.2.5"
}
},
"require": {
"helhum/site-package": "@dev",
"helhum/typo3-config-handling": "^1.0@rc",
"helhum/typo3-console": "^6.3",
"helhum/typo3-error-handling": "@dev",
"helhum/typo3-secure-web": "^0.2.9",
"roave/security-advisories": "dev-master",
"typo3-console/composer-auto-commands": "^0.4",
"typo3/cms-adminpanel": "^10.4",
"typo3/cms-belog": "^10.4",
"typo3/cms-beuser": "^10.4",
"typo3/cms-context-help": "^10.4",
"typo3/cms-fluid-styled-content": "^10.4",
"typo3/cms-impexp": "^10.4",
"typo3/cms-info": "^10.4",
"typo3/cms-info-pagetsconfig": "^10.4",
"typo3/cms-lowlevel": "^10.4",
"typo3/minimal": "^10.4",
"typo3/cms-reports": "^10.4",
"typo3/cms-rte-ckeditor": "^10.4",
"typo3/cms-setup": "^10.4",
"typo3/cms-tstemplate": "^10.4",
"typo3/cms-viewpage": "^10.4"
},
"require-dev": {
"helhum/dotenv-connector": "^2.2",
"typo3-console/composer-typo3-auto-install": "^0.4",
"typo3-console/php-server-command": "^0.2",
"typo3/testing-framework": "^5"
},
"extra": {
"typo3/cms": {
"root-dir": "private",
"web-dir": "public"
}
}
}