From a6d961c605f64b9058c71675d6c1f12c6fa75d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 7 Sep 2023 12:47:11 +0200 Subject: [PATCH] Bump Ibexa to 4.5 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1c20c700..da7cec3e 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ "require": { "php": ">=8.1", "ext-dom": "*", - "ibexa/core": "^4.4", - "ibexa/http-cache": "^4.4", - "ibexa/fieldtype-richtext": "^4.4", + "ibexa/core": "^4.5", + "ibexa/http-cache": "^4.5", + "ibexa/fieldtype-richtext": "^4.5.2", "netgen/ibexa-search-extra": "^3.0", "sensio/framework-extra-bundle": "^6.1.0" },