From 6e203c6576808e8d3a0def32d3c55bb3d20acd4a Mon Sep 17 00:00:00 2001 From: matks Date: Thu, 21 Jan 2021 17:19:08 +0100 Subject: [PATCH] Remove PrettyCI configuration file and references --- src/Command/CsFixerInitCommand.php | 2 +- templates/cs-fixer/prettyci.composer.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 templates/cs-fixer/prettyci.composer.json diff --git a/src/Command/CsFixerInitCommand.php b/src/Command/CsFixerInitCommand.php index b6c1b97..2153fd8 100644 --- a/src/Command/CsFixerInitCommand.php +++ b/src/Command/CsFixerInitCommand.php @@ -28,7 +28,7 @@ protected function execute(InputInterface $input, OutputInterface $output) $directory = __DIR__ . '/../../templates/cs-fixer/'; $destination = $input->getOption('dest'); - foreach (['php_cs.dist', 'prettyci.composer.json'] as $template) { + foreach (['php_cs.dist'] as $template) { $this->copyFile( $input, $output, diff --git a/templates/cs-fixer/prettyci.composer.json b/templates/cs-fixer/prettyci.composer.json deleted file mode 100644 index a4d7689..0000000 --- a/templates/cs-fixer/prettyci.composer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "require-dev": { - "prestashop/php-dev-tools": "^2.0" - } -}