Skip to content

Commit 01360aa

Browse files
committed
Doctrine3: Update to doctrine/dbal version 3
1 parent e3e5e96 commit 01360aa

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
@@ -10,6 +10,8 @@ Unreleased
1010

1111
- Added support for PHP 8.1 and PHP 8.2
1212

13+
- Added support for Doctrine 3
14+
1315
2021/04/28 3.0.0
1416
================
1517

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|^8.2",
19-
"doctrine/dbal": "^2",
19+
"doctrine/dbal": "^3",
2020
"crate/crate-pdo": "^2"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)