Skip to content

Commit 66cb29a

Browse files
committed
Fix CI
1 parent 62e901a commit 66cb29a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/php.yml

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

0 commit comments

Comments
 (0)