Skip to content

Commit

Permalink
update PHP SDK composer version 2.2.3, update dependency versions (#76)
Browse files Browse the repository at this point in the history
* update PHP SDK composer version 2.2.3, update dependency versions

* move back guzzle changes
  • Loading branch information
ahongbynder authored Jan 21, 2025
1 parent c31b985 commit 9b05a0b
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
@@ -1,7 +1,7 @@
{
"name": "bynder/bynder-php-sdk",
"description": "Bynder PHP Library",
"version": "2.2.2",
"version": "2.2.3",
"keywords": [
"bynder",
"sdk",
Expand All @@ -18,7 +18,7 @@
"require": {
"php": ">= 5.6",
"guzzlehttp/guzzle": "~6.0|~7.0",
"league/oauth2-client": "^2.3"
"league/oauth2-client": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^5",
Expand Down

0 comments on commit 9b05a0b

Please sign in to comment.