Skip to content

Commit a9c2b3a

Browse files
authored
IBX-11133: Added integrated-help as opt-in package for 5.0.x-dev (#130)
1 parent 4625c79 commit a9c2b3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/5.0.x-dev/prepare_project_edition.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION i
116116
# Install opt-in packages
117117
if [[ "$PROJECT_EDITION" != "oss" ]]; then
118118
docker exec install_dependencies composer require ibexa/connector-anthropic:$PROJECT_VERSION --no-scripts --ansi --no-update
119+
docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --no-scripts --ansi --no-update
119120
fi
120121
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
121122
docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --no-scripts --ansi --no-update

0 commit comments

Comments
 (0)