Skip to content

Commit 3ffbbb0

Browse files
committed
Update composer configuration
- add MBString dependency - update php-css-parser to 8.4
1 parent a383998 commit 3ffbbb0

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
@@ -22,7 +22,8 @@
2222
},
2323
"require": {
2424
"php": "^7.4 || ^8.0",
25-
"sabberworm/php-css-parser": "^8.3"
25+
"ext-mbstring": "*",
26+
"sabberworm/php-css-parser": "^8.4"
2627
},
2728
"require-dev": {
2829
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)