Skip to content

Releases: symfony/flex

v1.9.9: bug #699 Avoid filtering out aliases of valid packages (Seldaek)

14 Oct 15:02
Compare
Choose a tag to compare
This PR was merged into the 1.8-dev branch.

Discussion
----------

Avoid filtering out aliases of valid packages

It'd be good to add tests for this ... and I am not sure if the branch-alias check at line 67/68 is still needed if aliases are handled properly, might be or might not be.. I don't fully grasp the scope of what flex does here.

Commits
-------

27de569 Avoid filtering out aliases of valid packages

v1.9.8: bug #697 Remove extra.branch-alias on create-project (nicolas-grekas)

13 Oct 17:40
Compare
Choose a tag to compare
This PR was merged into the 1.8-dev branch.

Discussion
----------

Remove extra.branch-alias on create-project

Commits
-------

d16046d Remove extra.branch-alias on create-project

v1.9.7

13 Oct 14:44
Compare
Choose a tag to compare
bug #693 Fix InformationOperation breaking on latest Composer 2.x (Se…