From 7cba6b863e519c03e940a3c24352987cfd672753 Mon Sep 17 00:00:00 2001 From: Vlad Byndych Date: Mon, 23 Oct 2023 18:42:46 +0200 Subject: [PATCH] chore: allow higher versions of the lib without BC-break. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a125dc2e2..f60f48723 100755 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "minimum-stability": "dev", "require": { "oat-sa/oatbox-extension-installer": "~1.1||dev-master", - "oat-sa/lib-generis-search": "2.1.2", + "oat-sa/lib-generis-search": "^2.1.2", "oat-sa/generis": ">=15.24", "oat-sa/tao-core": ">=52.1", "oat-sa/extension-tao-item": ">=v12.1.0",