simplesamlphp / simplesamlphp-module-sanitycheck
This package is abandoned and no longer maintained.
No replacement package was suggested.
Perform sanity checks on configuration
Package info
github.com/simplesamlphp/simplesamlphp-module-sanitycheck
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-sanitycheck
v1.0.3
2023-01-23 19:39 UTC
Requires
- php: >=7.4 || ^8.0
- simplesamlphp/composer-module-installer: ^1.3.2
- simplesamlphp/simplesamlphp: ^2.0.0-rc2
Requires (Dev)
This package is auto-updated.
Last update: 2023-09-02 11:45:38 UTC
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-sanitycheck
Configuration
Next thing you need to do is to enable the module:
in config.php, search for the module.enable key and set sanitycheck to true:
'module.enable' => [ 'sanitycheck' => true, … ],