From 285036b484f0f7642150388f68f00f93798ac7cb Mon Sep 17 00:00:00 2001 From: sietzekeuning Date: Thu, 17 Dec 2020 16:30:15 +0100 Subject: [PATCH] Make package compatible with php8 (#146) * Update composer.json php 8 * Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3282c27..e12e677 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2|^8.0", "ext-dom": "*", "illuminate/mail": "^7.4 || ^8.0", "illuminate/support": "^7.4 || ^8.0",