From ce43d6952a0623f727f5c6d21cd4a0261d0e332a Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Mon, 1 Aug 2022 15:27:26 -0700 Subject: [PATCH] Composer: Allow `phpcodesniffer-composer-installer` to run. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbf7eb4..5209057 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,10 @@ }, "vendor-dir": "mu-plugins/vendor", "_comment": "Work around `test:watch` timeout, see https://github.com/spatie/phpunit-watcher/issues/63#issuecomment-545633709", - "process-timeout": 0 + "process-timeout": 0, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } }, "require": {}, "_comment" : "PHPUnit 7.x is the latest version that's compatible with Core, see https://core.trac.wordpress.org/ticket/46149",