From 41c3ee5133d192606715a25bab6c580ed0f67516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Tue, 10 Dec 2019 13:34:53 +0100 Subject: [PATCH] =?UTF-8?q?Corrige=20l'ingr=C3=A9gation=20de=20irstea/php-?= =?UTF-8?q?cs-fixer-shim.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .php_cs.dist | 2 ++ composer.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.php_cs.dist b/.php_cs.dist index 1c4cd592..ced6223b 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -1,5 +1,7 @@ <?php declare(strict_types = 1); +require __DIR__ . '/vendor/autoload.php'; + $finder = PhpCsFixer\Finder::create() ->exclude('vendor') ->exclude('node_modules') diff --git a/composer.json b/composer.json index 033fdbf8..801a3036 100644 --- a/composer.json +++ b/composer.json @@ -68,6 +68,7 @@ "ext-pcov": "*", "hexmedia/yaml-linter": "^0.2", "irstea/composer-require-checker-shim": "^2.0", + "irstea/php-cs-fixer-shim": "^2.15", "irstea/php-cs-fixer-config": "^1.0", "irstea/phpcpd-shim": "^3.0", "irstea/phploc-shim": "^4.0", -- GitLab