From dedc92c0313f9c54aae1c8b91c94e31a62571ce9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 18 Oct 2022 17:34:53 +0200 Subject: [PATCH] wip #5532 --- .idea/php.xml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index 241dbb9..17f3a0c 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -65,7 +65,7 @@ - + \ No newline at end of file diff --git a/composer.json b/composer.json index b2a6663..f081e7a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=7.4", "ext-json": "*", "ext-dom": "*", "ext-libxml": "*", -- 2.39.5