{
    "name": "theiconic/name-parser",
    "description": "PHP library for parsing a string containing a full name into its parts",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "The Iconic",
            "email": "engineering@theiconic.com.au"
        }
    ],
    "require": {
        "php": ">=7.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0",
        "php-coveralls/php-coveralls": "^2.1",
        "php-mock/php-mock-phpunit": "^2.1"
    },
    "autoload": {
        "psr-4": {
            "TheIconic\\NameParser\\": ["src/", "tests/"]
        }
    }
}
