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

Add symfony/flex to the list of Composer plugins allowed to run #646

Conversation

ste93cry
Copy link
Collaborator

@ste93cry ste93cry commented Jul 4, 2022

As per title, when we added the allow-plugins option to composer.json we forgot the symfony/flex plugin, which is required to install the same version for all Symfony components in the CI. This PR fixes the issue

@ste93cry
Copy link
Collaborator Author

ste93cry commented Jul 4, 2022

Apparently, adding the plugin to allow-plugins in our composer.json is not enough and we must add it to the global one instead because the tool is installed using shivammathur/setup-php. I've opened a bug report in shivammathur/setup-php#611 because I think that the GitHub action should do it by itself

@ste93cry
Copy link
Collaborator Author

ste93cry commented Jul 5, 2022

Closing because no more needed. A new release of the GitHub Action fixed the problem 🥳

@ste93cry ste93cry closed this Jul 5, 2022
@ste93cry ste93cry deleted the add-symfony-flex-plugin-to-composer-plugins-allowlist branch July 5, 2022 23:30
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