{
    "name": "adambullmer/usdl-regex",
    "description": "Compiled list of United States Driver License validation regex",
    "license": "MIT",
    "authors": [
        {
            "name": "Adam Bullmer",
            "email": "psycodrumfreak@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "USDLRegex\\": "php/"
        }
    },
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "behat/behat": "~2.5",
        "phpunit/phpunit": "5.3.*"
    }
}
