File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then
6565 fi
6666 if [[ " $PROJECT_EDITION " == " commerce" ]]; then
6767 docker exec install_dependencies composer require ibexa/discounts:$PROJECT_VERSION ibexa/discounts-codes:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
68- docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
6968 fi
7069else
7170 echo " > Installing dependencies for v5"
7271 docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION ibexa/connector-anthropic:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
72+ docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
7373fi
7474
7575# Enable FriendsOfBehat SymfonyExtension in the Behat env
You can’t perform that action at this time.
0 commit comments