We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c821b9a commit 322ec12Copy full SHA for 322ec12
CHANGELOG.md
@@ -18,7 +18,10 @@ a release.
18
---
19
20
## [Unreleased]
21
+
22
+## [3.22.0] - 2025-12-13
23
### Added
24
+- Support for PHP 8.5
25
- Support for Symfony 8
26
27
## [3.21.0] - 2025-09-22
src/DoctrineExtensions.php
@@ -30,7 +30,7 @@ final class DoctrineExtensions
30
/**
31
* Current version of extensions
32
*/
33
- public const VERSION = '3.21.0';
+ public const VERSION = '3.22.0';
34
35
36
* Hooks all extension metadata mapping drivers into
0 commit comments