From 8027d969b698adcf27f5006f787aac72cffea3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 28 May 2025 08:23:21 +0200 Subject: [PATCH] [Prepare project] Removed prematurely added RTC from stable --- bin/stable/prepare_project_edition.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/stable/prepare_project_edition.sh b/bin/stable/prepare_project_edition.sh index 892f528..3f0b2d9 100755 --- a/bin/stable/prepare_project_edition.sh +++ b/bin/stable/prepare_project_edition.sh @@ -52,7 +52,6 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then echo "> Installing opt-in packages" # ibexa/connector-qualifio is already being installed with the project docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi - docker exec install_dependencies composer require ibexa/collaboration:$PROJECT_VERSION ibexa/share:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi fi if [[ "$PROJECT_EDITION" == "commerce" ]]; then