Skip to content

Commit 498c8f5

Browse files
committed
Add support for Doctrine 3
1 parent 1b9206b commit 498c8f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Unreleased
77

88
- Added support for PHP 8.1
99

10+
- Added support for Doctrine 3
11+
1012
2021/04/28 3.0.0
1113
================
1214

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prefer-stable": true,
1717
"require": {
1818
"php": "^7.3|^8.0|^8.1",
19-
"doctrine/dbal": "^2.12",
19+
"doctrine/dbal": "^3",
2020
"crate/crate-pdo": "^2.1.2"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)