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 2.2 "allow-plugins" config #31

Closed
helgatheviking opened this issue Jul 28, 2022 · 1 comment
Closed

Composer 2.2 "allow-plugins" config #31

helgatheviking opened this issue Jul 28, 2022 · 1 comment

Comments

@helgatheviking
Copy link

I found out that Composer 2.2 introduces an allow-plugins setting, and without it composer install was failing...

{
    "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)

@ObliviousHarmony
Copy link
Contributor

Thanks @helgatheviking.

I've set this configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants