Skip to content

Commit 2df34b7

Browse files
committed
minor #1389 Bump minimum version of Doctrine Bundle to ^2.8 (rosier)
This PR was merged into the main branch. Discussion ---------- Bump minimum version of Doctrine Bundle to ^2.8 Fixes deprecation: - The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Fixes #1320 This also removes the last transitive dependency on doctrine/annotations Commits ------- ee5716a Bump minimum version of Doctrine Bundle to ^2.8
2 parents 4edf0b5 + ee5716a commit 2df34b7

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"php": ">=8.1",
1717
"ext-pdo_sqlite": "*",
1818
"doctrine/dbal": "^3.1",
19-
"doctrine/doctrine-bundle": "^2.7",
19+
"doctrine/doctrine-bundle": "^2.8",
2020
"doctrine/doctrine-migrations-bundle": "^3.0",
21-
"doctrine/orm": "^2.10",
21+
"doctrine/orm": "^2.11",
2222
"league/commonmark": "^2.1",
2323
"symfony/apache-pack": "^1.0",
2424
"symfony/asset": "^6.2",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

-10
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
"dflydev/dot-access-data": {
1515
"version": "v3.0.1"
1616
},
17-
"doctrine/annotations": {
18-
"version": "1.13",
19-
"recipe": {
20-
"repo": "github.com/symfony/recipes",
21-
"branch": "main",
22-
"version": "1.10",
23-
"ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05"
24-
},
25-
"files": []
26-
},
2717
"doctrine/cache": {
2818
"version": "2.1.1"
2919
},

0 commit comments

Comments
 (0)