Skip to content

Commit

Permalink
Merge pull request #248 from mailjet/DE-799-update-guzzle-package-mai…
Browse files Browse the repository at this point in the history
…ljet-apiv-3-php

Update Guzzle client
  • Loading branch information
oleksandr-mykhailenko authored Jun 13, 2022
2 parents 82b7bf4 + 4ee1497 commit d1db4ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ composer.phar
vendor/*
composer.lock
/.metadata/
/.metadata/
.idea
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "~7.0",
"guzzlehttp/guzzle": "^7.4.4",
"psr/http-client": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit d1db4ae

Please sign in to comment.