File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -193,12 +193,15 @@ jobs:
193193 - name : Check code for unused dependencies in composer.json
194194 run : |
195195 composer-unused \
196- --excludePackage=slevomat/coding-standard \
197- --excludePackage=symfony/phpunit-bridge \
198- --excludePackage=squizlabs/php_codesniffer \
196+ --excludePackage=icanhazstring/composer-unused \
197+ --excludePackage=maglnet/composer-require-checker \
199198 --excludePackage=phpstan/phpstan \
200199 --excludePackage=phpstan/extension-installer \
201- --excludePackage=phpstan/phpstan-mockery
200+ --excludePackage=phpstan/phpstan-mockery \
201+ --excludePackage=phpstan/phpstan-phpunit \
202+ --excludePackage=slevomat/coding-standard \
203+ --excludePackage=squizlabs/php_codesniffer \
204+ --excludePackage=symfony/phpunit-bridge
202205
203206 - name : PHP Code Sniffer
204207 run : vendor/bin/phpcs
You can’t perform that action at this time.
0 commit comments