Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer: allow the PHPCS plugin #69

Merged
merged 1 commit into from
Dec 23, 2021

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Dec 23, 2021

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:

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:
* https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
@jrfnl jrfnl force-pushed the feature/composer-allow-phpcs-plugin branch from b464469 to 22b7ad6 Compare December 23, 2021 05:54
@jrfnl jrfnl merged commit 459de58 into develop Dec 23, 2021
@jrfnl jrfnl deleted the feature/composer-allow-phpcs-plugin branch December 23, 2021 05:57
@jrfnl jrfnl removed the yoastcs/qa label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant