2017-03-07 11:52:52 +01:00
|
|
|
{
|
|
|
|
"name": "siepmann/typo3_update",
|
|
|
|
"description": "Auto migrate PHP Source of extensions to be compatible.",
|
2017-04-09 14:19:35 +02:00
|
|
|
"type": "php-codesniffer-standards",
|
2017-04-09 00:10:22 +02:00
|
|
|
"license": "GPL-2.0+",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de"
|
|
|
|
}
|
|
|
|
],
|
2017-04-11 10:53:27 +02:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Typo3Update\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2017-03-07 11:52:52 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-05-02 09:04:19 +02:00
|
|
|
"Typo3Update\\": "src/Standards/Typo3Update/",
|
|
|
|
"Typo3Update\\CodeSniffer\\": "src/CodeSniffer/"
|
2017-03-30 12:00:54 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/CodeSniffer/Tokenizers/TypoScript.php"
|
|
|
|
]
|
2017-03-07 11:52:52 +01:00
|
|
|
},
|
|
|
|
"require": {
|
2017-04-27 14:16:22 +02:00
|
|
|
"php": ">=5.6",
|
2017-04-09 20:14:16 +02:00
|
|
|
"helmich/typo3-typoscript-parser": "1.1.*",
|
2017-03-30 12:00:54 +02:00
|
|
|
"squizlabs/php_codesniffer": "2.8.*",
|
2017-04-09 14:19:35 +02:00
|
|
|
"symfony/yaml": "3.2.*",
|
|
|
|
"higidi/composer-phpcodesniffer-standards-plugin": "*"
|
2017-03-07 11:52:52 +01:00
|
|
|
},
|
2017-04-06 10:39:24 +02:00
|
|
|
"require-dev": {
|
2017-04-09 00:10:22 +02:00
|
|
|
"phpunit/phpunit": "5.7.*",
|
2017-05-04 11:58:49 +02:00
|
|
|
"mikey179/vfsStream": "1.6.*",
|
2017-04-09 00:10:22 +02:00
|
|
|
"symfony/finder": "3.2.*",
|
|
|
|
"phpmd/phpmd": "2.6.*",
|
|
|
|
"pdepend/pdepend": "2.5.*"
|
2017-04-06 10:39:24 +02:00
|
|
|
}
|
2017-03-07 11:52:52 +01:00
|
|
|
}
|