Merge pull request #851 from yakimun/composer-no-suggest

Remove the deprecated "--no-suggest" option from the Composer install step
This commit is contained in:
Andy McKay
2021-03-29 11:55:17 -07:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md