File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 run : composer install --no-progress --prefer-dist --optimize-autoloader
189189
190190 - name : Check code for hard dependencies missing in composer.json
191- run : composer-require-checker check composer.json
191+ run : composer-require-checker check --config-file=tools/composer-require-checker.json composer.json
192192
193193 - name : Check code for unused dependencies in composer.json
194194 run : |
Original file line number Diff line number Diff line change 3232 "phpstan/phpstan-phpunit" : " ^2.0" ,
3333 "phpunit/phpunit" : " ^12.3 || ^13.0" ,
3434 "psr/log" : " ^3.0" ,
35- "simplesamlphp/simplesamlphp" : " ^2.5" ,
3635 "slevomat/coding-standard" : " ^8.25" ,
3736 "squizlabs/php_codesniffer" : " ^4.0" ,
3837 "symfony/phpunit-bridge" : " ^8.0" ,
3938 "twig/twig" : " ~3.23"
4039 },
40+ "require-dev" : {
41+ "simplesamlphp/simplesamlphp" : " ^2.5"
42+ },
4143 "support" : {
4244 "issues" : " https://github.com/simplesamlphp/simplesamlphp-test-framework/issues" ,
4345 "source" : " https://github.com/simplesamlphp/simplesamlphp-test-framework"
Original file line number Diff line number Diff line change 11{
22 "symbol-whitelist" : [
3+ " SimpleSAML\\ Configuration" ,
4+ " SimpleSAML\\ Logger\\ LoggingHandlerInterface" ,
5+ " SimpleSAML\\ Metadata\\ MetaDataStorageHandler" ,
6+ " SimpleSAML\\ Module" ,
7+ " SimpleSAML\\ Session" ,
8+ " SimpleSAML\\ Store\\ StoreFactory" ,
9+ " SimpleSAML\\ Store\\ StoreInterface" ,
10+ " SimpleSAML\\ Utils" ,
11+ " SimpleSAML\\ Utils\\ ClearableState" ,
12+ " SimpleSAML\\ Utils\\ System" ,
13+ " SimpleSAML\\ XHTML\\ Template"
314 ]
415}
You can’t perform that action at this time.
0 commit comments