View file vendor/gregwar/captcha/composer.json

File size: 800B
{
    "name": "gregwar/captcha",
    "type": "captcha",
    "description": "Captcha generator",
    "keywords": ["captcha", "spam", "bot"],
    "homepage": "https://github.com/Gregwar/Captcha",
    "license": "MIT",
    "authors": [
        {
            "name": "Grégoire Passault",
            "email": "[email protected]",
            "homepage": "http://www.gregwar.com/"
        },
        {
            "name": "Jeremy Livingston",
            "email": "[email protected]"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-gd": "*",
        "ext-mbstring": "*",
        "symfony/finder": "*"
    },
    "autoload": {
        "psr-4": {
            "Gregwar\\": "src/Gregwar"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^6.4"
    }
}