Releases: symfony/flex
Releases Β· symfony/flex
v2.7.1
What's Changed
- CS modernize_strpos by @rosier in #1053
- Don't remove still-referenced files when unconfiguring recipes by @nicolas-grekas in #1054
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- Fix unpack logic by @nicolas-grekas in #1050
- Allow to define entrypoint in importmap.php by @Jibbarth in #1026
New Contributors
Full Changelog: v2.6.0...v2.7.0
v2.6.0
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
- @klkvsk made their first contribution in #1011
- @morawskim made their first contribution in #930
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
Full Changelog: v2.5.0...v2.5.1
v2.5.0
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
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
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
- Revert "Deprecate "flex-require" sections"
v1.19.2
- Revert "Deprecate "flex-require" sections"
v2.2.1
- Read from symfony.lock when checking for recipe updates