From b46c15cd6cd98ed302305f5a99b16002bc21e786 Mon Sep 17 00:00:00 2001 From: Alizee-Me <82146409+Alizee-Me@users.noreply.github.com> Date: Wed, 21 Apr 2021 10:45:24 +0200 Subject: [PATCH] Update composer.json In order to make it compatible with php8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f838509..3feeedb 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "source": "https://github.com/Alexandre-T/casguard" }, "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "jasig/phpcas": "~1.3", "symfony/security-guard": "~3.4|4.*|~5.0", "symfony/config": "~3.4|4.*|~5.0",