Files
faveo/vendor/neitanod/forceutf8/composer.json
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

21 lines
539 B
JSON

{
"name": "neitanod/forceutf8",
"homepage": "https://github.com/neitanod/forceutf8",
"type": "library",
"description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
"require": {
"php": ">=5.3.0"
},
"authors": [
{
"name": "Sebastián Grignoli",
"email": "grignoli@gmail.com"
}
],
"autoload": {
"psr-0": {
"ForceUTF8\\": "src/"
}
}
}