diff --git a/bin/4.6.x-dev/prepare_project_edition.sh b/bin/4.6.x-dev/prepare_project_edition.sh index a2925a76..f5e9ea4f 100755 --- a/bin/4.6.x-dev/prepare_project_edition.sh +++ b/bin/4.6.x-dev/prepare_project_edition.sh @@ -118,7 +118,9 @@ if [[ "$PROJECT_EDITION" != "oss" ]]; then # 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 --no-scripts --ansi --no-update docker exec install_dependencies composer require ibexa/collaboration:$PROJECT_VERSION ibexa/share:$PROJECT_VERSION --no-scripts --ansi --no-update - docker exec install_dependencies composer require ibexa/fieldtype-richtext-rte:$PROJECT_VERSION --no-scripts --ansi --no-update + if [[ "$PHP_IMAGE" != *"node18"* ]]; then + docker exec install_dependencies composer require ibexa/fieldtype-richtext-rte:$PROJECT_VERSION --no-scripts --ansi --no-update + fi docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --no-scripts --ansi --no-update docker exec install_dependencies composer require ibexa/product-catalog-symbol-attribute:$PROJECT_VERSION --no-scripts --ansi --no-update docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --no-scripts --ansi --no-update