automated-typo3-update/composer.json

35 lines
933 B
JSON

{
"name": "siepmann/typo3_update",
"description": "Auto migrate PHP Source of extensions to be compatible.",
"type": "php-codesniffer-standards",
"autoload-dev": {
"psr-4": {
"Typo3Update\\Tests\\": "tests/"
}
},
"autoload": {
"psr-4": {
"Typo3Update\\": "src/Standards/Typo3Update/"
},
"files": [
"src/CodeSniffer/Tokenizers/TypoScript.php"
]
},
"require": {
"helmich/typo3-typoscript-parser": "1.1.*",
"squizlabs/php_codesniffer": "2.8.*",
"symfony/yaml": "3.2.*",
"higidi/composer-phpcodesniffer-standards-plugin": "*"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Daniel Siepmann",
"email": "coding@daniel-siepmann.de"
}
],
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/finder": "^3.2"
}
}