Skip to content

Commit 83cdef4

Browse files
committed
remove --no-suggest
1 parent 5abfe6a commit 83cdef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-checking.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Validate composer.json"
2222
run: php $(which composer) validate --strict
2323
- name: "Install dependencies with composer"
24-
run: php $(which composer) install --no-interaction --no-progress --no-suggest
24+
run: php $(which composer) install --no-interaction --no-progress
2525
- name: "Run PHP CodeSniffer"
2626
run: php vendor/bin/phpcs --standard=phpcs.xml
2727
- name: "Run PHPStan"
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Validate composer.json"
4242
run: php $(which composer) validate --strict
4343
- name: "Install dependencies with composer"
44-
run: php $(which composer) install --no-interaction --no-progress --no-suggest
44+
run: php $(which composer) install --no-interaction --no-progress
4545
- name: "Run PHP CodeSniffer"
4646
run: php vendor/bin/phpcs --standard=phpcs.xml
4747
- name: "Run PHPStan"
@@ -61,7 +61,7 @@ jobs:
6161
- name: "Validate composer.json"
6262
run: php $(which composer) validate --strict
6363
- name: "Install dependencies with composer"
64-
run: php $(which composer) install --no-interaction --no-progress --no-suggest
64+
run: php $(which composer) install --no-interaction --no-progress
6565
- name: "Run PHP CodeSniffer"
6666
run: php vendor/bin/phpcs --standard=phpcs.xml
6767
- name: "Run PHPStan"
@@ -81,7 +81,7 @@ jobs:
8181
- name: "Validate composer.json"
8282
run: php $(which composer) validate --strict
8383
- name: "Install dependencies with composer"
84-
run: php $(which composer) install --no-interaction --no-progress --no-suggest
84+
run: php $(which composer) install --no-interaction --no-progress
8585
- name: "Run PHP CodeSniffer"
8686
run: php vendor/bin/phpcs --standard=phpcs.xml
8787
- name: "Run PHPStan"

0 commit comments

Comments
 (0)