From 16963c86f2fd09775b157adf060be7d114ba6133 Mon Sep 17 00:00:00 2001 From: Yury Kozyrev Date: Wed, 16 Dec 2020 13:23:12 +0100 Subject: [PATCH] Support PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55046f1..8500e6d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/contracts": "^5.8|^6.0|^7.0|^8.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0", "graham-campbell/manager": "^4.0",