{
    "name": "fylax/forceutf8",
    "homepage": "https://github.com/Fylax/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.",
    "readme": "README.md",
    "require": {
        "php": "^7.0 || ^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6"
    },
    "suggest": {
        "ext-iconv": "To convert non-UTF-8 strings to UTF-8",
        "ext-mbstring": "To convert non-UTF-8 strings to UTF-8"
    },
    "authors": [
        {
            "name": "Nico Caprioli",
            "email": "nico.caprioli@gmail.com",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-4": {
            "ForceUTF8\\": "ForceUTF8"
        }
    },
    "archive": {
        "exclude": [
            "tests"
        ]
    },
    "extra": {
        "thanks": {
            "name": "neitanod/forceutf8",
            "url": "https://github.com/neitanod/forceutf8"
        }
    },
    "scripts": {
        "tests": " ./vendor/bin/phpunit tests"
    }
}
