Skip to content

Commit

Permalink
update PHP SDK composer version 2.2.3, update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahongbynder committed Jan 21, 2025
1 parent c31b985 commit 8f2fd22
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
@@ -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 @@ -17,8 +17,8 @@
],
"require": {
"php": ">= 5.6",
"guzzlehttp/guzzle": "~6.0|~7.0",
"league/oauth2-client": "^2.3"
"guzzlehttp/guzzle": "^7.0",
"league/oauth2-client": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^5",
Expand Down

0 comments on commit 8f2fd22

Please sign in to comment.