From 966883635a51be6bc9a87c1600dab2cffdc96eec Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Sat, 18 Dec 2021 17:36:18 -0800 Subject: [PATCH] PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff7abce..5dbf37c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "aryess/phpmatrixsdk": "self.version" }, "require": { - "php": "~7.2", + "php": "~7.2|^8", "guzzlehttp/guzzle": "^6.3", "rappasoft/laravel-helpers": "^1.0", "ext-json": "*"