From bc1cc8f09c11d8ce6501ce06d0c0609006de39af Mon Sep 17 00:00:00 2001 From: konradoboza Date: Tue, 17 Mar 2026 14:26:53 +0100 Subject: [PATCH 1/2] [Composer] Fixed `jms-translation-bundle` dependency --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3bcbdeb744..3c03518221 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "friendsofsymfony/http-cache-bundle": "^3.0", "friendsofsymfony/jsrouting-bundle": "^3.5", "ibexa/doctrine-schema": "~5.0.x-dev", - "ibexa/jms-translation-bundle": "^2.6", + "ibexa/jms-translation-bundle": "~2.6.x-dev", "league/flysystem-memory": "^2.0.6", "liip/imagine-bundle": "^2.3", "nelmio/cors-bundle": "^2.0", @@ -82,7 +82,8 @@ "ezsystems/ezplatform-kernel": "*", "ezsystems/ezpublish-legacy": "*", "friendsofphp/php-cs-fixer": "3.5.0", - "phpunit/phpunit": "8.4.0" + "phpunit/phpunit": "8.4.0", + "ibexa/jms-translation-bundle": "<= 2.6.0" }, "autoload": { "psr-4": { From 69394e850906ebc761015490405b5d535bb36946 Mon Sep 17 00:00:00 2001 From: konradoboza Date: Tue, 17 Mar 2026 14:47:03 +0100 Subject: [PATCH 2/2] fixed dependency --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3c03518221..424ac22f95 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "friendsofsymfony/http-cache-bundle": "^3.0", "friendsofsymfony/jsrouting-bundle": "^3.5", "ibexa/doctrine-schema": "~5.0.x-dev", - "ibexa/jms-translation-bundle": "~2.6.x-dev", + "ibexa/jms-translation-bundle": "^1.0.0", "league/flysystem-memory": "^2.0.6", "liip/imagine-bundle": "^2.3", "nelmio/cors-bundle": "^2.0", @@ -82,8 +82,7 @@ "ezsystems/ezplatform-kernel": "*", "ezsystems/ezpublish-legacy": "*", "friendsofphp/php-cs-fixer": "3.5.0", - "phpunit/phpunit": "8.4.0", - "ibexa/jms-translation-bundle": "<= 2.6.0" + "phpunit/phpunit": "8.4.0" }, "autoload": { "psr-4": {