From f5d6bab260d4f96cabb96f402ebc5666f57176bd Mon Sep 17 00:00:00 2001 From: Matthew Nessworthy Date: Wed, 14 Apr 2021 11:54:20 +0200 Subject: [PATCH] Allow PHP 8 (#11) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94647bca..5ad5e24c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0", "sailthru/sailthru-php5-client": "^1.2"