Skip to content

merge 4.4 to 5.4 (allow composer to run the symfony/flex plugin) #13

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

Merged
merged 5 commits into from
Jul 29, 2022
Merged

Conversation

alexislefebvre
Copy link
Contributor

@alexislefebvre alexislefebvre commented Jul 13, 2022

follow-up of #12

It should fix CI issues like in https://github.com/symfony/symfony-docs/runs/7303736198?check_suite_focus=true

The logs will be erased in the future, here are the logs for further reference:

git clone -b 5.4 --depth 5 --single-branch https://github.com/symfony-tools/symfony-application.git _sf_app
  cd _sf_app
  composer update
[…]

Error: symfony/flex contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.
You can run "composer config --no-plugins allow-plugins.symfony/flex [true|false]" to enable it (true) or disable it explicitly and suppress this exception (false)

@alexislefebvre alexislefebvre changed the title merge 4.4 to 5.4 merge 4.4 to 5.4 (allow composer to run the symfony/flex plugin) Jul 13, 2022
xabbuh added 3 commits July 29, 2022 11:24
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead.

Discussion
----------

declare Symfony Flex as an allowed plugin

Commits
-------

8f0f0ca declare Symfony Flex as an allowed plugin
@xabbuh xabbuh merged commit bd35045 into 5.4 Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants