emotionLoop/visualCaptcha-packagist

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "version": "0.0.8",
    "name": "emotionloop/visualcaptcha",
    "description": "PHP library for visualCaptcha. Still requires you to have the front-end companion.",
    "keywords": ["captcha", "visualCaptcha", "security"],
    "homepage": "http://visualcaptcha.net",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "emotionLoop",
            "email": "hello@emotionloop.com",
            "homepage": "http://emotionloop.com"
        }
    ],
    "support": {
        "issues": "https://github.com/emotionLoop/visualCaptcha-packagist/issues"
    },
    "require": {
        "php": ">=5.3",
        "zendframework/zend-cache" : "^2.0.3"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    },
    "autoload": {
        "psr-0": { "visualCaptcha": "src/" }
    }
}