[
    {
        "name": "algo26-matthias/idna-convert",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/algo26-matthias/idna-convert.git",
            "reference": "2717d05713454991936bc581d068c6cea0d84e3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/2717d05713454991936bc581d068c6cea0d84e3b",
            "reference": "2717d05713454991936bc581d068c6cea0d84e3b",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.6.0"
        },
        "suggest": {
            "ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1",
            "ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1"
        },
        "time": "2019-03-04T17:07:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Algo26\\IdnaConvert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1+"
        ],
        "authors": [
            {
                "name": "Matthias Sommerfeld",
                "email": "matthias.sommerfeld@algo26.de",
                "role": "Developer"
            }
        ],
        "description": "A library for encoding and decoding internationalized domain names",
        "homepage": "http://idnaconv.net/",
        "keywords": [
            "idn",
            "idna",
            "php"
        ]
    },
    {
        "name": "hybridauth/hybridauth",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hybridauth/hybridauth.git",
            "reference": "51cb2ad2f04d175d298b51e919868dec1d4d8b04"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/51cb2ad2f04d175d298b51e919868dec1d4d8b04",
            "reference": "51cb2ad2f04d175d298b51e919868dec1d4d8b04",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^6.5 || ^8"
        },
        "time": "2020-04-16T08:04:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hybridauth\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Miled",
                "email": "hybridauth@gmail.com"
            }
        ],
        "description": "PHP Social Authentication Library",
        "homepage": "https://hybridauth.github.io",
        "keywords": [
            "Authentication",
            "OpenId",
            "api",
            "authorization",
            "facebook",
            "google",
            "oauth",
            "social",
            "twitter"
        ]
    },
    {
        "name": "mexitek/phpcolors",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/mexitek/phpColors.git",
            "reference": "9d7cf28aab475a26b9f5be4f9dc4106736956678"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mexitek/phpColors/zipball/9d7cf28aab475a26b9f5be4f9dc4106736956678",
            "reference": "9d7cf28aab475a26b9f5be4f9dc4106736956678",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "nette/tester": "~1.6"
        },
        "time": "2019-10-30T17:23:48+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "src"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arlo Carreon",
                "homepage": "http://arlocarreon.com",
                "role": "creator"
            }
        ],
        "description": "A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.",
        "homepage": "http://mexitek.github.com/phpColors/",
        "keywords": [
            "color",
            "css",
            "design",
            "frontend",
            "ui"
        ]
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v6.1.5",
        "version_normalized": "6.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
            "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "doctrine/annotations": "^1.2",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
        },
        "suggest": {
            "ext-mbstring": "Needed to send email in multibyte encoding charset",
            "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
            "psr/log": "For optional PSR-3 debug logging",
            "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
            "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
        },
        "time": "2020-03-14T14:23:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPMailer\\PHPMailer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "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"
    }
]
