#54686 closed task (blessed) (fixed)
Composer: allow the PHPCS plugin
Reported by: | jrf | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
The dealerdirect/phpcodesniffer-composer-installer
Composer plugin is used to register external PHPCS standards with PHPCS.
As of Composer 2.2.0, Composer plugins need to be explicitly allowed to run. The GH PR patch adds the necessary configuration for that to prevent Composer asking every single time composer install
or composer update
is run.
Refs:
Change History (3)
Note: See
TracTickets for help on using
tickets.
The
dealerdirect/phpcodesniffer-composer-installer
Composer plugin is used to register external PHPCS standards with PHPCS.As of Composer 2.2.0, Composer plugins need to be explicitly allowed to run. This adds the necessary configuration for that.
Refs:
Trac ticket: https://core.trac.wordpress.org/ticket/54686