From f725ec7120a8dd2915ef70afe5413ff3251d5356 Mon Sep 17 00:00:00 2001 From: Christophe Tremblay Date: Thu, 23 Sep 2021 12:12:25 -0400 Subject: [PATCH] Updated the way to write php supported versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bcc8d1e..fe96362 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=7.3", + "php": "^7.3|^8.0", "illuminate/console": "^6.0|^7.0|^8.0", "illuminate/contracts": "^6.0|^7.0|^8.0", "illuminate/http": "^6.0|^7.0|^8.0",