17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"name": "evoweb/deployer-config",
|
|
"description": "TYPO3 CMS Distribution with utilization of deployphp",
|
|
"type": "project",
|
|
|
|
"require": {
|
|
"deployer/deployer": "^v7.5.0",
|
|
"phpdocumentor/reflection-docblock": "^5.3"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Evoweb\\DeployerConfig\\": "Classes/"
|
|
}
|
|
}
|
|
}
|