Skip to content

v2.6.0

Compare
Choose a tag to compare
@nicolas-grekas nicolas-grekas released this 21 May 09:13
· 9 commits to 2.x since this release
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

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