forked from sourcebroker/deployer-extended-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.01 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "sourcebroker/deployer-extended-typo3",
"description": "Deployment tool for TYPO3.",
"license": "MIT",
"keywords": [
"TYPO3",
"deployer"
],
"authors": [
{
"name": "Krystian Szymukowicz",
"email": "k.szymukowicz@gmail.com"
},
{
"name": "Krystian Liński",
"email": "krystian.linski@gmail.com"
}
],
"require": {
"helhum/typo3-console": "^1.1.9 || ^4.9.0 || ^5.5.0 || ^6.0.0 || ^7.0.0",
"helhum/dotenv-connector": "^1.1.0 || ^2.3.0 || ^3.0.0",
"symfony/dotenv": "^3.3.0 || ^4.0 || ^5.0",
"deployer/dist": "~6.8.0",
"sourcebroker/deployer-extended": "^16.0.0",
"sourcebroker/deployer-extended-media": "^8.0.0",
"sourcebroker/deployer-extended-database": "^13.0.0",
"sourcebroker/deployer-loader": "^2.0.0"
},
"autoload": {
"psr-4": {
"SourceBroker\\DeployerExtendedTypo3\\": "src/"
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
}
}