From 41075fad641fda3125ed493929eab02fb3a3617a Mon Sep 17 00:00:00 2001 From: Sander De la Marche Date: Mon, 20 Feb 2023 11:41:21 +0100 Subject: [PATCH] Allow PHP8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d63fe6..996c567 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^7.4", + "php": "^7.4 || ^8.1", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "ext-json": "*"