diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 489188215b2..9ad3464b920 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -26,6 +26,8 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "ramsey/uuid": "^4.0", "stof/doctrine-extensions-bundle": "^1.4", @@ -34,6 +36,7 @@ "symfony/framework-bundle": "^5.4.21 || ^6.4" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index 62b8389eb6c..fcd73809616 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -25,12 +25,15 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "sylius/channel": "^1.13", "sylius/resource-bundle": "^1.11", "symfony/framework-bundle": "^5.4.21 || ^6.4" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index be2c5d6303c..abac68a0687 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -25,6 +25,8 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "sylius/currency": "^1.13", "sylius/resource-bundle": "^1.11", @@ -36,6 +38,7 @@ "twig/twig": "^1.0 || 3.9.0" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index eb0897a7d18..0a48a7a6fb6 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -26,6 +26,8 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "sylius/inventory": "^1.13", "sylius/resource-bundle": "^1.11", @@ -37,6 +39,7 @@ "twig/twig": "^1.0 || 3.9.0" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^9.5", diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index 5db729b998a..eff65fe7f39 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -26,6 +26,8 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "sylius/locale": "^1.13", "sylius/resource-bundle": "^1.11", @@ -37,6 +39,7 @@ "twig/twig": "^1.0 || 3.9.0" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "friendsofphp/proxy-manager-lts": "^1.0.7", diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index ec44202511b..44f88a766fe 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -25,6 +25,8 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "sylius/resource-bundle": "^1.11", "symfony/framework-bundle": "^5.4.21 || ^6.4", @@ -36,6 +38,7 @@ "twig/twig": "^1.0 || 3.9.0" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^9.5", diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index 29b6c595c5f..5839b4f6ef0 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -26,6 +26,8 @@ } ], "require": { + "friendsofsymfony/rest-bundle": "^3.0", + "jms/serializer-bundle": "^4.2", "php": "^8.1", "stof/doctrine-extensions-bundle": "^1.4", "sylius/attribute-bundle": "^1.13", @@ -35,6 +37,7 @@ "symfony/framework-bundle": "^5.4.21 || ^6.4" }, "require-dev": { + "doctrine/doctrine-bundle": "^1.12 || ^2.3.1", "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "mockery/mockery": "^1.4",