diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index f77dfc9ff66..d3c51e758f5 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -37,7 +37,7 @@ "twig/twig": "^1.0 || ^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6", diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 857899dd897..19e3dd7abaf 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -27,14 +27,14 @@ ], "require": { "php": "^8.0", - "ramsey/uuid": "^3.9", + "ramsey/uuid": "^4.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/attribute": "^1.6", "sylius/resource-bundle": "^1.9 || ^1.10@alpha", "symfony/framework-bundle": "^5.4 || ^6.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", "symfony/browser-kit": "^5.4 || ^6.0", diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index 32d31976e84..2046c2ed736 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -31,7 +31,7 @@ "symfony/framework-bundle": "^5.4 || ^6.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index 2bafbdbe266..ab36fcd457c 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -36,7 +36,7 @@ "twig/twig": "^1.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6", diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index cf24f56145b..8462eca746e 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -36,7 +36,7 @@ ], "require": { "php": "^8.0", - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "egulias/email-validator": "^3.1", "sylius/customer": "^1.6", "sylius/resource-bundle": "^1.9 || ^1.10@alpha", diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index 9b00bb35c64..d3c439dc798 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -37,7 +37,7 @@ "twig/twig": "^1.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6", diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index 9ab05abfa4c..383bef63ff5 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -36,7 +36,7 @@ "twig/twig": "^1.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "friendsofphp/proxy-manager-lts": "^1.0.7", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index b729d041269..5a304183976 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -36,7 +36,7 @@ "twig/twig": "^1.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6", diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index 4b44f96c959..b4010a75bd3 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -40,7 +40,7 @@ "twig/twig": "^1.0 || ^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index f7d33b00b5f..bcee02713a3 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -35,7 +35,7 @@ "twig/twig": "^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index cb651687c0f..a93598a5375 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -35,7 +35,7 @@ "symfony/framework-bundle": "^5.4 || ^6.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "mockery/mockery": "^1.4", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index bf9021f497a..47a415a4526 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -40,7 +40,7 @@ "twig/twig": "^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index 1d5246547e2..d4ab90ec305 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -40,7 +40,7 @@ "twig/twig": "^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index bc770c3d74d..9b1a341e321 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -38,7 +38,7 @@ "twig/twig": "^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index ee220da86ea..b552c34577b 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -38,7 +38,7 @@ "twig/twig": "^3.0" }, "require-dev": { - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^8.5", "symfony/dependency-injection": "^5.4 || ^6.0" diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index 9e50e574afc..ad3337e0ca5 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -38,7 +38,7 @@ ], "require": { "php": "^8.0", - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "egulias/email-validator": "^3.1", "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", "sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1", diff --git a/src/Sylius/Component/Promotion/composer.json b/src/Sylius/Component/Promotion/composer.json index 3bfd24eac35..df0136ac853 100644 --- a/src/Sylius/Component/Promotion/composer.json +++ b/src/Sylius/Component/Promotion/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.0", - "doctrine/orm": "^2.7", + "doctrine/orm": "^2.13", "sylius/registry": "^1.5", "sylius/resource": "^1.9 || ^1.10@alpha" },