From 2e02fbfb967a8a87a932aabf518994e0ecf118b1 Mon Sep 17 00:00:00 2001 From: Simon Gaudreau Date: Thu, 10 Jun 2021 11:44:38 -0400 Subject: [PATCH] Support php version higher than 7.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e023e6d..1f6d304 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.2", + "php": ">=7.2", "illuminate/support": "^6.0|^7.0|^8.0", "laravelcollective/html": "^6.0|^7.0|^8.0" },