ew_deployer_config/composer.json
2024-12-14 14:10:55 +01:00

17 lines
320 B
JSON

{
"name": "evoweb/deployer-config",
"description": "TYPO3 CMS Distribution with utilization of deployphp",
"type": "project",
"require": {
"deployer/deployer": "^v6.9 || dev-master",
"phpdocumentor/reflection-docblock": "^5.3"
},
"autoload": {
"psr-4": {
"Evoweb\\DeployerConfig\\": "Classes/"
}
}
}