File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ if [[ "$PROJECT_EDITION" != "oss" ]]; then
125125 docker exec install_dependencies composer require ibexa/product-catalog-symbol-attribute:$PROJECT_VERSION --no-scripts --ansi --no-update
126126 docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --no-scripts --ansi --no-update
127127 if [[ " $PHP_IMAGE " == * " node20" * ]]; then
128- docker exec install_dependencies composer require ibexa/elasticsearch8:$PROJECT_VERSION --no-scripts --ansi --no-update
128+ docker exec install_dependencies composer require ibexa/elasticsearch8:" dev-support-es8 as 4.6.x-dev " --no-scripts --ansi --no-update
129129 fi
130130fi
131131if [[ " $PROJECT_EDITION " == " commerce" ]]; then
You can’t perform that action at this time.
0 commit comments