From 47fb9f9abdb12067d4b661f67d26e4dcf36a3953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 1 Jul 2022 19:24:12 +0200 Subject: [PATCH] Whitelist necessary plugin Not doing so results in the coding standard job to fail. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a29863a71..8bddde7ac 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,10 @@ "vimeo/psalm": "^4.10" }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" }