From bc6f8ad1abe7e6a1bd61d2803f8f573392d1cfd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Rigo?= Date: Wed, 19 Jan 2022 13:36:35 +0100 Subject: [PATCH] Allow PHP8 This should allow PHP8 support. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 86cd0d5..972c1f8 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } ], "require": { - "php": "^7.4", - "ext-curl": "*", + "php": ">=7.4", + "ext-curl": "*", "ext-json": "*" }, "require-dev": {