Skip to content

Tags: symfony/flex

Tags

v2.8.1

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.8.1

v2.8.0

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.8.0

v2.7.1

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

v2.7.0

Fix flex upgrades

v2.6.0

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.6.0

v2.5.1

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.5.1

v2.5.0

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag 2.5.0

v1.22.0

Verified

This tag was signed with the committer’s verified signature.
fabpot Fabien Potencier
Create tag v1.22.0

v2.4.7

Merge branch '1.x' into 2.x

* 1.x:
  Fix invalid version string "9999999.9999999"

v1.21.8

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 #887
Fix #983
Fix #1016

Commits
-------

543443a Fix invalid version string "9999999.9999999"