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.
doctrine/dbal
1 parent e3e5e96 commit 01360aaCopy full SHA for 01360aa
CHANGES.txt
@@ -10,6 +10,8 @@ Unreleased
10
11
- Added support for PHP 8.1 and PHP 8.2
12
13
+- Added support for Doctrine 3
14
+
15
2021/04/28 3.0.0
16
================
17
composer.json
@@ -16,7 +16,7 @@
"prefer-stable": true,
"require": {
18
"php": "^7.3|^8.0|^8.1|^8.2",
19
- "doctrine/dbal": "^2",
+ "doctrine/dbal": "^3",
20
"crate/crate-pdo": "^2"
21
},
22
"autoload": {
0 commit comments