From cd39f24320bc5376ca66d95c51fa2329edb2b648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Tue, 20 Feb 2024 15:53:11 +0100 Subject: [PATCH] NGSTACK-805: lock ibexa core to 4.5.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f6c60b1..9f7fa1e3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=8.1", "ext-json": "*", "ext-dom": "*", - "ibexa/core": "^4.5", + "ibexa/core": "~4.5.0", "symfony/messenger": "^5.4", "symfony/proxy-manager-bridge": "^5.4" },