Skip to content

Commit

Permalink
Merge pull request #1 from dzuelke/patch-1
Browse files Browse the repository at this point in the history
Add ext-mbstring to list of requires
  • Loading branch information
samacs committed Sep 2, 2014
2 parents a7dfed0 + cbb896c commit ac483f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"homepage": "http://simplehtmldom.sourceforge.net/",
"type": "library",
"version": "1.5",
"require":{
"php":">=5.2.4"
"require": {
"php": ">=5.2.4",
"ext-mbstring": "*"
},
"authors": [
{
Expand All @@ -16,7 +17,7 @@
}
],
"autoload": {
"classmap":["simple_html_dom.php"],
"classmap": ["simple_html_dom.php"],
"files": ["simple_html_dom.php"]
}
}
}

0 comments on commit ac483f1

Please sign in to comment.