{
    "packages": [
        {
            "name": "altorouter/altorouter",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dannyvankooten/AltoRouter.git",
                "reference": "39c50092470128c12284d332bb57f306bb5b58e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/39c50092470128c12284d332bb57f306bb5b58e4",
                "reference": "39c50092470128c12284d332bb57f306bb5b58e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "phpunit/phpunit": "4.5.*"
            },
            "time": "2015-11-30T00:47:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "AltoRouter.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Danny van Kooten",
                    "email": "dannyvankooten@gmail.com",
                    "homepage": "http://dannyvankooten.com/"
                },
                {
                    "name": "Koen Punt",
                    "homepage": "https://github.com/koenpunt"
                },
                {
                    "name": "niahoo",
                    "homepage": "https://github.com/niahoo"
                }
            ],
            "description": "A lightning fast router for PHP",
            "homepage": "https://github.com/dannyvankooten/AltoRouter",
            "keywords": [
                "lightweight",
                "router",
                "routing"
            ],
            "install-path": "../altorouter/altorouter"
        },
        {
            "name": "google/recaptcha",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/google/recaptcha.git",
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
                "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.5.*"
            },
            "time": "2015-09-02T17:23:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ReCaptcha\\": "src/ReCaptcha"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
            "homepage": "http://www.google.com/recaptcha/",
            "keywords": [
                "Abuse",
                "captcha",
                "recaptcha",
                "spam"
            ],
            "install-path": "../google/recaptcha"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v5.2.28",
            "version_normalized": "5.2.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "acba50393dd03da69a50226c139722af8b153b11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/acba50393dd03da69a50226c139722af8b153b11",
                "reference": "acba50393dd03da69a50226c139722af8b153b11",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": ">=5.0.0"
            },
            "require-dev": {
                "doctrine/annotations": "1.2.*",
                "jms/serializer": "0.16.*",
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": "4.8.*",
                "symfony/debug": "2.8.*",
                "symfony/filesystem": "2.8.*",
                "symfony/translation": "2.8.*",
                "symfony/yaml": "2.8.*",
                "zendframework/zend-cache": "2.5.1",
                "zendframework/zend-config": "2.5.1",
                "zendframework/zend-eventmanager": "2.5.1",
                "zendframework/zend-filter": "2.5.1",
                "zendframework/zend-i18n": "2.5.1",
                "zendframework/zend-json": "2.5.1",
                "zendframework/zend-math": "2.5.1",
                "zendframework/zend-serializer": "2.5.*",
                "zendframework/zend-servicemanager": "2.5.*",
                "zendframework/zend-stdlib": "2.5.1"
            },
            "suggest": {
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
            },
            "time": "2020-03-19T14:29:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "class.phpmailer.php",
                    "class.phpmaileroauth.php",
                    "class.phpmaileroauthgoogle.php",
                    "class.smtp.php",
                    "class.pop3.php",
                    "extras/EasyPeasyICS.php",
                    "extras/ntlm_sasl_client.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v5.2.28"
            },
            "funding": [
                {
                    "url": "https://marcus.bointon.com/donations/",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/marcusbointon",
                    "type": "patreon"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        },
        {
            "name": "volnix/csrf",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/volnix/csrf.git",
                "reference": "9d1abbf3ce9bda1b34d7f8f70fa0871bb7a5dd6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/volnix/csrf/zipball/9d1abbf3ce9bda1b34d7f8f70fa0871bb7a5dd6b",
                "reference": "9d1abbf3ce9bda1b34d7f8f70fa0871bb7a5dd6b",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "time": "2017-09-19T13:24:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Volnix\\CSRF\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nick Volgas",
                    "email": "nvolgas@ark.org"
                }
            ],
            "description": "CSRF protection library that compares provided token to session token to ensure request validity.",
            "homepage": "https://github.com/volnix/csrf",
            "support": {
                "issues": "https://github.com/volnix/csrf/issues",
                "source": "https://github.com/volnix/csrf/tree/master"
            },
            "install-path": "../volnix/csrf"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
