From 94d23275f2d583ee55fc1465b609dd4e08e6f13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tobias=20de=20Freitas=20Neto?= Date: Tue, 26 Dec 2023 12:14:58 -0400 Subject: [PATCH] =?UTF-8?q?Permitindo=20vers=C3=B5es=20posteriores=20do=20?= =?UTF-8?q?php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index edd6eec..4d4db8b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.4", + "php": ">=7.4", "laravel/framework": ">=5.8", "spatie/geocoder": "^3.15" },