Skip to content

Commit 49ee98d

Browse files
authored
Add mbstring dependency to composer.json
1 parent 3a16448 commit 49ee98d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2525
"require": {
2626
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
27-
"ext-iconv": "*"
27+
"ext-iconv": "*",
28+
"ext-mbstring": "*"
2829
},
2930
"require-dev": {
3031
"php-parallel-lint/php-parallel-lint": "1.4.0",

0 commit comments

Comments
 (0)