{
    "name": "wp-php-toolkit/encoding",
    "description": "Encoding component for WordPress.",
    "type": "library",
    "license": "GPL-2.0-or-later",
    "keywords": [
        "wordpress",
        "php-toolkit"
    ],
    "homepage": "https://wordpress.github.io/php-toolkit/reference/encoding.html",
    "authors": [
        {
            "name": "Adam Zielinski",
            "email": "adam@adamziel.com"
        },
        {
            "name": "WordPress Team",
            "email": "wordpress@wordpress.org"
        }
    ],
    "support": {
        "issues": "https://github.com/WordPress/php-toolkit/issues",
        "source": "https://github.com/WordPress/php-toolkit",
        "docs": "https://wordpress.github.io/php-toolkit/reference/encoding.html"
    },
    "require": {
        "php": ">=7.2"
    },
    "autoload": {
        "files": [
            "utf8.php",
            "compat-utf8.php",
            "utf8-encoder.php"
        ],
        "exclude-from-classmap": [
            "/Tests/"
        ]
    }
}
