Remove the deprecated "--no-suggest" option from the Composer install step

This commit is contained in:
Sergey Yakimov
2021-03-18 15:28:14 +02:00
parent ab8c670faf
commit 019de53cfb
+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