From ccc3c1c224061d747885ca340c5d1853330c4751 Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Mon, 24 May 2021 14:52:34 +0000 Subject: [PATCH] ci: edit php composer.phar command with composer command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 428e8c63f6..f7b230cd10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ php-dependencies: stage: prepare script: # Install all php dependencies - - php composer.phar install --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs + - composer install --prefer-dist --no-ansi --no-interaction --no-progress --ignore-platform-reqs js-dependencies: stage: prepare -- GitLab