|
21 | 21 | - name: "Validate composer.json"
|
22 | 22 | run: php $(which composer) validate --strict
|
23 | 23 | - 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 |
25 | 25 | - name: "Run PHP CodeSniffer"
|
26 | 26 | run: php vendor/bin/phpcs --standard=phpcs.xml
|
27 | 27 | - name: "Run PHPStan"
|
|
41 | 41 | - name: "Validate composer.json"
|
42 | 42 | run: php $(which composer) validate --strict
|
43 | 43 | - 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 |
45 | 45 | - name: "Run PHP CodeSniffer"
|
46 | 46 | run: php vendor/bin/phpcs --standard=phpcs.xml
|
47 | 47 | - name: "Run PHPStan"
|
|
61 | 61 | - name: "Validate composer.json"
|
62 | 62 | run: php $(which composer) validate --strict
|
63 | 63 | - 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 |
65 | 65 | - name: "Run PHP CodeSniffer"
|
66 | 66 | run: php vendor/bin/phpcs --standard=phpcs.xml
|
67 | 67 | - name: "Run PHPStan"
|
|
81 | 81 | - name: "Validate composer.json"
|
82 | 82 | run: php $(which composer) validate --strict
|
83 | 83 | - 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 |
85 | 85 | - name: "Run PHP CodeSniffer"
|
86 | 86 | run: php vendor/bin/phpcs --standard=phpcs.xml
|
87 | 87 | - name: "Run PHPStan"
|
|
0 commit comments