This release fixes compatibility with recent releases of Doctrine Lexer and DBAL.
What's Changed
- Switch out Travis for GitHub Action by @stevelacey in #361
- Add MySQL WEEKOFYEAR by @tsadock in #362
- Support Symfony 6 by @stephanvierkant in #382
- php 8.0 return types compatible by @maikelohcfg in #380
- Feat: Add GitHub actions tests for php8.x on all branches by @Chris53897 in #386
- Add PHP 8.2 compatibility by @javer in #398
- Avoid deprecations with Doctrine/lexer 2 by @VincentLanglet in #410
- Add php8.3 compatibility tests by @connorhu in #422
- Use cache@v3 and checkout@v4 by @dfridrich in #418
- tests: fix column type (for doctrine/orm v3) by @Chris53897 in #416
- Md5: avoid calling deprecated AbstractPlatform::getMd5Expression by @glaubinix in #417
- Bump workflow action version by @greg0ire in #425
- Drop php-cs-fixer and setup phpcs by @connorhu in #423
- Add doctrine/annotations to dev deps by @derrabus in #427
- Remove Doctrine Cache by @derrabus in #426
- Use ramsey/composer-install by @derrabus in #429
- Run tests with Doctrine Annotations 2 by @derrabus in #428
- Add TestCase parent to Atan2Test class by @connorhu in #431
- Cleanup substring tests (function removed already b268b1) by @connorhu in #430
- Remove obsolete version checks by @derrabus in #432
New Contributors
- @tsadock made their first contribution in #362
- @stephanvierkant made their first contribution in #382
- @maikelohcfg made their first contribution in #380
- @Chris53897 made their first contribution in #386
- @javer made their first contribution in #398
- @VincentLanglet made their first contribution in #410
- @connorhu made their first contribution in #422
- @dfridrich made their first contribution in #418
- @glaubinix made their first contribution in #417
- @greg0ire made their first contribution in #425
- @derrabus made their first contribution in #427
Full Changelog: v1.3.0...v1.4.0