From 8cbb3f555693713f4cdff064ee76f5b2f3b0dd7e Mon Sep 17 00:00:00 2001 From: Diana Scharf Date: Wed, 12 May 2021 16:28:51 +0200 Subject: [PATCH] added php 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bab9e74..4c2ff01 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "illuminate/auth": "^8.0", "illuminate/database": "^8.0", "illuminate/notifications": "^8.0",