ew_deployer_config/composer.json
2025-04-17 07:38:04 +02:00

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/"
}
}
}