-
- Downloads
fix(deps): minimum SSP version is 1.19.2
1.19.1 is missing getDriver()
... | @@ -17,6 +17,9 @@ | ... | @@ -17,6 +17,9 @@ |
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.4" | "php": "7.4" | ||
}, | |||
"allow-plugins": { | |||
"simplesamlphp/composer-module-installer": true | |||
} | } | ||
}, | }, | ||
"require": { | "require": { | ||
... | @@ -25,7 +28,7 @@ | ... | @@ -25,7 +28,7 @@ |
"ext-filter": "*", | "ext-filter": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-PDO": "*", | "ext-PDO": "*", | ||
"simplesamlphp/simplesamlphp": "^1.19" | "simplesamlphp/simplesamlphp": "^1.19.2" | ||
}, | }, | ||
"suggest": { | "suggest": { | ||
"cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service", | "cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service", | ||
... | ... |
Please register or sign in to comment