Skip to content

Commit 330990c

Browse files
committed
Remove -q flag from composer installation
1 parent 227d69c commit 330990c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
tools: composer
2222

2323
- name: Install PHP dependencies
24-
run: composer install -q
24+
run: composer install
2525

2626
- name: Run phpunit
2727
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)