Closed helgatheviking closed 1 year ago
I found out that Composer 2.2 introduces an allow-plugins setting, and without it composer install was failing...
allow-plugins
composer install
{ "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }
Some reference from the php code standards team (who obviously knows more than I do about this)
Thanks @helgatheviking.
I've set this configuration.
I found out that Composer 2.2 introduces an
allow-plugins
setting, and without itcomposer install
was failing...Some reference from the php code standards team (who obviously knows more than I do about this)