Skip to content

Releases: symfony/flex

v1.13.1: bug #769 Fix looking for keywords (nicolas-grekas)

18 May 14:01
Compare
Choose a tag to compare
This PR was merged into the 1.12-dev branch.

Discussion
----------

Fix looking for keywords

Fix #768

Commits
-------

9f47b85 Fix looking for keywords

Improve management of UX packages

18 May 10:20
Compare
Choose a tag to compare
  • Require UX packages to have the "symfony-ux" keyword in their composer.json file
  • Copy peerDependencies to the root package.json
  • Deprecate symfony:generate-id as it's not used anymore

v1.12.2: Merge pull request #742 from nicolas-grekas/req-autoloader

16 Feb 14:08
e472606
Compare
Choose a tag to compare

Composer 2 rocks \o/

05 Nov 11:09
Compare
Choose a tag to compare
  • Add support for multiple Docker Compose files
  • Use root constraints when they have no intersection with extra.symfony.require
  • New flag to list only outdated recipes

v1.9.10

14 Oct 17:43
Compare
Choose a tag to compare
Update branch-alias

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: bug #693 Fix InformationOperation breaking on latest Composer 2.x (Se…

13 Oct 14:44
Compare
Choose a tag to compare
…ldaek)

This PR was merged into the 1.8-dev branch.

Discussion
----------

Fix InformationOperation breaking on latest Composer 2.x

See https://github.com/composer/composer/commit/09ef026d43fc5ac032d083241e2cab0320ddd325

Commits
-------

1ae060d Fix InformationOperation breaking on latest Composer 2.x