automated-typo3-update/composer.json
Daniel Siepmann cd434ac639
WIP|FEATURE: Provide configuration files for deprecated functions
* To provide a way to adjust deprecations without touching standard.
* Provide an option defining the path to lookup the configuration files.
* Parse yaml files containing deprecations.

Relates: #33
2017-03-28 12:52:14 +02:00

21 lines
514 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": {
"squizlabs/php_codesniffer": "2.8.*",
"symfony/yaml": "3.2.*"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Daniel Siepmann",
"email": "coding@daniel-siepmann.de"
}
]
}