From 41d7f627a058e341380c65120d54cfb1e30f3bb7 Mon Sep 17 00:00:00 2001 From: "Daniel S. Billing" Date: Thu, 29 Jul 2021 21:43:55 +0200 Subject: [PATCH] Add support for PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d5b44a..27b9eca 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/contracts": "^6.0|^7.0|^8.0", "illuminate/database": "^6.0|^7.0|^8.0", "illuminate/events": "^6.0|^7.0|^8.0",