Skip to content

Support DBAL 4.0 & ORM 3.0, So Long Symfony 6.3, & Bug Smashing...

Compare
Choose a tag to compare
@jrushlow jrushlow released this 06 Feb 21:25
· 94 commits to main since this release
a8523cf

Howdy Makers!

We're saying goodbye to Symfony 6.3 :( But are welcoming in support for doctrine/dbal 4.0 and doctrine/orm 3.0! For the Windows folks out there, we discovered that the bundled php-cs-fixer wasn't working as expected. Naturally, our bug smashing hammer was put to good use and generated PHP files are nice and tidy. Along with a handful of DX improvements, we've bumped the doctrine/orm and doctrine/doctrine-bundle composer requirements to 2.15 & 2.10 respectively.

Speaking of DX, we've completed a bit of housekeeping on the testing front. Windows tests are running on GitHub Actions instead of AppVeyor, and while adding a few development env's to phpunit.xml.dist, we cleaned things up a bit to play nicely with PHPUnit 9.6.

v1.54.0

February 6th, 2024

Feature

  • #1439 - [make:*] improve support for ORM 3.x / DBAL 4.x - @jrushlow
  • #1438 - Remove mentions of undefined Doctrine constants Types::ARRAY and Types::OBJECT - @njutn95
  • #1432 - [make:controller] use promoted parameter - @tacman
  • #1428 - [make:*] use Routing\Attribute* instead of Routing\Annotation* - @jrushlow
  • #1425 - [dx] require >= PHPUnit 9.6, update phpunit schema, deprecate skipOnSymfony7() - @jrushlow
  • #1421 - [make:*] drop Symfony 6.3 support - @jrushlow
  • #1418 - Determine events map dynamically - @HypeMC

Bug

Generated by Git Released

Diff: v1.53.0...v1.54.0

Enjoy!