From 5b70592a4bd2fceef75ce34ad752b56805296c64 Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Fri, 17 Feb 2023 11:49:35 +0000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ccf95f..c9eccc3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "illuminate/contracts": "^8.0|^9.0|^10.0", "illuminate/database": "^8.40|^9.0|^10.0", "illuminate/support": "^8.0|^9.0|^10.0", - "php": "^8.1" + "php": "^8.0" }, "require-dev": { "orchestra/testbench": "^6.23|^7.0|^8.0",