Skip to content

Commit 6f666c7

Browse files
committed
Fix CI
1 parent 62e901a commit 6f666c7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)