We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c677f3d + d0a8f0b commit 8edddeaCopy full SHA for 8edddea
composer.json
@@ -25,7 +25,7 @@
25
"php": ">=5.5.0",
26
"ext-json": "*",
27
"guzzlehttp/guzzle": "^6.0|^7.0",
28
- "ratchet/pawl": "^0.3.2",
+ "ratchet/pawl": "^0.4.1",
29
"monolog/monolog": "~1.0|~2.0"
30
},
31
"require-dev": {
src/Api.php
@@ -16,12 +16,12 @@ abstract class Api
16
/**
17
* @var string SDK Version
18
*/
19
- const VERSION = '1.0.18';
+ const VERSION = '1.0.19';
20
21
22
* @var string SDK update date
23
24
- const UPDATE_DATE = '2021.12.02';
+ const UPDATE_DATE = '2022.02.27';
* @var string
0 commit comments