From 7853c54f54d0ae640571a96b91715bed7e98d06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Tue, 5 Aug 2025 12:13:04 +0200 Subject: [PATCH] Revert "[Prepare project] Removed prematurely added RTC from stable" This reverts commit 8027d969b698adcf27f5006f787aac72cffea3f1. --- bin/stable/prepare_project_edition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/stable/prepare_project_edition.sh b/bin/stable/prepare_project_edition.sh index ff5b431..9d5f6bd 100755 --- a/bin/stable/prepare_project_edition.sh +++ b/bin/stable/prepare_project_edition.sh @@ -52,6 +52,7 @@ 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 docker exec install_dependencies composer require ibexa/product-catalog-symbol-attribute:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi fi