samacs / simple_html_dom

Just a Simple HTML DOM library fork. (http://simplehtmldom.sourceforge.net/)
588 stars 541 forks source link

Add ext-mbstring to list of requires #1

Closed dzuelke closed 10 years ago

dzuelke commented 10 years ago

The mbstring extension isn't enabled by default in PHP, so this dependency should be declared so that "composer install" will display an appropriate message, avoiding a runtime failure (and when it eventually gets extension install capabilities via Pickle or similar, it could even enable mbstring automatically).