automated-typo3-update/composer.json

25 lines
619 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/"
},
"files": [
"src/CodeSniffer/Tokenizers/TypoScript.php"
]
},
"require": {
"squizlabs/php_codesniffer": "2.8.*",
"helmich/typo3-typoscript-parser": "1.0.*"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Daniel Siepmann",
"email": "coding@daniel-siepmann.de"
}
]
}