Skip to content

Commit

Permalink
Refactor code for php7.4 and upadte guzzle to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
PATROMO committed Apr 10, 2021
1 parent 1cfba2d commit 4eea05e
Show file tree
Hide file tree
Showing 7 changed files with 442 additions and 482 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,9 +19,9 @@
}
],
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
"php": "^7.4 || ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4eea05e

Please sign in to comment.