Daniel Siepmann
1eb52ff975
* Instead install it on your local machine, it's not related to this project.
20 lines
486 B
JSON
20 lines
486 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_tests": "^2.0"
|
|
},
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"email": "coding@daniel-siepmann.de"
|
|
}
|
|
]
|
|
}
|