File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7878 run : composer install --no-progress --prefer-dist --optimize-autoloader
7979
8080 - name : Check code for hard dependencies missing in composer.json
81- continue-on-error : true
8281 run : composer-require-checker check --config-file=tools/composer-require-checker.json composer.json
8382
8483 - name : Check code for unused dependencies in composer.json
Original file line number Diff line number Diff line change 2424 "ext-filter" : " *" ,
2525 "ext-openssl" : " *" ,
2626 "ext-pcre" : " *" ,
27- "ext-soap" : " *" ,
2827 "ext-zlib" : " *" ,
2928
3029 "nyholm/psr7" : " ^1.8" ,
3635 "simplesamlphp/xml-security" : " ~1.13.0" ,
3736 "simplesamlphp/xml-soap" : " ~1.7.0"
3837 },
38+ "suggest" : {
39+ "ext-soap" : " *"
40+ },
3941 "require-dev" : {
4042 "ext-intl" : " *" ,
4143
Original file line number Diff line number Diff line change 11{
22 "symbol-whitelist" : [
3+ " SoapClient" ,
4+ " SOAP_1_1" ,
5+ " SimpleSAML\\ XMLSecurity\\ XMLSecurityKey" ,
36 " SimpleSAML\\ Configuration" ,
47 " SimpleSAML\\ Error\\ BadRequest" ,
58 " SimpleSAML\\ Error\\ Error" ,
You can’t perform that action at this time.
0 commit comments