Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit bdfead6

Browse files
committed
fix(deps): minimum SSP version is 1.19.2
1.19.1 is missing getDriver()
1 parent c46e9ca commit bdfead6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"config": {
1818
"platform": {
1919
"php": "7.4"
20+
},
21+
"allow-plugins": {
22+
"simplesamlphp/composer-module-installer": true
2023
}
2124
},
2225
"require": {
@@ -25,7 +28,7 @@
2528
"ext-filter": "*",
2629
"ext-json": "*",
2730
"ext-PDO": "*",
28-
"simplesamlphp/simplesamlphp": "^1.19"
31+
"simplesamlphp/simplesamlphp": "^1.19.2"
2932
},
3033
"suggest": {
3134
"cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)