Skip to content

Commit d795122

Browse files
committed
CI: remove --no-suggest option for composer install
1 parent 6d22906 commit d795122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: composer validate
3535

3636
- name: Install dependencies
37-
run: composer install --prefer-dist --no-progress --no-suggest
37+
run: composer install --prefer-dist --no-progress
3838

3939
- name: PHPUnit
4040
run: ./vendor/bin/phpunit tests

0 commit comments

Comments
 (0)