Skip to content

Commit 8edddea

Browse files
authored
Merge pull request #8 from hhxsv5/master
Upgrade ratchet/pawl to v0.4.x
2 parents c677f3d + d0a8f0b commit 8edddea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": ">=5.5.0",
2626
"ext-json": "*",
2727
"guzzlehttp/guzzle": "^6.0|^7.0",
28-
"ratchet/pawl": "^0.3.2",
28+
"ratchet/pawl": "^0.4.1",
2929
"monolog/monolog": "~1.0|~2.0"
3030
},
3131
"require-dev": {

src/Api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ abstract class Api
1616
/**
1717
* @var string SDK Version
1818
*/
19-
const VERSION = '1.0.18';
19+
const VERSION = '1.0.19';
2020

2121
/**
2222
* @var string SDK update date
2323
*/
24-
const UPDATE_DATE = '2021.12.02';
24+
const UPDATE_DATE = '2022.02.27';
2525

2626
/**
2727
* @var string

0 commit comments

Comments
 (0)