FEATURE: Convert to php-codesniffer-standards composer package type

This commit is contained in:
Daniel Hürtgen 2017-04-09 14:19:35 +02:00
parent 87a3cc071a
commit 7790f19a74

View file

@ -1,7 +1,7 @@
{ {
"name": "siepmann/typo3_update", "name": "siepmann/typo3_update",
"description": "Auto migrate PHP Source of extensions to be compatible.", "description": "Auto migrate PHP Source of extensions to be compatible.",
"type": "project", "type": "php-codesniffer-standards",
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"Typo3Update\\Tests\\": "tests/" "Typo3Update\\Tests\\": "tests/"
@ -18,7 +18,8 @@
"require": { "require": {
"helmich/typo3-typoscript-parser": "1.1.*", "helmich/typo3-typoscript-parser": "1.1.*",
"squizlabs/php_codesniffer": "2.8.*", "squizlabs/php_codesniffer": "2.8.*",
"symfony/yaml": "3.2.*" "symfony/yaml": "3.2.*",
"higidi/composer-phpcodesniffer-standards-plugin": "*"
}, },
"license": "GPL-2.0+", "license": "GPL-2.0+",
"authors": [ "authors": [