Skip to content

Commit a2073d0

Browse files
committed
feature #1494 Upgrade to Doctrine DBAL 4 and ORM 3 (dmaicher)
This PR was merged into the main branch. Discussion ---------- Upgrade to Doctrine DBAL 4 and ORM 3 Commits ------- df3ea92 Upgrade to Doctrine DBAL 4 and ORM 3
2 parents bbc5de3 + df3ea92 commit a2073d0

File tree

5 files changed

+558
-784
lines changed

5 files changed

+558
-784
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"require": {
1616
"php": ">=8.2",
1717
"ext-pdo_sqlite": "*",
18-
"doctrine/dbal": "^3.1",
18+
"doctrine/dbal": "^4.0",
1919
"doctrine/doctrine-bundle": "^2.11",
2020
"doctrine/doctrine-migrations-bundle": "^3.3",
21-
"doctrine/orm": "^2.16",
21+
"doctrine/orm": "^3.0",
2222
"league/commonmark": "^2.1",
2323
"symfony/apache-pack": "^1.0",
2424
"symfony/asset": "^7.0",
@@ -50,7 +50,7 @@
5050
"twig/markdown-extra": "^3.3"
5151
},
5252
"require-dev": {
53-
"dama/doctrine-test-bundle": "^8.0.0",
53+
"dama/doctrine-test-bundle": "^8.0.2",
5454
"doctrine/doctrine-fixtures-bundle": "^3.5",
5555
"phpstan/extension-installer": "^1.2",
5656
"phpstan/phpstan": "^1.2",

0 commit comments

Comments
 (0)