Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 731 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 731 Bytes

CHANGELOG

1.x

1.6.0

  • Deprecate using Symfony\Component\DependencyInjection\ContainerAwareInterface in favor of PHPCR\PhpcrMigrationsBundle\ContainerAwareInterface as Symfony 7 dropped its ContainerAwareInterface. On Symfony 6, the legacy ContainerAwareInterface continues to be supported.

1.5.0

  • Allow installation with Symfony 7 (! broken if you use Symfony\Component\DependencyInjection\ContainerAwareInterface)
  • Drop support for PHP < 8.1 and modernize code

1.4.0

Initial release after renaming from dantleech/phpcr-migrations-bundle to phpcr/phpcr-migrations-bundle.

  • Adjusted namespaces to match PHPCR.
  • Dropped support for PHP < 7.4
  • Added tests for PHP 8.2, 8.3