We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e901a commit 66cb29aCopy full SHA for 66cb29a
1 file changed
.github/workflows/php.yml
@@ -193,12 +193,14 @@ jobs:
193
- name: Check code for unused dependencies in composer.json
194
run: |
195
composer-unused \
196
- --excludePackage=slevomat/coding-standard \
197
- --excludePackage=symfony/phpunit-bridge \
198
- --excludePackage=squizlabs/php_codesniffer \
+ --excludePackage=maglnet/composer-require-checker \
199
--excludePackage=phpstan/phpstan \
200
--excludePackage=phpstan/extension-installer \
201
- --excludePackage=phpstan/phpstan-mockery
+ --excludePackage=phpstan/phpstan-mockery \
+ --excludePackage=phpstan/phpstan-phpunit \
+ --excludePackage=slevomat/coding-standard \
202
+ --excludePackage=squizlabs/php_codesniffer \
203
+ --excludePackage=symfony/phpunit-bridge
204
205
- name: PHP Code Sniffer
206
run: vendor/bin/phpcs
0 commit comments