Skip to content

Commit

Permalink
Compatibility with PHP >= 7.2
Browse files Browse the repository at this point in the history
Guzzle stuck on version 7.4
  • Loading branch information
guilhermecotaGn authored Jul 12, 2023
1 parent ba787ae commit 6f39595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gerencianet/gerencianet-sdk-php",
"description": "GN API SDK PHP",
"version": "4.1.1",
"version": "4.1.2",
"require": {
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "7.4",
"php": ">=7.2"
},
"license": "MIT",
Expand Down

0 comments on commit 6f39595

Please sign in to comment.