From 6f3becb8c81f77d6615f0fdb829168cd7e1eae53 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Sun, 6 Nov 2022 04:34:54 -0800 Subject: [PATCH] Allow a couple of Composer plugins --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4413ab..0b246e1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,11 @@ "php": "5.4" }, "process-timeout": 7200, - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true, + "johnpbloch/wordpress-core-installer": true + } }, "scripts": { "lint": "run-linter-tests",