Skip to content

v5.2.0

Choose a tag to compare

@klapaudius klapaudius released this 21 Dec 22:19
· 34 commits to 5.1 since this release

Major Features

  • Symfony 8 Support - Added full compatibility with Symfony 8 (#43)
  • Doctrine ORM 3.6 Support - Upgraded from Doctrine ORM 2.2 to 3.6

Improvements

  • Fixed deprecation warnings
  • Enabled Dependabot for automated dependency updates
  • Multiple CI/CD pipeline improvements and fixes

Dependency Updates

Composer:

  • symfony/class-loader: ^2.0 → ^3.4
  • doctrine/orm: ~2.2 → ~3.6
  • phpstan/phpstan-phpunit: ^1.0 → ^2.0

GitHub Actions:

  • actions/checkout: v4 → v6
  • actions/cache: v3 → v5
  • php-actions/phpunit: v3 → v4