Skip to content
Snippets Groups Projects
Verified Commit bdfead63 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

fix(deps): minimum SSP version is 1.19.2

1.19.1 is missing getDriver()
parent c46e9cab
Branches
Tags
No related merge requests found
...@@ -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",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3ee8cb4f485a926c2b4b8cc432d130d7", "content-hash": "bef79151cb81a54212518f52b3354fbe",
"packages": [ "packages": [
{ {
"name": "gettext/gettext", "name": "gettext/gettext",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment