Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Compatibilidade com PHP >= 7.2
  • Loading branch information
guilhermecotaGn authored Jun 29, 2023
1 parent cad21f6 commit 4ad834b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -54,4 +54,4 @@
"Gerencianet\\": "src/Gerencianet"
}
}
}
}

0 comments on commit 4ad834b

Please sign in to comment.