You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #1054 Don't remove still-referenced files when unconfiguring reci…
…pes (nicolas-grekas)
This PR was merged into the 2.x branch.
Discussion
----------
Don't remove still-referenced files when unconfiguring recipes
Instead of #706
Fixes broken logic added in #451, which didn't account for folders.
The new logic uses only the symfony.lock file and not the recipe anymore to decide which files to remove.
Commits
-------
6443e31 Don't remove still-referenced files when unconfiguring recipes
bug #1029 Fix invalid version string "9999999.9999999" (nicolas-grekas)
This PR was merged into the 1.x branch.
Discussion
----------
Fix invalid version string "9999999.9999999"
Fix#887Fix#983Fix#1016
Commits
-------
543443a Fix invalid version string "9999999.9999999"