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 the mtime of the vendor folder when running composer install #11593

Merged
merged 1 commit into from Aug 30, 2023

Conversation

stof
Copy link
Contributor

@stof stof commented Aug 23, 2023

When splitting the logic between the lock file management and the vendor folder management in composer 2.0, the logic playing nice with make was broken by running the logic based on operations performed in the lock file instead of operations performed in the vendor folder.

See https://github.com/composer/composer/pull/8529/files#r367302603 for a previous discussion about this feature giving the context.

When splitting the logic between the lock file management and the vendor
folder management in composer 2.0, the logic playing nice with make was
broken by running the logic based on operations performed in the lock
file instead of operations performed in the vendor folder.
@Seldaek Seldaek changed the base branch from 2.5 to main August 30, 2023 16:05
@Seldaek Seldaek added this to the 2.6 milestone Aug 30, 2023
@Seldaek Seldaek added the Bug label Aug 30, 2023
@Seldaek Seldaek merged commit 83771ce into composer:main Aug 30, 2023
17 of 18 checks passed
@Seldaek
Copy link
Member

Seldaek commented Aug 30, 2023

Thanks!

@stof stof deleted the fix_mtime branch August 30, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants