Skip to content

Commit c1ed96d

Browse files
committed
Fix qa
1 parent 999603a commit c1ed96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json
191191

192192
- name: Check code for unused dependencies in composer.json
193-
run: composer-unused
193+
run: composer-unused --excludePackage=simplesamlphp/composer-xmlprovider-installer
194194

195195
- name: PHP Code Sniffer
196196
run: phpcs

0 commit comments

Comments
 (0)