{
    "name": "san/san-captcha",
    "type": "library",
    "description": "ZF2 Sample For Captcha",
    "keywords": ["captcha","zf2"],
    "homepage": "https://github.com/samsonasik/SanCaptcha",
    "license": "MIT",
    "authors": [
        {
            "name": "Abdul Malik Ikhsan",
            "email": "samsonasik@gmail.com",
            "homepage": "http://samsonasik.wordpress.com",
            "role": "Developer"
        }
    ],
    "autoload": {
        "psr-0": {
            "SanCaptcha\\": "src/"
        }
    },
    "require": {
        "php": "^5.5 | ^7",
        "zendframework/zend-servicemanager": "^2.5 | ^3.0",
        "zendframework/zend-mvc": "^2.5 | ^3.0",
        "zendframework/zend-captcha": "^2.5",
        "zendframework/zend-form": "^2.5",
        "zendframework/zend-stdlib": "^2.5 | ^3.0",
        "zendframework/zend-router": "^2.5 | ^3.0",
        "zendframework/zend-i18n": "^2.5",
        "zendframework/zend-http": "^2.5",
        "zendframework/zend-session": "^2.5"
    }
}