diff --git a/composer.json b/composer.json index 72666c3..0196dac 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,6 @@ }, "require-dev": { "codeception/codeception": "^4.1.5", - "friendsofphp/php-cs-fixer": "^2.16.3", "helhum/typo3-composer-setup": "^0.5.7", "helmich/typo3-typoscript-lint": "^2.1.1", "j13k/yaml-lint": "1.1.x-dev", @@ -88,7 +87,7 @@ "@ci:php:codestyle", "@ci:php:sniff" ], - "ci:php:codestyle": "php-cs-fixer fix --config .php_cs.php -v --dry-run --using-cache false --diff --diff-format=udiff", + "ci:php:codestyle": "php ./tools/php-cs-fixer.phar fix --config .php_cs.php -v --dry-run --using-cache false --diff --diff-format=udiff", "ci:php:copypaste": "php ./tools/phpcpd.phar Classes Configuration Tests", "ci:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l", "ci:php:sniff": "php ./tools/phpcs.phar Classes Configuration Tests", diff --git a/phive.xml b/phive.xml index 4662e00..786a980 100644 --- a/phive.xml +++ b/phive.xml @@ -4,4 +4,5 @@ + diff --git a/tools/php-cs-fixer.phar b/tools/php-cs-fixer.phar new file mode 100755 index 0000000..d579151 Binary files /dev/null and b/tools/php-cs-fixer.phar differ