From ed6ff7ba856ada0f3e2934f4082cb1aab79143ec Mon Sep 17 00:00:00 2001 From: Craig McCreath Date: Wed, 5 Jan 2022 20:12:09 +0000 Subject: [PATCH] Allow installation in PHP 8 (#9) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 417fb1f..18bbf55 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "illuminate/support": "^5.7|^6.0|^7.0|^8.0", - "php": "^7.2" + "php": "^7.2|^8.0" }, "require-dev": { "orchestra/testbench": "^3.7|^4.0"