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

Commit

Permalink
fix(deps): minimum SSP version is 1.19.2
Browse files Browse the repository at this point in the history
1.19.1 is missing getDriver()
  • Loading branch information
melanger committed Apr 4, 2022
1 parent c46e9ca commit bdfead6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
},
"require": {
Expand All @@ -25,7 +28,7 @@
"ext-filter": "*",
"ext-json": "*",
"ext-PDO": "*",
"simplesamlphp/simplesamlphp": "^1.19"
"simplesamlphp/simplesamlphp": "^1.19.2"
},
"suggest": {
"cesnet/simplesamlphp-module-perun" : "for logging that a user accessed a service",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdfead6

Please sign in to comment.