Skip to content
Snippets Groups Projects
Unverified Commit 8f71d429 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix incorrect parameter

parent 055326ef
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ jobs:
- name: Check code for hard dependencies missing in composer.json
continue-on-error: true
run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json
run: composer-require-checker check --config-file tools/composer-require-checker.json composer.json
- name: Check code for unused dependencies in composer.json
run: composer-unused --excludePackage=simplesamlphp/simplesamlphp-assets-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment