File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ docker exec install_dependencies composer update
7474docker exec -e APP_ENV=dev install_dependencies composer require ibexa/${PROJECT_EDITION} :${PROJECT_VERSION} -W --no-scripts
7575
7676# Install BehatBundle
77- docker exec install_dependencies composer require --dev ezsystems/behatbundle:^9.0.x-dev --no-scripts --no-plugins
77+ docker exec install_dependencies composer require ezsystems/behatbundle:^9.0.x-dev --no-scripts --no-plugins
7878docker exec install_dependencies composer sync-recipes ezsystems/behatbundle --force
7979
8080# Init a repository to avoid Composer asking questions
@@ -84,7 +84,7 @@ git init; git add . > /dev/null;
8484docker exec install_dependencies composer recipes:install ibexa/${PROJECT_EDITION} --force
8585
8686# Install Docker stack
87- docker exec install_dependencies composer require --dev ibexa/docker:^0.2.x-dev --no-scripts
87+ docker exec install_dependencies composer require ibexa/docker:^0.2.x-dev --no-scripts
8888
8989# Add other dependencies if required
9090if [ -f ./${DEPENDENCY_PACKAGE_NAME} /dependencies.json ]; then
You can’t perform that action at this time.
0 commit comments