[
    {
        "name": "dg/composer-cleaner",
        "version": "v1.1",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dg/composer-cleaner.git",
            "reference": "417979b0169b2fc28fd05e48ceb20f87a3113d4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dg/composer-cleaner/zipball/417979b0169b2fc28fd05e48ceb20f87a3113d4e",
            "reference": "417979b0169b2fc28fd05e48ceb20f87a3113d4e",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "nette/tester": "^1.7"
        },
        "time": "2017-05-02T12:58:25+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "DG\\ComposerCleaner\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            }
        ],
        "description": "Victor The Cleaner: removes unnecessary files from vendor directory.",
        "keywords": [
            "composer"
        ]
    },
    {
        "name": "gabordemooij/redbean",
        "version": "v5.0",
        "version_normalized": "5.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/gabordemooij/redbean.git",
            "reference": "44229acdf493e2229c1e33e3add211f23c05ee4d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/44229acdf493e2229c1e33e3add211f23c05ee4d",
            "reference": "44229acdf493e2229c1e33e3add211f23c05ee4d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.4"
        },
        "time": "2017-10-19T21:38:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "RedBeanPHP\\": "RedBeanPHP"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "New BSD and GPLv2"
        ],
        "authors": [
            {
                "name": "Gabor de Mooij",
                "email": "gabor@redbeanphp.com",
                "homepage": "http://redbeanphp.com"
            }
        ],
        "description": "RedBeanPHP ORM",
        "homepage": "http://redbeanphp.com/",
        "keywords": [
            "orm"
        ]
    },
    {
        "name": "google/recaptcha",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/google/recaptcha.git",
            "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
            "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-03-09T18:44:34+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"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.0",
        "version_normalized": "6.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
            "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.0 || ^5.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2017-06-22T18:50:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-03-20T17:10:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "ircmaxell/random-lib",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/RandomLib.git",
            "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
            "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
            "shasum": ""
        },
        "require": {
            "ircmaxell/security-lib": "^1.1",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.11",
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "^4.8|^5.0"
        },
        "time": "2016-09-07T15:52:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "RandomLib": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@ircmaxell.com",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A Library For Generating Secure Random Numbers",
        "homepage": "https://github.com/ircmaxell/RandomLib",
        "keywords": [
            "cryptography",
            "random",
            "random-numbers",
            "random-strings"
        ]
    },
    {
        "name": "ircmaxell/security-lib",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/SecurityLib.git",
            "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
            "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.1.*"
        },
        "time": "2015-03-20T14:31:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SecurityLib": "lib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@ircmaxell.com",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A Base Security Library",
        "homepage": "https://github.com/ircmaxell/SecurityLib"
    },
    {
        "name": "jeremykendall/php-domain-parser",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jeremykendall/php-domain-parser.git",
            "reference": "1bff611986695be31959ca4257259f702afa0b85"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/1bff611986695be31959ca4257259f702afa0b85",
            "reference": "1bff611986695be31959ca4257259f702afa0b85",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.2.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-06-10T15:10:40+00:00",
        "bin": [
            "bin/parse",
            "bin/pdp-psl"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pdp\\": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Kendall",
                "homepage": "http://about.me/jeremykendall",
                "role": "Developer"
            }
        ],
        "description": "Public Suffix List based URL parsing implemented in PHP.",
        "keywords": [
            "Public Suffix List",
            "domain parsing",
            "url parsing"
        ]
    },
    {
        "name": "jwage/purl",
        "version": "v0.0.7",
        "version_normalized": "0.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jwage/purl.git",
            "reference": "1242069b4d900f176ae7339700d4af5b556b25bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jwage/purl/zipball/1242069b4d900f176ae7339700d4af5b556b25bf",
            "reference": "1242069b4d900f176ae7339700d4af5b556b25bf",
            "shasum": ""
        },
        "require": {
            "jeremykendall/php-domain-parser": "1.3.1",
            "php": ">=5.3.0"
        },
        "time": "2016-03-05T16:40:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Purl": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan H. Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "URL Manipulation for PHP 5.3",
        "homepage": "http://github.com/jwage/purl",
        "keywords": [
            "manipulation",
            "url"
        ]
    },
    {
        "name": "league/html-to-markdown",
        "version": "4.6.0",
        "version_normalized": "4.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/html-to-markdown.git",
            "reference": "9022e648bc40e44cb3b18438d97ed8715ecbc49b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/9022e648bc40e44cb3b18438d97ed8715ecbc49b",
            "reference": "9022e648bc40e44cb3b18438d97ed8715ecbc49b",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xml": "*",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mikehaertl/php-shellcommand": "~1.1.0",
            "phpunit/phpunit": "4.*",
            "scrutinizer/ocular": "~1.1"
        },
        "time": "2017-10-24T02:45:05+00:00",
        "bin": [
            "bin/html-to-markdown"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\HTMLToMarkdown\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Colin O'Dell",
                "email": "colinodell@gmail.com",
                "homepage": "http://www.colinodell.com",
                "role": "Lead Developer"
            },
            {
                "name": "Nick Cernis",
                "email": "nick@cern.is",
                "homepage": "http://modernnerd.net",
                "role": "Original Author"
            }
        ],
        "description": "An HTML-to-markdown conversion helper for PHP",
        "homepage": "https://github.com/thephpleague/html-to-markdown",
        "keywords": [
            "html",
            "markdown"
        ]
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v5.2.26",
        "version_normalized": "5.2.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "70362997bda4376378be7d92d81e2200550923f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7",
            "reference": "70362997bda4376378be7d92d81e2200550923f7",
            "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": "2017-11-04T09:26:05+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": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "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"
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "sabre/uri",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/uri.git",
            "reference": "ada354d83579565949d80b2e15593c2371225e61"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/uri/zipball/ada354d83579565949d80b2e15593c2371225e61",
            "reference": "ada354d83579565949d80b2e15593c2371225e61",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.7"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.0,<6.0",
            "sabre/cs": "~1.0.0"
        },
        "time": "2017-02-20T19:59:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/functions.php"
            ],
            "psr-4": {
                "Sabre\\Uri\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            }
        ],
        "description": "Functions for making sense out of URIs.",
        "homepage": "http://sabre.io/uri/",
        "keywords": [
            "rfc3986",
            "uri",
            "url"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.35.3",
        "version_normalized": "1.35.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.3"
        },
        "time": "2018-03-20T04:25:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.35-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "wildbit/postmark-php",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wildbit/postmark-php.git",
            "reference": "f7902266519652288c1ffa9e2394b06503a9d82e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wildbit/postmark-php/zipball/f7902266519652288c1ffa9e2394b06503a9d82e",
            "reference": "f7902266519652288c1ffa9e2394b06503a9d82e",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~6.0",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.4.0"
        },
        "time": "2017-10-25T19:54:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Postmark\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "The officially supported client for Postmark (http://postmarkapp.com)"
    }
]
