We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4625c79 commit a9c2b3aCopy full SHA for a9c2b3a
1 file changed
bin/5.0.x-dev/prepare_project_edition.sh
@@ -116,6 +116,7 @@ docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION i
116
# Install opt-in packages
117
if [[ "$PROJECT_EDITION" != "oss" ]]; then
118
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
120
fi
121
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
122
docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --no-scripts --ansi --no-update
0 commit comments