Skip to content

Commit

Permalink
feature #1494 Upgrade to Doctrine DBAL 4 and ORM 3 (dmaicher)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 16, 2024
2 parents bbc5de3 + df3ea92 commit a2073d0
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 784 deletions.
6 changes: 3 additions & 3 deletions composer.json
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 Expand Up @@ -50,7 +50,7 @@
"twig/markdown-extra": "^3.3"
},
"require-dev": {
"dama/doctrine-test-bundle": "^8.0.0",
"dama/doctrine-test-bundle": "^8.0.2",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.2",
Expand Down

0 comments on commit a2073d0

Please sign in to comment.