Composer: Allow phpcodesniffer-composer-installer to run.

This commit is contained in:
Ian Dunn 2022-08-01 15:27:26 -07:00
parent bb0216adc6
commit ce43d6952a
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -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",