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-30 12:00:54 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/CodeSniffer/Tokenizers/TypoScript.php"
|
|
|
|
]
|
2017-03-07 11:52:52 +01:00
|
|
|
},
|
2017-04-04 13:31:39 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/DanielSiepmann/typo3-typoscript-parser"
|
|
|
|
}
|
|
|
|
],
|
2017-03-07 11:52:52 +01:00
|
|
|
"require": {
|
2017-04-06 08:10:15 +02:00
|
|
|
"helmich/typo3-typoscript-parser": "dev-feature/allow-eol-handling",
|
2017-03-30 12:00:54 +02:00
|
|
|
"squizlabs/php_codesniffer": "2.8.*",
|
2017-03-28 12:52:14 +02:00
|
|
|
"symfony/yaml": "3.2.*"
|
2017-03-07 11:52:52 +01:00
|
|
|
},
|
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|