File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -193,12 +193,14 @@ 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=maglnet/composer-require-checker \
199197 --excludePackage=phpstan/phpstan \
200198 --excludePackage=phpstan/extension-installer \
201- --excludePackage=phpstan/phpstan-mockery
199+ --excludePackage=phpstan/phpstan-mockery \
200+ --excludePackage=phpstan/phpstan-phpunit \
201+ --excludePackage=slevomat/coding-standard \
202+ --excludePackage=squizlabs/php_codesniffer \
203+ --excludePackage=symfony/phpunit-bridge
202204
203205 - name : PHP Code Sniffer
204206 run : vendor/bin/phpcs
You can’t perform that action at this time.
0 commit comments