From 379973e89900772f6171c9edec4f3318437963de Mon Sep 17 00:00:00 2001 From: RahatHameed Date: Fri, 24 Jan 2025 19:35:16 +0100 Subject: [PATCH] OXDEV-9104 Used right feature branch for component --- component-consistency-check-tool/b-7.3.x-components.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-consistency-check-tool/b-7.3.x-components.sh b/component-consistency-check-tool/b-7.3.x-components.sh index e8a220b..2dd6033 100755 --- a/component-consistency-check-tool/b-7.3.x-components.sh +++ b/component-consistency-check-tool/b-7.3.x-components.sh @@ -40,7 +40,7 @@ cp ${SCRIPT_PATH}/../parts/bases/composer.json.base ./source/composer.json $SCRIPT_PATH/../parts/shared/require_shop_edition_packages.sh -e"${edition}" -v"dev-b-7.3.x" $SCRIPT_PATH/../parts/shared/require.sh -n"oxid-esales/developer-tools" -v"dev-b-7.3.x" -$SCRIPT_PATH/../parts/shared/require.sh -n"oxid-esales/consistency-check-tool" -g"https://github.com/OXID-eSales/consistency-check-tool.git" -v"dev-b-7.3.x-prepare-recipe-OXDEV-9095" +$SCRIPT_PATH/../parts/shared/require.sh -n"oxid-esales/consistency-check-tool" -g"https://github.com/OXID-eSales/consistency-check-tool.git" -v"dev-b-7.3.x-preparation-for-sdk-recipe-OXDEV-9104" docker compose exec php composer update --no-interaction