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 detecting new packages before installing their recipes #869

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

nicolas-grekas
Copy link
Member

Fix #851

Tracking the transactional changeset from composer.lock leads to the linked issue.
Instead, this tracks the changeset by computing it from symfony.lock.

Requires the InstallerEvents::PRE_OPERATIONS_EXEC event, which is Composer 2-only.

@nicolas-grekas nicolas-grekas merged commit ed1626b into 1.x Feb 16, 2022
@nicolas-grekas nicolas-grekas deleted the fix-install-recipes branch February 16, 2022 14:12
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.

[Bug] Flex behaves differently depending if package is present in vendor/ or not
1 participant