From 7e973ff91ef6440e0781b4cf964b2f9ce07684af Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 24 Oct 2021 10:59:26 +0300 Subject: [PATCH] Adjust PHP version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cc11d0bd30..0fc0b42356 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">=7.4.0", + "php": ">=7.3.0", "ext-gd": "*", "ext-gmp": "*", "ext-json": "*", @@ -206,5 +206,5 @@ "type": "vcs", "url": "https://github.com/tainmar/Laravel-Excel" } - ] + ] }