{
    "name": "nox7/multibyte-strings",
    "type": "library",
    "license": "Unlicense",
    "autoload": {
        "psr-4": {
            "MultiByteString\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Garet C. Green",
            "email": "17110935+nox7@users.noreply.github.com"
        }
    ],
    "require": {
        "php": ">=8.0",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    }
}
