Skip to content
Snippets Groups Projects
Commit 72042027 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix composer-require-checker config

parent 8f71d429
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace SimpleSAML\Module\saml\Error;
use SimpleSAML\SAML2\Constants as C;
use SAML2\Constants as C;
use Throwable;
/**
......
......@@ -2,11 +2,13 @@
"symbol-whitelist": [
"Predis\\Client"
],
"readme": "Note: we 'abuse' the core-extensions to exclude our soft dependencies",
"php-core-extensions": [
"Core",
"curl",
"memcached",
"opcache",
"pdo"
"pdo",
"random",
"standard",
"zend-opcache"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment