{
    "name": "userfrosting/fortress",
    "type": "library",
    "description": "A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema",
    "keywords": ["php validation", "php whitelisting"],
    "homepage": "https://github.com/userfrosting/fortress",
    "license" : "MIT",
    "authors" : [
        {
            "name": "Alexander Weissman",
            "homepage": "https://alexanderweissman.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "ezyang/htmlpurifier" : ">=4.6.0",
        "vlucas/valitron" : "1.2.3"
    },
    "autoload": {
        "classmap" : [
            "fortress/"
        ]
    }
}
