Skip to content

4.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 15:19
· 807 commits to master since this release

Added

  • Introduces debug:container command, compatible with symfony/framework-bundle, when APP_ENV=dev is set
  • Introduces debug:event-dispatcher command, of symfony/framework-bundle, when APP_ENV=dev is set
  • #125 : db:polyfill command is now able to detect new classes
  • symfony/polyfill-php82 polyfill support
  • PHP 8.2.0RC4 support

Changed

  • Msgpack reference updated to version 2.2.0RC2 (beta)
  • Xdebug reference updated to version 3.2.0RC1 (beta)
  • updated symfony/polyfill-* polyfills that did not yet identify new classes or interfaces
  • raise doctrine/orm constraint to remove Deprecated Doctrine\ORM\Tools\Setup

Fixed

  • db:polyfill command did not run anymore since version 4.4.0 (see code refactoring with issue #123)