1 parent 63ba2a7 commit b8e90e0Copy full SHA for b8e90e0
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [3.11.0] - 2026-04-10
6
+- Changed: allow doctrine 4
7
+
8
## [3.10.2] - 2026-03-18
9
- Fixed: [DateAddedField] catch exception when model is readonly and fallback to database
10
composer.json
@@ -8,7 +8,7 @@
"ext-simplexml": "*",
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.0",
11
- "doctrine/dbal": "^3.0",
+ "doctrine/dbal": "^3.0 || ^4.0",
12
"psr/log": "^1.0 || ^2.0 || ^3.0",
13
"symfony/config": "^5.4 || ^6.0 || ^7.0",
14
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
0 commit comments