Skip to content

Commit 0786b7d

Browse files
committed
fix(Deps): Fixed polyfill loading
1 parent 3939c39 commit 0786b7d

File tree

2 files changed

+223
-146
lines changed

2 files changed

+223
-146
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">= 8.0",
14-
"ext-mbstring": "*",
1514
"oblak/transliterator": "^3.0",
16-
"symfony/polyfill-php84": "^1.31"
15+
"symfony/polyfill-mbstring": "^1.33"
1716
},
1817
"require-dev": {
1918
"oblak/wordpress-coding-standard": "^1.1",

0 commit comments

Comments
 (0)