From 0df0bbe7af99a4f731050eef4fb03f8cc9aa8164 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 17 Apr 2024 09:58:52 +0200 Subject: [PATCH] Bundles version updated --- .changes/unreleased/Release-20240417-095816.yaml | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Release-20240417-095816.yaml diff --git a/.changes/unreleased/Release-20240417-095816.yaml b/.changes/unreleased/Release-20240417-095816.yaml new file mode 100644 index 0000000..6d74716 --- /dev/null +++ b/.changes/unreleased/Release-20240417-095816.yaml @@ -0,0 +1,5 @@ +kind: Release +body: Update chill bundles version to 2.18.2 +time: 2024-04-17T09:58:16.19917457+02:00 +custom: + Issue: "" diff --git a/composer.json b/composer.json index 58e33cc..c111fff 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "ext-redis": "*", - "chill-project/chill-bundles": "2.16.2", + "chill-project/chill-bundles": "2.18.2", "symfony/flex": "^1.9", "symfony/http-client": "^4.4 || ^5", "nelmio/alice": "^3.8",