Skip to content

Commit

Permalink
Update composer.json dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtoms authored Oct 29, 2024
1 parent ae2c184 commit ca18a16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"issues": "https://github.com/davidtsadler/ebay-sdk-php/issues"
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": ">=6.0",
"guzzlehttp/psr7": "~1.0",
"guzzlehttp/promises": "^1.1"
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/psr7": "^2.0",
"guzzlehttp/promises": "^1.5|^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit ca18a16

Please sign in to comment.