mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-16 16:43:42 +03:00
Composer: Allow phpcodesniffer-composer-installer
to run.
This commit is contained in:
parent
bb0216adc6
commit
ce43d6952a
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue