Skip to content

Commit

Permalink
Composer: upgrade guzzle (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
krejzyeu authored Jul 20, 2022
1 parent e857658 commit ff1798f
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
Expand Up @@ -20,8 +20,8 @@
"require": {
"php": ">=7.2",
"brick/money": "^0.5.0",
"guzzlehttp/guzzle": "^6.3.3|^7.0",
"guzzlehttp/psr7": "^1.7"
"guzzlehttp/guzzle": "^6.3.3|^7.4",
"guzzlehttp/psr7": "^2.4"
},
"require-dev": {
"mockery/mockery": "~1.3.0",
Expand Down

0 comments on commit ff1798f

Please sign in to comment.