We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b130891 commit 16454d7Copy full SHA for 16454d7
2 files changed
composer.json
@@ -32,7 +32,6 @@
32
"phpstan/phpstan-phpunit": "^2.0",
33
"phpunit/phpunit": "^12.3 || ^13.0",
34
"psr/log": "^3.0",
35
- "simplesamlphp/simplesamlphp": "^2.5",
36
"slevomat/coding-standard": "^8.25",
37
"squizlabs/php_codesniffer": "^4.0",
38
"symfony/phpunit-bridge": "^8.0",
tools/composer-require-checker.json
@@ -1,4 +1,13 @@
1
{
2
"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"
12
]
13
}
0 commit comments