Skip to content

Commit

Permalink
[Maintenance] Add support for ORM v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Dec 23, 2024
1 parent dd339a5 commit 9945afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"doctrine/event-manager": "^2.0",
"doctrine/inflector": "^2.0",
"doctrine/migrations": "^3.8",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"doctrine/persistence": "^3.3",
"egulias/email-validator": "^4.0",
"fakerphp/faker": "^1.23",
Expand Down Expand Up @@ -73,7 +73,7 @@
"psr/log": "^3.0",
"ramsey/uuid": "^4.7",
"stof/doctrine-extensions-bundle": "^1.12",
"sylius-labs/association-hydrator": "^1.2",
"sylius-labs/association-hydrator": "dev-orm-3",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.2",
"sylius/fixtures-bundle": "^1.9",
"sylius/grid": "^1.13",
Expand Down

0 comments on commit 9945afd

Please sign in to comment.