Skip to content

Commit

Permalink
feat: Upgraded doctrine/orm to 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Dec 2, 2024
1 parent 96c9f87 commit 69b1ffc
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/migrations": "^3.1.1",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"endroid/qr-code": "^4.0",
"enshrined/svg-sanitize": "^0.15",
"gedmo/doctrine-extensions": "^3.16.1",
Expand Down Expand Up @@ -78,19 +78,19 @@
"scheb/2fa-trusted-device": "^7.5",
"scienta/doctrine-json-functions": "^4.2",
"sentry/sentry-symfony": "^5.1",
"solarium/solarium": "^6.0.4",
"symfony-cmf/routing-bundle": "^3.0.2",
"solarium/solarium": "^6.3.6",
"symfony-cmf/routing-bundle": "^3.1.0",
"symfony/asset": "6.4.*",
"symfony/cache": "6.4.*",
"symfony/console": "6.4.*",
"symfony/doctrine-messenger": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/event-dispatcher": "6.4.*",
"symfony/event-dispatcher-contracts": "^2.4.0",
"symfony/event-dispatcher-contracts": "^3.5.1",
"symfony/expression-language": "6.4.*",
"symfony/filesystem": "6.4.*",
"symfony/finder": "6.4.*",
"symfony/flex": "^2.2.3",
"symfony/flex": "^2.4.7",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
Expand Down
2 changes: 1 addition & 1 deletion lib/Documents/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ext-zip": "*",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"enshrined/svg-sanitize": "^0.15",
"intervention/image": "^2.5",
"league/flysystem": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=8.2",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"jms/serializer": "^3.9.0",
"roadiz/nodetype-contracts": "~1.1.2",
"symfony/string": "6.4.*",
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenId/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"roadiz/jwt": "2.4.x-dev",
"roadiz/models": "2.4.x-dev",
"roadiz/random": "2.4.x-dev",
"symfony/event-dispatcher-contracts": "^2.4.0",
"symfony/event-dispatcher-contracts": "^3.5.1",
"symfony/http-client": "6.4.*",
"symfony/http-foundation": "6.4.*",
"symfony/routing": "6.4.*",
Expand Down
8 changes: 4 additions & 4 deletions lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"gedmo/doctrine-extensions": "^3.16.1",
"inlinestyle/inlinestyle": "~1.2.7",
"james-heinrich/getid3": "^1.9",
Expand All @@ -55,14 +55,14 @@
"rollerworks/password-common-list": "^0.3.0",
"rollerworks/password-strength-bundle": "^3.0",
"scienta/doctrine-json-functions": "^4.2",
"solarium/solarium": "^6.0.4",
"symfony-cmf/routing-bundle": "^3.0.2",
"solarium/solarium": "^6.3.6",
"symfony-cmf/routing-bundle": "^3.1.0",
"symfony/asset": "6.4.*",
"symfony/cache": "6.4.*",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"symfony/expression-language": "6.4.*",
"symfony/flex": "^2.2.3",
"symfony/flex": "^2.4.7",
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/http-client": "6.4.*",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizFontBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"jms/serializer": "^3.9.0",
"league/flysystem": "^3.0",
"roadiz/models": "2.4.x-dev",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizTwoFactorBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prefer-stable": true,
"require": {
"php": ">=8.2",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"endroid/qr-code": "^4.0",
"roadiz/core-bundle": "2.4.x-dev",
"roadiz/rozier": "2.4.x-dev",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizUserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": ">=8.2",
"api-platform/core": "~3.3.11",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"roadiz/core-bundle": "2.4.x-dev",
"symfony/framework-bundle": "6.4.*",
"symfony/lock": "6.4.*",
Expand Down
2 changes: 1 addition & 1 deletion lib/Rozier/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"require": {
"php": ">=8.2",
"ext-zip": "*",
"doctrine/orm": "~2.19.0",
"doctrine/orm": "~2.20.0",
"jms/serializer": "^3.9.0",
"league/flysystem": "^3.0",
"ramsey/uuid": "^4.7",
Expand Down

0 comments on commit 69b1ffc

Please sign in to comment.