Skip to content

Releases: symfony/flex

v2.7.1

28 May 14:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

23 May 11:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

21 May 09:13
v2.6.0
Compare
Choose a tag to compare

What's Changed

  • Handle phpunit.xml.dist as an alias of phpunit.dist.xml by @nicolas-grekas in #1045
  • fix jsonPath in ComposerScriptsConfigurator::update by @klkvsk in #1011
  • Add configurator for "composer-commands" entries in recipes by @morawskim in #930
  • Resolve directories for copy from recipe in update case by @shyim in #950
  • Don't run git hooks when running recipes:update by @nicolas-grekas in #1046
  • Ignore warnings related to opcache.restrict_api by @nicolas-grekas in #1047
  • Add --yes flag to recipes:install command to overwrite all files without asking by @shyim in #963
  • Fix needless call to flex API on composer i by @nicolas-grekas in #1048
  • Don't copy constraint from framework-bundle when installing a new symfony package by @nicolas-grekas in #1049

New Contributors

Full Changelog: v2.5.1...v2.6.0

v2.5.1

21 May 09:11
v2.5.1
62d5c38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

21 May 09:09
v2.5.0
8ce1acd
Compare
Choose a tag to compare

What's Changed

  • Do not synchronize package.json if symfony/flex is not installed by @leofeyer in #1039
  • Add ability to skip package.json synchronization by @wuchen90 in #1032

New Contributors

Full Changelog: v2.4.7...v2.5.0

v2.4.1

30 Oct 18:40
Compare
Choose a tag to compare

What's Changed

  • Fix keeping platform requirements when rebooting composer by @nicolas-grekas in #968
  • Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4 by @nicolas-grekas in #1003

Full Changelog: v2.4.0...v2.4.1

v1.21.2

30 Oct 18:40
Compare
Choose a tag to compare

What's Changed

  • Fix keeping platform requirements when rebooting composer by @nicolas-grekas in #968
  • Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4 by @nicolas-grekas in #1003

Full Changelog: v1.21.1...v1.21.2

v2.2.2

15 Jun 06:54
Compare
Choose a tag to compare
  • Revert "Deprecate "flex-require" sections"

v1.19.2

15 Jun 06:53
Compare
Choose a tag to compare
  • Revert "Deprecate "flex-require" sections"

v2.2.1

06 Jun 15:56
Compare
Choose a tag to compare
  • Read from symfony.lock when checking for recipe updates