From e3b91c3f36d05edc683b2420622ac7b073a1759f Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Thu, 31 Oct 2024 10:26:53 +0100 Subject: [PATCH] fix: update composer requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 10a163a..1b14f3c 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ } ], "require": { - "php": ">=7.2", - "pumukit/pumukit": "^4.0", + "php": "^8.2", + "pumukit/pumukit": "^5.0", "symfony/ldap": "^5.0", "ext-ldap": "*" },