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