From 84a20fd123a15d4c92beea5902352ac8fac983ec Mon Sep 17 00:00:00 2001 From: Diego Hernandes Date: Thu, 31 Dec 2020 02:01:13 -0300 Subject: [PATCH] allow php 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea18d4c..8a3c2f3 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php" : "^7.2.5", + "php" : "^7.2.5|^8.0.0", "illuminate/auth": "^5.8|^6.0|^7.0|^8.0", "illuminate/contracts": "^5.8|^6.0|^7.0|^8.0", "illuminate/database": "^5.8|^6.0|^7.0|^8.0",