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

Composer update do not update symfony.lock #233

Closed
Vinorcola opened this issue Dec 6, 2017 · 2 comments
Closed

Composer update do not update symfony.lock #233

Vinorcola opened this issue Dec 6, 2017 · 2 comments

Comments

@Vinorcola
Copy link

Running a "composer update" does update "composer.lock" file, but not "symfony.lock" (version attribute) file.

I don't know if this is an issue though.

@Pierstoval
Copy link
Contributor

I'm not sure it is, of course version could be updated, but symfony.lock is mostly here to say I have installed the recipes for these packages, not these versions. By the way, to reset a recipe, one just needs to remove the vendor/ directory, remove the desired package from symfony.lock and run composer install, it will automatically re-add the package to the lock file.

@fabpot
Copy link
Member

fabpot commented Dec 6, 2017

This is not an issue.

@fabpot fabpot closed this as completed Dec 6, 2017
tgalopin pushed a commit to tgalopin/flex that referenced this issue Dec 3, 2020
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

No branches or pull requests

3 participants