We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14ce08 commit cadd977Copy full SHA for cadd977
RELEASE
@@ -1,4 +1,5 @@
1
3.0.2
2
+- Added dependency for extension mbstring
3
- Fixed deprecated function utf8_encode() in RestClient.php, changed it with mb_convert_encoding()
4
5
3.0.1
composer.json
@@ -16,6 +16,7 @@
16
],
17
"require": {
18
"php": "^7.2.5 || ^8.0",
19
+ "ext-mbstring": "*",
20
"ext-xml": "*",
21
"guzzlehttp/guzzle": "^7.0",
22
"ramsey/uuid": "^4",
0 commit comments