Closed jrfnl closed 2 years ago
Using the dealerdirect/phpcodesniffer-composer-installer Composer plugin is recommended to register external PHPCS standards with PHPCS.
dealerdirect/phpcodesniffer-composer-installer
As of Composer 2.2.0, Composer plugins need to be explicitly allowed to run.
This commit adds the CLI command to set those permissions to the installation instructions.
Includes removing a few redundant composer installs.
composer install
Refs:
Using the
dealerdirect/phpcodesniffer-composer-installer
Composer plugin is recommended to register external PHPCS standards with PHPCS.As of Composer 2.2.0, Composer plugins need to be explicitly allowed to run.
This commit adds the CLI command to set those permissions to the installation instructions.
Includes removing a few redundant
composer install
s.Refs: