Skip to content

Commit 400fc3e

Browse files
authored
Revert "[Prepare project] Removed prematurely added RTC from stable" (#110)
This reverts commit 8027d96.
1 parent ffe2af7 commit 400fc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/stable/prepare_project_edition.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then
5252
echo "> Installing opt-in packages"
5353
# ibexa/connector-qualifio is already being installed with the project
5454
docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
55+
docker exec install_dependencies composer require ibexa/collaboration:$PROJECT_VERSION ibexa/share:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5556
docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5657
docker exec install_dependencies composer require ibexa/product-catalog-symbol-attribute:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5758
fi

0 commit comments

Comments
 (0)