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 a96639b
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 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
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AddressingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require-dev": {
"doctrine/data-fixtures": "^1.7",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpspec/prophecy-phpunit": "^2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/AttributeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpspec/prophecy-phpunit": "^2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ChannelBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"knplabs/knp-gaufrette-bundle": "^0.9",
"league/flysystem-bundle": "^3.3",
"liip/imagine-bundle": "^2.13",
"sylius-labs/association-hydrator": "^1.2",
"sylius-labs/association-hydrator": "dev-orm-3",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.2",
"sylius/addressing-bundle": "^2.0",
"sylius/attribute-bundle": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CurrencyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/CustomerBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"require": {
"php": "^8.2",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"egulias/email-validator": "^4.0",
"sylius/customer": "^2.0",
"sylius/resource-bundle": "^1.12",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/InventoryBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.4 || ^7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/LocaleBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"friendsofphp/proxy-manager-lts": "^1.0",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/MoneyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
"sylius/currency-bundle": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/OrderBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ProductBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"mockery/mockery": "^1.6",
"phpspec/phpspec": "^7.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/PromotionBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpspec/prophecy-phpunit": "^2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/ShippingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxationBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/TaxonomyBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
"symfony/dependency-injection": "^6.4.1 || ^7.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Bundle/UserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"require": {
"php": "^8.2",
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"egulias/email-validator": "^4.0",
"sylius/mailer-bundle": "^2.1",
"sylius/resource-bundle": "^1.12",
Expand Down
2 changes: 1 addition & 1 deletion src/Sylius/Component/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"doctrine/orm": "^2.18",
"doctrine/orm": "^2.20 || ^3.3",
"phpspec/phpspec": "^7.5",
"phpunit/phpunit": "^9.5",
"symfony/property-access": "^6.4 || ^7.1"
Expand Down

0 comments on commit a96639b

Please sign in to comment.