From cff9b9755afe9cb488016eacd8b500f6e339511e Mon Sep 17 00:00:00 2001 From: Andreas Schantl Date: Tue, 23 Feb 2021 08:56:15 +0100 Subject: [PATCH] Add support for PHP 8.0 (#18) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0c318f..229762f 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=7.3", + "php": ">=7.3 | ^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.3|^7.0", "illuminate/support": "^7.0|^8.0"