Skip to content

Commit b8e90e0

Browse files
committed
allow doctrine 4
1 parent 63ba2a7 commit b8e90e0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.11.0] - 2026-04-10
6+
- Changed: allow doctrine 4
7+
58
## [3.10.2] - 2026-03-18
69
- Fixed: [DateAddedField] catch exception when model is readonly and fallback to database
710

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ext-simplexml": "*",
99
"php": "^8.1",
1010
"contao/core-bundle": "^4.13 || ^5.0",
11-
"doctrine/dbal": "^3.0",
11+
"doctrine/dbal": "^3.0 || ^4.0",
1212
"psr/log": "^1.0 || ^2.0 || ^3.0",
1313
"symfony/config": "^5.4 || ^6.0 || ^7.0",
1414
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",

0 commit comments

Comments
 (0)