2017-03-07 11:52:52 +01:00
|
|
|
{
|
|
|
|
"name": "siepmann/typo3_update",
|
|
|
|
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
|
|
|
"type": "project",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-03-07 14:53:31 +01:00
|
|
|
"Typo3Update\\": "src/Standards/Typo3Update/"
|
2017-03-07 11:52:52 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|