Skip to content

Commit 659f376

Browse files
Doctrine Upgrade (#2026)
Co-authored-by: blued_gear <chocolatecakecodes@disroot.org>
1 parent c61798d commit 659f376

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+305
-641
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"aws/aws-sdk-php": "^3.317.0",
2121
"babdev/pagerfanta-bundle": "^v4.4.0",
2222
"debril/rss-atom-bundle": "^5.2.0",
23-
"doctrine/annotations": "^2.0.1",
24-
"doctrine/doctrine-bundle": "^2.12.0",
25-
"doctrine/doctrine-migrations-bundle": "^3.3.1",
26-
"doctrine/orm": "^2.19.6",
23+
"doctrine/doctrine-bundle": "^2.18.2",
24+
"doctrine/doctrine-migrations-bundle": "^3.7.0",
25+
"doctrine/orm": "^3.6.2",
26+
"doctrine/instantiator": "2.0.0",
2727
"embed/embed": "^4.4.12",
2828
"endroid/qr-code": "^6.0.3",
2929
"friendsofsymfony/jsrouting-bundle": "^3.5.0",
@@ -120,7 +120,7 @@
120120
"require-dev": {
121121
"brianium/paratest": "^7.10.1",
122122
"dama/doctrine-test-bundle": "^8.2.0",
123-
"doctrine/doctrine-fixtures-bundle": "^3.6.1",
123+
"doctrine/doctrine-fixtures-bundle": "^4.3.1",
124124
"fakerphp/faker": "^1.23.1",
125125
"justinrainbow/json-schema": "^6.0.0",
126126
"phpstan/phpstan": "^2.0.2",

0 commit comments

Comments
 (0)