From ac90c4d2d2fc0b87f9d82204a0cb9fa53eb8b9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tobias=20de=20Freitas=20Neto?= Date: Tue, 26 Dec 2023 16:36:56 -0400 Subject: [PATCH] =?UTF-8?q?Fixando=20vers=C3=A3o=20do=20php=20em=20^8.1=20?= =?UTF-8?q?e=20laravel=20^9.19?= 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 946e6f1..0b6479e 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.1", - "laravel/framework": "^9.19", + "laravel/framework": ">=9.19", "spatie/geocoder": "^3.15", "spatie/laravel-data": "^3.11" },