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",