{
    "name": "zf-commons/zfc-user",
    "description": "A generic user registration and authentication module for ZF2. Supports multiple adapters with built-in support for Zend\\Db.",
    "type": "library",
    "license": "BSD-3-Clause",
    "keywords": [
        "zf2",
        "authentication"
    ],
    "homepage": "https://github.com/ZF-Commons/ZfcUser",
    "authors": [
        {
            "name": "Evan Coury",
            "email": "me@evancoury.com",
            "homepage": "http://blog.evan.pro/"
        },
        {
            "name": "Kyle Spraggs",
            "email": "theman@spiffyjr.me",
            "homepage": "http://www.spiffyjr.me/"
        },
        {
            "name": "Daniel Strøm",
            "email": "ds@eye4web.dk",
            "homepage": "http://eye4web.dk/"
        }
    ],
    "extra": {
        "branch-alias": {
            "dev-master": "2.0.x-dev"
        }
    },
    "require": {
        "php": ">=5.3.3",
        "zendframework/zend-authentication": "~2.1",
        "zendframework/zend-crypt": "~2.1",
        "zendframework/zend-form": "~2.1",
        "zendframework/zend-http" : "~2.1",
        "zendframework/zend-inputfilter": "~2.1",
        "zendframework/zend-loader": "~2.1",
        "zendframework/zend-modulemanager": "~2.1",
        "zendframework/zend-mvc": "~2.1",
        "zendframework/zend-servicemanager": "~2.1",
        "zendframework/zend-session" : "~2.1",
        "zendframework/zend-stdlib": "~2.1",
        "zendframework/zend-validator": "~2.1",
        "zendframework/zend-view": "~2.1",
        "zf-commons/zfc-base": "~0.1.0"
    },
    "require-dev" : {
        "phpunit/phpunit" : ">=3.7,<4",
        "squizlabs/php_codesniffer" : "1.4.*"
    },
    "autoload": {
        "psr-0": {
            "ZfcUser": "src/"
        },
        "classmap": [
            "./Module.php"
        ]
    }
}
