Skip to content

Commit ff0f2e0

Browse files
committed
Remove SimpleSAMLphp as a direct dependency
1 parent b130891 commit ff0f2e0

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@
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"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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
}

0 commit comments

Comments
 (0)