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

Fix running other plugins on create-project #542

Merged
merged 1 commit into from Jul 15, 2019
Merged

Fix running other plugins on create-project #542

merged 1 commit into from Jul 15, 2019

Conversation

nicolas-grekas
Copy link
Member

Instead of creating a separate set of "composer" and "installer" objects, this PR recycles them so that plugins run in the same scope.

Fix #529

@fabpot
Copy link
Member

fabpot commented Jul 15, 2019

Thank you @nicolas-grekas.

@fabpot fabpot merged commit ac97c94 into symfony:master Jul 15, 2019
fabpot added a commit that referenced this pull request Jul 15, 2019
This PR was merged into the 1.4-dev branch.

Discussion
----------

Fix running other plugins on create-project

Instead of creating a separate set of "composer" and "installer" objects, this PR recycles them so that plugins run in the same scope.

Fix #529

Commits
-------

ac97c94 Fix running other plugins on create-project
@nicolas-grekas nicolas-grekas deleted the plugin-compat branch November 30, 2019 13:33
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

Successfully merging this pull request may close these issues.

Execution of "post-create-project-cmd" is prevented by symfony/flex
2 participants