Skip to content

Commit 749a234

Browse files
author
roadiz-ci
committed
feat(doctrine): upgrade to Doctrine ORM 3.6, DBAL 4.4, Persistence 4.2 (#433)
1 parent 945090c commit 749a234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=8.3",
22-
"doctrine/orm": "~2.20.0",
22+
"doctrine/orm": "^3.6",
2323
"api-platform/doctrine-orm": "^4.1.18",
2424
"api-platform/metadata": "^4.1.18",
2525
"roadiz/nodetype-contracts": "^3.1.1",
@@ -31,7 +31,7 @@
3131
"symfony/validator": "7.4.*"
3232
},
3333
"require-dev": {
34-
"doctrine/doctrine-bundle": "^2.8.1",
34+
"doctrine/doctrine-bundle": "^2.19",
3535
"php-coveralls/php-coveralls": "^2.4",
3636
"phpstan/phpstan": "^2.1.36",
3737
"phpstan/phpdoc-parser": "<2",

0 commit comments

Comments
 (0)