From 97806cf3a0ab651613d1754a8e2d7761897212da Mon Sep 17 00:00:00 2001 From: Yann 'Ze' Richard Date: Sun, 28 Aug 2022 18:45:25 +0200 Subject: [PATCH] Fix(test) : add option to composer to allow plugins This fix github action test env. Signed-off-by: Yann 'Ze' Richard --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1749237..1a86fce 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,10 @@ "preferred-install": { "*": "dist" }, - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "support": { "issues": "https://github.com/DSI-Universite-Rennes2/php-pwned-passwords/issues",