Skip to content

Commit

Permalink
Merge pull request #67 from DavidePastore/feature/remove-no-suggest-o…
Browse files Browse the repository at this point in the history
…ption-from-composer-install-command

Remove --no-suggest option from composer install
  • Loading branch information
DavidePastore authored Dec 15, 2022
2 parents f1d9347 + f45cdce commit de3d832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: php -v

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: PHP Unit tests
run: |
Expand Down

0 comments on commit de3d832

Please sign in to comment.