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 3a16448 commit 49ee98dCopy full SHA for 49ee98d
composer.json
@@ -24,7 +24,8 @@
24
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
25
"require": {
26
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
27
- "ext-iconv": "*"
+ "ext-iconv": "*",
28
+ "ext-mbstring": "*"
29
},
30
"require-dev": {
31
"php-parallel-lint/php-parallel-lint": "1.4.0",
0 commit comments