Skip to content

Commit 16454d7

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

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
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",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
22
"symbol-whitelist": [
3+
"SimpleSAML\\Configuration",
4+
"SimpleSAML\\Logger\\LoggingHandlerInterface",
5+
"SimpleSAML\\Metadata\\MetaDataStorageHandler",
6+
"SimpleSAML\\Module",
7+
"SimpleSAML\\Session",
8+
"SimpleSAML\\Store\\StoreInterface",
9+
"SimpleSAML\\Utils",
10+
"SimpleSAML\\Utils\\ClearableState",
11+
"SimpleSAML\\\XHTML\\Template"
312
]
413
}

0 commit comments

Comments
 (0)