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 e5c594a commit 98c31c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"api-platform/core": "^3.4.0",
"babdev/pagerfanta-bundle": "^3.7 || ^4.0",
"behat/transliterator": "^1.3",
"doctrine/collections": "^1.6",
"doctrine/collections": "^1.6 || ^2.2",
"doctrine/common": "^3.2",
"doctrine/dbal": "^3.0",
"doctrine/doctrine-bundle": "^2.3.1",
"doctrine/doctrine-migrations-bundle": "^3.0.1",
"doctrine/event-manager": "^1.1 || ^2.0",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/migrations": "^3.5.5",
"doctrine/orm": "^2.13",
"doctrine/orm": "^2.13 || ^3.3",
"doctrine/persistence": "^2.3 || ^3.0",
"egulias/email-validator": "^3.1",
"egulias/email-validator": "^3.1 || ^4.0",
"enshrined/svg-sanitize": "^0.16",
"fakerphp/faker": "^1.10",
"friendsofphp/proxy-manager-lts": "^1.0.7",
Expand Down Expand Up @@ -74,16 +74,16 @@
"ramsey/uuid": "^4.0",
"sonata-project/block-bundle": "^4.2 || ^5.0",
"stof/doctrine-extensions-bundle": "^1.4",
"sylius-labs/association-hydrator": "^1.1 || ^1.2",
"sylius-labs/association-hydrator": "dev-orm-3",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
"sylius/fixtures-bundle": "^1.8",
"sylius/grid": "^1.12 || ^1.13@alpha",
"sylius/grid-bundle": "^1.12 || ^1.13@alpha",
"sylius/grid": "^1.12 || ^1.13",
"sylius/grid-bundle": "^1.12 || ^1.13",
"sylius/mailer": "^2.0",
"sylius/mailer-bundle": "^2.0 || ^2.1@alpha",
"sylius/mailer-bundle": "^2.0 || ^2.1",
"sylius/registry": "^1.6",
"sylius/resource": "^1.11 || ^1.12@alpha",
"sylius/resource-bundle": "^1.11 || ^1.12@alpha",
"sylius/resource": "^1.11 || ^1.12",
"sylius/resource-bundle": "^1.11 || ^1.12",
"sylius/theme-bundle": "^2.3",
"sylius/twig-hooks": "~0.3.0",
"symfony/asset": "^6.4.0 || ^7.1",
Expand Down
3 changes: 0 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -748,9 +748,6 @@
"symfony/polyfill-php56": {
"version": "v1.15.0"
},
"symfony/polyfill-php72": {
"version": "v1.18.1"
},
"symfony/polyfill-php80": {
"version": "v1.15.0"
},
Expand Down

0 comments on commit 98c31c1

Please sign in to comment.