Skip to content

Commit d749f04

Browse files
committed
Merge branch '0.1'
2 parents f83583e + 2bee9e6 commit d749f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/prepare_project_edition.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ docker exec install_dependencies composer update
7474
docker 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
7878
docker 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;
8484
docker 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
9090
if [ -f ./${DEPENDENCY_PACKAGE_NAME}/dependencies.json ]; then

0 commit comments

Comments
 (0)