Skip to content

Commit cadd977

Browse files
author
Igor Kuburovic
committed
TSMD-23137 added dependency for mbstring
1 parent f14ce08 commit cadd977

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
3.0.2
2+
- Added dependency for extension mbstring
23
- Fixed deprecated function utf8_encode() in RestClient.php, changed it with mb_convert_encoding()
34

45
3.0.1

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^7.2.5 || ^8.0",
19+
"ext-mbstring": "*",
1920
"ext-xml": "*",
2021
"guzzlehttp/guzzle": "^7.0",
2122
"ramsey/uuid": "^4",

0 commit comments

Comments
 (0)