From a3abe0502f15539149f506df074987772e904de2 Mon Sep 17 00:00:00 2001 From: jawira Date: Wed, 19 Aug 2020 00:03:46 +0200 Subject: [PATCH] Installing rector #61 --- .gitignore | 12 +----------- build.xml | 10 +++++++--- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index a2c2911..84b60cc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,22 +3,12 @@ /resources/coverage/ /resources/phpdoc/ /vendor/ -/bin/behat -/bin/composer -/bin/phpdoc -/bin/phpunit +/bin/ /composer-setup.php /composer.lock -/bin/phpstan -/bin/phpunit.phar -/bin/phing -/bin/cc-test-reporter /coverage/codeclimate.json -/bin/phpDocumentor -/bin/phploc /resources/phploc.txt /resources/coverage-html/ -/bin/phpcs /site/ /docs/CONTRIBUTING.md /docs/index.md diff --git a/build.xml b/build.xml index 10093eb..5eb0960 100644 --- a/build.xml +++ b/build.xml @@ -6,8 +6,6 @@ - - ${line.separator}${help} @@ -15,7 +13,7 @@ + depends="composer:install-dev, phive:install, rector:install, cc:get"/> + + + + +