Skip to content

Commit

Permalink
minor #1389 Bump minimum version of Doctrine Bundle to ^2.8 (rosier)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 9, 2023
2 parents 4edf0b5 + ee5716a commit 2df34b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -16,9 +16,9 @@
"php": ">=8.1",
"ext-pdo_sqlite": "*",
"doctrine/dbal": "^3.1",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-bundle": "^2.8",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.10",
"doctrine/orm": "^2.11",
"league/commonmark": "^2.1",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^6.2",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions symfony.lock
Expand Up @@ -14,16 +14,6 @@
"dflydev/dot-access-data": {
"version": "v3.0.1"
},
"doctrine/annotations": {
"version": "1.13",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.10",
"ref": "64d8583af5ea57b7afa4aba4b159907f3a148b05"
},
"files": []
},
"doctrine/cache": {
"version": "2.1.1"
},
Expand Down

0 comments on commit 2df34b7

Please sign in to comment.