From fd6f5f56e413a3af7c9b36cc9b6d19a5a39914f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz>
Date: Sat, 24 Sep 2022 20:50:49 +0200
Subject: [PATCH] chore: bound version constrain

---
 composer.json | 2 +-
 composer.lock | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index ef6a32a..8beedd6 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
   "require": {
     "simplesamlphp/composer-module-installer": "~1.0",
     "simplesamlphp/simplesamlphp": "~1.17",
-    "cesnet/simplesamlphp-module-perun": ">=8.0",
+    "cesnet/simplesamlphp-module-perun": "^8.0 || ^9.0",
     "ext-json": "*",
     "ext-curl": "*"
   },
diff --git a/composer.lock b/composer.lock
index 28bebba..a640c9a 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": "27e1bbcbe9dfb3632691caa6dda5f2f6",
+    "content-hash": "e90193c9fdb51f3b5b0426f80bb55919",
     "packages": [
         {
             "name": "brick/math",
-- 
GitLab