automated-typo3-update/composer.json

21 lines
481 B
JSON
Raw Normal View History

{
"name": "siepmann/typo3_update",
"description": "Auto migrate PHP Source of extensions to be compatible.",
"type": "project",
"autoload": {
"psr-4": {
"Typo3Update\\": "src/Standards/Typo3Update/"
}
},
"require": {
"squizlabs/php_codesniffer": "2.8.*"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Daniel Siepmann",
"email": "coding@daniel-siepmann.de"
}
]
}