From 5e5ada705978452eb470f0e5ed0df443e4c15bfb Mon Sep 17 00:00:00 2001 From: Jakub Tobiasz Date: Thu, 20 Apr 2023 12:44:33 +0200 Subject: [PATCH] Allow to install sylius/calendar:^0.5 --- composer.json | 2 +- src/Sylius/Bundle/PromotionBundle/composer.json | 2 +- src/Sylius/Bundle/ShippingBundle/composer.json | 2 +- src/Sylius/Bundle/TaxationBundle/composer.json | 2 +- src/Sylius/Component/Taxation/composer.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f5a938e623..e6b8a1c9c7 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", "sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1", "sylius-labs/polyfill-symfony-security": "^1.1", - "sylius/calendar": "^0.5.0", + "sylius/calendar": "^0.3 || ^0.4 || ^0.5", "sylius/fixtures-bundle": "^1.7", "sylius/grid": "^1.11", "sylius/grid-bundle": "^1.11", diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index 64da7e7275..e489c18b47 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -29,7 +29,7 @@ "require": { "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", - "sylius/calendar": "^0.3 || ^0.4", + "sylius/calendar": "^0.3 || ^0.4 || ^0.5", "sylius/money-bundle": "^1.12", "sylius/promotion": "^1.12", "sylius/registry": "^1.5", diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index f55f3f0339..34a5ec510a 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", - "sylius/calendar": "^0.3 || ^0.4", + "sylius/calendar": "^0.3 || ^0.4 || ^0.5", "sylius/money-bundle": "^1.12", "sylius/resource-bundle": "^1.9", "sylius/shipping": "^1.12", diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index f5fe2033d7..672fe31491 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -29,7 +29,7 @@ "require": { "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", - "sylius/calendar": "^0.3 || ^0.4", + "sylius/calendar": "^0.3 || ^0.4 || ^0.5", "sylius/registry": "^1.5", "sylius/resource-bundle": "^1.9", "sylius/taxation": "^1.12", diff --git a/src/Sylius/Component/Taxation/composer.json b/src/Sylius/Component/Taxation/composer.json index c2506d2c7d..b9d2bdadca 100644 --- a/src/Sylius/Component/Taxation/composer.json +++ b/src/Sylius/Component/Taxation/composer.json @@ -29,7 +29,7 @@ ], "require": { "php": "^8.0", - "sylius/calendar": "^0.3 || ^0.4", + "sylius/calendar": "^0.3 || ^0.4 || ^0.5", "sylius/registry": "^1.5", "sylius/resource": "^1.9" },