From 35904073111d8e0e1e2c641246f8c6cd715eb1fb Mon Sep 17 00:00:00 2001 From: Manash Sonowal Date: Thu, 30 Dec 2021 16:52:30 +0530 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3484974..21e8199 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "activity" ], "require": { - "php" : "^7.1", + "php" : "^7.1|^8.0", "illuminate/config": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0", "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",