- Deprecate using
Symfony\Component\DependencyInjection\ContainerAwareInterface
in favor ofPHPCR\PhpcrMigrationsBundle\ContainerAwareInterface
as Symfony 7 dropped its ContainerAwareInterface. On Symfony 6, the legacy ContainerAwareInterface continues to be supported.
- Allow installation with Symfony 7 (! broken if you use
Symfony\Component\DependencyInjection\ContainerAwareInterface
) - Drop support for PHP < 8.1 and modernize code
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