Skip to content

Commit

Permalink
Update composer configuration
Browse files Browse the repository at this point in the history
- add MBString dependency
- update php-css-parser to 8.4
  • Loading branch information
bsweeney committed Dec 17, 2021
1 parent a383998 commit 3ffbbb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"require": {
"php": "^7.4 || ^8.0",
"sabberworm/php-css-parser": "^8.3"
"ext-mbstring": "*",
"sabberworm/php-css-parser": "^8.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit 3ffbbb0

Please sign in to comment.