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