From 7289c2901ce951e881ee17dcd657ce3241caddd9 Mon Sep 17 00:00:00 2001 From: Wojdylak Date: Wed, 9 Oct 2024 12:41:08 +0200 Subject: [PATCH] Add the packages that have become optional in version 1.12 of the ResourceBundle. --- src/Sylius/Bundle/AttributeBundle/composer.json | 3 +++ src/Sylius/Bundle/ChannelBundle/composer.json | 3 +++ src/Sylius/Bundle/CurrencyBundle/composer.json | 3 +++ src/Sylius/Bundle/InventoryBundle/composer.json | 3 +++ src/Sylius/Bundle/LocaleBundle/composer.json | 3 +++ src/Sylius/Bundle/MoneyBundle/composer.json | 3 +++ src/Sylius/Bundle/ProductBundle/composer.json | 3 +++ 7 files changed, 21 insertions(+) diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 5c32c6ea9e8..0d2cf6b6305 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 f44c3c5d82a..539c5f35d7b 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.9", "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 43b38f64f7f..0db662cc91b 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.9", @@ -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 1a265cb18de..14c4d13a62e 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.9", @@ -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 6a6e65be640..07e7e74cd58 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.9", @@ -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 bb68f1cbc26..7ba5d1aae67 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.9", "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 a259d2a3b76..f77d580de3b 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",