automated-typo3-update/composer.json
Daniel Siepmann 9e0106c83f
FEATURE: Also migrate PHPDoc annotations
* Migrate @param and @return statements.
2017-03-07 14:56:18 +01:00

23 lines
542 B
JSON

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