Skip to content

Commit 1389d08

Browse files
authored
[Prepare project] Added RTC & Date time attr opt-in packages (#105)
* [Prepare project] Added RTC & Date time attr opt-in packages * fixup! [Prepare project] Added RTC & Date time attr opt-in packages
1 parent 6f0e5e7 commit 1389d08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/4.6.x-dev/prepare_project_edition.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION i
118118
if [[ "$PROJECT_EDITION" != "oss" ]]; then
119119
# ibexa/connector-qualifio is already being installed with the project
120120
docker exec install_dependencies composer require ibexa/connector-ai:$PROJECT_VERSION ibexa/connector-openai:$PROJECT_VERSION --no-scripts --ansi --no-update
121+
docker exec install_dependencies composer require ibexa/collaboration:$PROJECT_VERSION ibexa/share:$PROJECT_VERSION --no-scripts --ansi --no-update
122+
docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --no-scripts --ansi --no-update
121123
fi
122124
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
123125
docker exec install_dependencies composer require ibexa/discounts:$PROJECT_VERSION ibexa/discounts-codes:$PROJECT_VERSION --no-scripts --ansi --no-update

bin/stable/prepare_project_edition.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ 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
56+
docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
5557
fi
5658
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
5759
docker exec install_dependencies composer require ibexa/discounts:$PROJECT_VERSION ibexa/discounts-codes:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi

0 commit comments

Comments
 (0)