From 3a1f377b1a4cc90b9cd5278fa88e6689df819b19 Mon Sep 17 00:00:00 2001 From: Tim Schoondergang Date: Mon, 15 Aug 2022 15:32:47 +0200 Subject: [PATCH] make possible to use higher version of php, then only 7.4 (so also 8.0 and higher) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b578311..a06feb9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.4", + "php": ">=7.4", "ext-dom": "*", "letsdrink/ouzo-goodies": "1.8.0", "doctrine/annotations": "1.13.2"