From 9c9141b579849132ddfbfc783f6db8e62be46e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tobias=20de=20Freitas=20Neto?= Date: Tue, 5 Sep 2023 10:18:18 -0400 Subject: [PATCH] Adicionando compatibilidade com laravel superior ao 5.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51b997d..eb27e6a 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": ">=7.4", - "laravel/framework": ">=5.8.*", + "laravel/framework": ">=5.8", "hashids/hashids": "^4.1", "ext-json": "*", "spatie/data-transfer-object": "^2.8",