Skip to content

Commit

Permalink
Merge pull request #122 from hhxsv5/master
Browse files Browse the repository at this point in the history
upgrade ratchet/pawl to v0.4.x
  • Loading branch information
hhxsv5 authored Feb 27, 2022
2 parents 773f589 + a9b9868 commit dc5ed3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": ">=5.5.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"ratchet/pawl": "^0.3.2",
"ratchet/pawl": "^0.4.1",
"monolog/monolog": "~1.0|~2.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ abstract class Api
/**
* @var string SDK Version
*/
const VERSION = '1.1.25';
const VERSION = '1.1.26';

/**
* @var string SDK update date
*/
const UPDATE_DATE = '2022.02.21';
const UPDATE_DATE = '2022.02.27';

/**
* @var string
Expand Down

0 comments on commit dc5ed3a

Please sign in to comment.