Skip to content

Commit

Permalink
Upgrade to Dotrine DBAL 4 and ORM 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Feb 15, 2024
1 parent e6f2352 commit 865431b
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 770 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"require": {
"php": ">=8.2",
"ext-pdo_sqlite": "*",
"doctrine/dbal": "^3.1",
"doctrine/dbal": "^4.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.16",
"doctrine/orm": "^3.0",
"league/commonmark": "^2.1",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^7.0",
Expand Down
Loading

0 comments on commit 865431b

Please sign in to comment.