From 4ad834b3b3cb341f0ce7b13995f49d6d03dab758 Mon Sep 17 00:00:00 2001 From: Guilherme Cota <75252715+guilhermecotaGn@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:19:11 -0300 Subject: [PATCH] Update composer.json Compatibilidade com PHP >= 7.2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d1af17d..7eb7f92 100755 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "gerencianet/gerencianet-sdk-php", "description": "GN APIs SDK PHP", "homepage": "https://github.com/gerencianet/gn-api-sdk-php", - "version": "5.1.1", + "version": "5.1.2", "require": { - "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/guzzle": "7.4", "php": "^7.2 || ^8.0" }, "license": "MIT", @@ -54,4 +54,4 @@ "Gerencianet\\": "src/Gerencianet" } } -} \ No newline at end of file +}