simplesamlphp / simplesamlphp-module-preprodwarning
Display a warning when using a pre-production environment
Installs: 5 512 812
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 2
Open Issues: 0
Type:simplesamlphp-module
Requires
- php: ^8.1
- simplesamlphp/simplesamlphp: ^2.1
- symfony/http-foundation: ^6.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-04 01:54:47 UTC
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-preprodwarning
Configuration
Next thing you need to do is to enable the module:
in config.php
, search for the module.enable
key and set preprodwarning
to true:
'module.enable' => [ 'preprodwarning' => true, … ],