Files
faveo/vendor/neitanod/forceutf8/composer.json
2019-04-19 14:37:37 +05:30

22 lines
570 B
JSON

{
"name": "neitanod/forceutf8",
"homepage": "https://github.com/neitanod/forceutf8",
"license": "BSD-3-Clause",
"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/"
}
}
}