Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
guzzlehttp/guzzle  ^6.5|^7.2
  • Loading branch information
araleeat committed Mar 20, 2024
1 parent c83284b commit ad5260c
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 @@ -3,7 +3,7 @@
"description": "PHP library for communication with the Trustpilot API",
"type": "library",
"homepage": "https://github.com/araleeat/trustpilot",
"version": "1.0.3",
"version": "1.0.4",
"keywords": [
"Trustpilot",
"Trustpilot API",
Expand All @@ -18,8 +18,8 @@
],
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^6.3|^7.0",
"guzzlehttp/oauth-subscriber": "^0.3.0"
"guzzlehttp/guzzle": "^6.5|^7.2",
"guzzlehttp/oauth-subscriber": "^0.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ad5260c

Please sign in to comment.