From a4e20a1757bec9632e8e7392a9ecc5693abbac7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 11:01:05 +0000 Subject: [PATCH] Update sylius/calendar requirement from ^0.3 to ^0.4 Updates the requirements on sylius/calendar to permit the latest version. --- updated-dependencies: - dependency-name: sylius/calendar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4d7d55109a4..3e8b5b9c328 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", "sylius-labs/polyfill-symfony-security": "^1.0", - "sylius/calendar": "^0.3", + "sylius/calendar": "^0.4", "sylius/fixtures-bundle": "^1.6.1", "sylius/grid": "^1.11", "sylius/grid-bundle": "^1.11",