From bdfead63948b3fb28799e952e52becc55589db19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz>
Date: Mon, 4 Apr 2022 18:51:04 +0200
Subject: [PATCH] fix(deps): minimum SSP version is 1.19.2

1.19.1 is missing getDriver()
---
 composer.json | 5 ++++-
 composer.lock | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 00c2c8c..2dd29bc 100644
--- a/composer.json
+++ b/composer.json
@@ -17,6 +17,9 @@
   "config": {
     "platform": {
       "php": "7.4"
+    },
+    "allow-plugins": {
+      "simplesamlphp/composer-module-installer": true
     }
   },
   "require": {
@@ -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",
diff --git a/composer.lock b/composer.lock
index 2bdfb9f..7dc5c8f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "3ee8cb4f485a926c2b4b8cc432d130d7",
+    "content-hash": "bef79151cb81a54212518f52b3354fbe",
     "packages": [
         {
             "name": "gettext/gettext",
-- 
GitLab