Skip to content

Commit

Permalink
Merge pull request #31 from Pherserk/patch-1
Browse files Browse the repository at this point in the history
Declare explicit dependency on mbstring extension
  • Loading branch information
sunra authored Jul 17, 2016
2 parents 78ebb27 + f1ebe0c commit a637801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2",
"ext-mbstring": "*"
},
"autoload": {
"psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" }
}
}
}

0 comments on commit a637801

Please sign in to comment.