Commit 354e2561 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Utilise `composer update` plutôt que `composer install` en CI.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ stages:
- php -v
- composer -V
script:
- composer install $COMPOSER_OPTS
- composer update $COMPOSER_OPTS
- php -l src/*.php
- vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no
- vendor/bin/phpunit
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment