{
        "packages": [
                {
                        "name": "clue/stream-filter",
                        "version": "v1.4.1",
                        "version_normalized": "1.4.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/clue/php-stream-filter.git",
                                "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
                                "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.0 || ^4.8"
                        },
                        "time": "2019-04-09T12:31:48+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Clue\\StreamFilter\\": "src/"
                                },
                                "files": [
                                        "src/functions_include.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Christian Lück",
                                        "email": "christian@lueck.tv"
                                }
                        ],
                        "description": "A simple and modern approach to stream filtering in PHP",
                        "homepage": "https://github.com/clue/php-stream-filter",
                        "keywords": [
                                "bucket brigade",
                                "callback",
                                "filter",
                                "php_user_filter",
                                "stream",
                                "stream_filter_append",
                                "stream_filter_register"
                        ],
                        "install-path": "../clue/stream-filter"
                },
                {
                        "name": "daniel-zahariev/php-aws-ses",
                        "version": "0.9.1",
                        "version_normalized": "0.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/daniel-zahariev/php-aws-ses.git",
                                "reference": "093c23a2d964937494e199a0f417e64b86128331"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/daniel-zahariev/php-aws-ses/zipball/093c23a2d964937494e199a0f417e64b86128331",
                                "reference": "093c23a2d964937494e199a0f417e64b86128331",
                                "shasum": ""
                        },
                        "require": {
                                "ext-curl": "*",
                                "php": ">=5.0.0"
                        },
                        "time": "2018-01-05T10:42:59+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD"
                        ],
                        "authors": [
                                {
                                        "name": "Daniel Zahariev",
                                        "role": "developer"
                                }
                        ],
                        "description": "Send emails via Amazon Simple Email Service (SES) with REST-like interface",
                        "homepage": "https://github.com/daniel-zahariev/php-aws-ses",
                        "keywords": [
                                "amazon",
                                "api",
                                "aws",
                                "email",
                                "rest",
                                "ses"
                        ],
                        "install-path": "../daniel-zahariev/php-aws-ses"
                },
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "6.5.8",
                        "version_normalized": "6.5.8.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
                                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "guzzlehttp/promises": "^1.0",
                                "guzzlehttp/psr7": "^1.9",
                                "php": ">=5.5",
                                "symfony/polyfill-intl-idn": "^1.17"
                        },
                        "require-dev": {
                                "ext-curl": "*",
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                                "psr/log": "^1.1"
                        },
                        "suggest": {
                                "psr/log": "Required for using the Log middleware"
                        },
                        "time": "2022-06-20T22:16:07+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "6.5-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "psr-4": {
                                        "GuzzleHttp\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "Jeremy Lindblom",
                                        "email": "jeremeamia@gmail.com",
                                        "homepage": "https://github.com/jeremeamia"
                                },
                                {
                                        "name": "George Mponos",
                                        "email": "gmponos@gmail.com",
                                        "homepage": "https://github.com/gmponos"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://github.com/sagikazarmark"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "homepage": "https://github.com/Tobion"
                                }
                        ],
                        "description": "Guzzle is a PHP HTTP client library",
                        "homepage": "http://guzzlephp.org/",
                        "keywords": [
                                "client",
                                "curl",
                                "framework",
                                "http",
                                "http client",
                                "rest",
                                "web service"
                        ],
                        "support": {
                                "issues": "https://github.com/guzzle/guzzle/issues",
                                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/GrahamCampbell",
                                        "type": "github"
                                },
                                {
                                        "url": "https://github.com/Nyholm",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../guzzlehttp/guzzle"
                },
                {
                        "name": "guzzlehttp/promises",
                        "version": "1.5.3",
                        "version_normalized": "1.5.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5"
                        },
                        "require-dev": {
                                "symfony/phpunit-bridge": "^4.4 || ^5.1"
                        },
                        "time": "2023-05-21T12:31:43+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "psr-4": {
                                        "GuzzleHttp\\Promise\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "homepage": "https://github.com/Tobion"
                                }
                        ],
                        "description": "Guzzle promises library",
                        "keywords": [
                                "promise"
                        ],
                        "support": {
                                "issues": "https://github.com/guzzle/promises/issues",
                                "source": "https://github.com/guzzle/promises/tree/1.5.3"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/GrahamCampbell",
                                        "type": "github"
                                },
                                {
                                        "url": "https://github.com/Nyholm",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../guzzlehttp/promises"
                },
                {
                        "name": "guzzlehttp/psr7",
                        "version": "1.9.1",
                        "version_normalized": "1.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4.0",
                                "psr/http-message": "~1.0",
                                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
                        },
                        "provide": {
                                "psr/http-message-implementation": "1.0"
                        },
                        "require-dev": {
                                "ext-zlib": "*",
                                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
                        },
                        "suggest": {
                                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                        },
                        "time": "2023-04-17T16:00:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "psr-4": {
                                        "GuzzleHttp\\Psr7\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "George Mponos",
                                        "email": "gmponos@gmail.com",
                                        "homepage": "https://github.com/gmponos"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://github.com/sagikazarmark"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "homepage": "https://github.com/Tobion"
                                }
                        ],
                        "description": "PSR-7 message implementation that also provides common utility methods",
                        "keywords": [
                                "http",
                                "message",
                                "psr-7",
                                "request",
                                "response",
                                "stream",
                                "uri",
                                "url"
                        ],
                        "support": {
                                "issues": "https://github.com/guzzle/psr7/issues",
                                "source": "https://github.com/guzzle/psr7/tree/1.9.1"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/GrahamCampbell",
                                        "type": "github"
                                },
                                {
                                        "url": "https://github.com/Nyholm",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../guzzlehttp/psr7"
                },
                {
                        "name": "mailgun/mailgun-php",
                        "version": "2.8.1",
                        "version_normalized": "2.8.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/mailgun/mailgun-php.git",
                                "reference": "4af0346851914ae0d9a58bf9ddf17eb48f6498c8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/mailgun/mailgun-php/zipball/4af0346851914ae0d9a58bf9ddf17eb48f6498c8",
                                "reference": "4af0346851914ae0d9a58bf9ddf17eb48f6498c8",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5 || ^7.0",
                                "php-http/client-common": "^1.1",
                                "php-http/discovery": "^1.0",
                                "php-http/httplug": "^1.0 || ^2.0",
                                "php-http/message": "^1.0",
                                "php-http/multipart-stream-builder": "^1.0",
                                "webmozart/assert": "^1.2"
                        },
                        "require-dev": {
                                "guzzlehttp/psr7": "^1.4",
                                "nyholm/nsa": "^1.1",
                                "php-http/guzzle6-adapter": "^1.0",
                                "phpunit/phpunit": "~4.8"
                        },
                        "suggest": {
                                "guzzlehttp/psr7": "PSR-7 message implementation that also provides common utility methods",
                                "php-http/curl-client": "cURL client for PHP-HTTP"
                        },
                        "time": "2019-02-02T07:14:32+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Mailgun": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Travis Swientek",
                                        "email": "travis@mailgunhq.com"
                                }
                        ],
                        "description": "The Mailgun SDK provides methods for all API functions.",
                        "install-path": "../mailgun/mailgun-php"
                },
                {
                        "name": "mailin-api/mailin-api-php",
                        "version": "v1.0.7",
                        "version_normalized": "1.0.7.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/mailin-api/mailin-api-php.git",
                                "reference": "b437808566f46979309f01b796c31b7b6bacfb42"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/mailin-api/mailin-api-php/zipball/b437808566f46979309f01b796c31b7b6bacfb42",
                                "reference": "b437808566f46979309f01b796c31b7b6bacfb42",
                                "shasum": ""
                        },
                        "require": {
                                "ext-curl": "*",
                                "php": ">=5.3"
                        },
                        "time": "2017-04-19T13:00:21+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Sendinblue": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "SendinBlue",
                                        "homepage": "https://www.sendinblue.com/"
                                }
                        ],
                        "description": "Official SendinBlue provided API V2 wrapper",
                        "homepage": "https://github.com/mailin-api/mailin-api-php",
                        "install-path": "../mailin-api/mailin-api-php"
                },
                {
                        "name": "mailjet/mailjet-apiv3-php",
                        "version": "v1.4.1",
                        "version_normalized": "1.4.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/mailjet/mailjet-apiv3-php.git",
                                "reference": "9d89b9a424a9631bff8e499cbbe34058481e8102"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/9d89b9a424a9631bff8e499cbbe34058481e8102",
                                "reference": "9d89b9a424a9631bff8e499cbbe34058481e8102",
                                "shasum": ""
                        },
                        "require": {
                                "guzzlehttp/guzzle": "~6.0|~5.3",
                                "php": ">=5.4.0"
                        },
                        "require-dev": {
                                "php-coveralls/php-coveralls": "^1.0",
                                "phpunit/phpunit": "^4.8"
                        },
                        "time": "2018-10-31T13:24:45+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Mailjet": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Mailjet",
                                        "email": "dev@mailjet.com",
                                        "homepage": "https://dev.mailjet.com"
                                }
                        ],
                        "description": "PHP wrapper for the Mailjet API",
                        "homepage": "https://github.com/mailjet/mailjet-apiv3-php/",
                        "keywords": [
                                "Mailjet",
                                "api",
                                "email",
                                "php",
                                "v3"
                        ],
                        "install-path": "../mailjet/mailjet-apiv3-php"
                },
                {
                        "name": "mandrill/mandrill",
                        "version": "1.0.55",
                        "version_normalized": "1.0.55.0",
                        "source": {
                                "type": "git",
                                "url": "https://bitbucket.org/mailchimp/mandrill-api-php.git",
                                "reference": "da3adc10042eafac2e53de141b358a52b8e53596"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://bitbucket.org/mailchimp/mandrill-api-php/get/da3adc10042eafac2e53de141b358a52b8e53596.zip",
                                "reference": "da3adc10042eafac2e53de141b358a52b8e53596",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.2.0"
                        },
                        "time": "2015-09-22T13:58:03+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Mandrill": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "authors": [
                                {
                                        "name": "Mandrill Devs",
                                        "email": "community@mandrill.com",
                                        "homepage": "http://mandrill.com",
                                        "role": "Developer"
                                }
                        ],
                        "description": "API client library for the Mandrill email as a service platform",
                        "homepage": "https://bitbucket.org/mailchimp/mandrill-api-php",
                        "keywords": [
                                "api",
                                "email"
                        ],
                        "install-path": "../mandrill/mandrill"
                },
                {
                        "name": "omnimail/omnimail",
                        "version": "0.3.4",
                        "version_normalized": "0.3.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/gabrielbull/omnimail.git",
                                "reference": "b27aaee11418a8da9594b9579f801dad48551a27"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/gabrielbull/omnimail/zipball/b27aaee11418a8da9594b9579f801dad48551a27",
                                "reference": "b27aaee11418a8da9594b9579f801dad48551a27",
                                "shasum": ""
                        },
                        "require": {
                                "paragonie/random_compat": "^2.0",
                                "php": "^5.5 || ^7.0",
                                "php-http/httplug": "^1.1",
                                "psr/log": "^1.0"
                        },
                        "require-dev": {
                                "daniel-zahariev/php-aws-ses": "^0.9",
                                "mailgun/mailgun-php": "^2.4",
                                "mailin-api/mailin-api-php": "^1.0",
                                "mailjet/mailjet-apiv3-php": "^1.2",
                                "mandrill/mandrill": "^1.0",
                                "php-http/guzzle6-adapter": "^1.1",
                                "phpmailer/phpmailer": "^6.1",
                                "phpunit/phpunit": "^5.7 || ^6.5",
                                "sendgrid/sendgrid": "^6.0",
                                "wildbit/postmark-php": "^2.5"
                        },
                        "suggest": {
                                "daniel-zahariev/php-aws-ses": "Required if you use the AmazonSES sending system",
                                "mailgun/mailgun-php": "Required if you use the Mailgun sending system",
                                "mailin-api/mailin-api-php": "Required if you use the SendinBlue sending system",
                                "mailjet/mailjet-apiv3-php": "Required if you use the Mailjet sending system",
                                "mandrill/mandrill": "Required if you use the Mandrill sending system",
                                "php-http/guzzle6-adapter": "Required if you use the Mailgun sending system",
                                "phpmailer/phpmailer": "Required if you use the SMTP sending method",
                                "sendgrid/sendgrid": "Required if you use the Sendgrid sending system",
                                "wildbit/postmark-php": "Required if you use the Postmark sending system"
                        },
                        "time": "2020-05-03T15:30:54+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Omnimail\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gabriel Bull",
                                        "email": "me@gabrielbull.com"
                                }
                        ],
                        "description": "PHP Omnimail",
                        "keywords": [
                                "Amazon SES",
                                "Mailjet",
                                "delivery",
                                "email",
                                "mail",
                                "mailgun",
                                "mandrill",
                                "postmark",
                                "sendgrid",
                                "sendinblue"
                        ],
                        "install-path": "../omnimail/omnimail"
                },
                {
                        "name": "paragonie/random_compat",
                        "version": "v2.0.21",
                        "version_normalized": "2.0.21.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/random_compat.git",
                                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.2.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "*"
                        },
                        "suggest": {
                                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                        },
                        "time": "2022-02-16T17:07:03+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "lib/random.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Paragon Initiative Enterprises",
                                        "email": "security@paragonie.com",
                                        "homepage": "https://paragonie.com"
                                }
                        ],
                        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                        "keywords": [
                                "csprng",
                                "polyfill",
                                "pseudorandom",
                                "random"
                        ],
                        "support": {
                                "email": "info@paragonie.com",
                                "issues": "https://github.com/paragonie/random_compat/issues",
                                "source": "https://github.com/paragonie/random_compat"
                        },
                        "install-path": "../paragonie/random_compat"
                },
                {
                        "name": "php-http/client-common",
                        "version": "1.10.0",
                        "version_normalized": "1.10.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/client-common.git",
                                "reference": "c0390ae3c8f2ae9d50901feef0127fb9e396f6b4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/client-common/zipball/c0390ae3c8f2ae9d50901feef0127fb9e396f6b4",
                                "reference": "c0390ae3c8f2ae9d50901feef0127fb9e396f6b4",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.4 || ^7.0",
                                "php-http/httplug": "^1.1",
                                "php-http/message": "^1.6",
                                "php-http/message-factory": "^1.0",
                                "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
                        },
                        "require-dev": {
                                "guzzlehttp/psr7": "^1.4",
                                "phpspec/phpspec": "^2.5 || ^3.4 || ^4.2"
                        },
                        "suggest": {
                                "php-http/cache-plugin": "PSR-6 Cache plugin",
                                "php-http/logger-plugin": "PSR-3 Logger plugin",
                                "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
                        },
                        "time": "2019-11-18T08:54:36+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.10.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Client\\Common\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                }
                        ],
                        "description": "Common HTTP Client implementations and tools for HTTPlug",
                        "homepage": "http://httplug.io",
                        "keywords": [
                                "client",
                                "common",
                                "http",
                                "httplug"
                        ],
                        "install-path": "../php-http/client-common"
                },
                {
                        "name": "php-http/discovery",
                        "version": "1.6.1",
                        "version_normalized": "1.6.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/discovery.git",
                                "reference": "684855f2c2e9d0a61868b8f8d6bd0295c8a4b651"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/discovery/zipball/684855f2c2e9d0a61868b8f8d6bd0295c8a4b651",
                                "reference": "684855f2c2e9d0a61868b8f8d6bd0295c8a4b651",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5 || ^7.0"
                        },
                        "conflict": {
                                "nyholm/psr7": "<1.0"
                        },
                        "require-dev": {
                                "php-http/httplug": "^1.0 || ^2.0",
                                "php-http/message-factory": "^1.0",
                                "phpspec/phpspec": "^2.4",
                                "puli/composer-plugin": "1.0.0-beta10"
                        },
                        "suggest": {
                                "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
                                "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
                        },
                        "time": "2019-02-23T07:42:53+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.5-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Discovery\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                }
                        ],
                        "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
                        "homepage": "http://php-http.org",
                        "keywords": [
                                "adapter",
                                "client",
                                "discovery",
                                "factory",
                                "http",
                                "message",
                                "psr7"
                        ],
                        "install-path": "../php-http/discovery"
                },
                {
                        "name": "php-http/guzzle6-adapter",
                        "version": "v1.1.1",
                        "version_normalized": "1.1.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/guzzle6-adapter.git",
                                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
                                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
                                "shasum": ""
                        },
                        "require": {
                                "guzzlehttp/guzzle": "^6.0",
                                "php": ">=5.5.0",
                                "php-http/httplug": "^1.0"
                        },
                        "provide": {
                                "php-http/async-client-implementation": "1.0",
                                "php-http/client-implementation": "1.0"
                        },
                        "require-dev": {
                                "ext-curl": "*",
                                "php-http/adapter-integration-tests": "^0.4"
                        },
                        "time": "2016-05-10T06:13:32+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.2-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Adapter\\Guzzle6\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                },
                                {
                                        "name": "David de Boer",
                                        "email": "david@ddeboer.nl"
                                }
                        ],
                        "description": "Guzzle 6 HTTP Adapter",
                        "homepage": "http://httplug.io",
                        "keywords": [
                                "Guzzle",
                                "http"
                        ],
                        "install-path": "../php-http/guzzle6-adapter"
                },
                {
                        "name": "php-http/httplug",
                        "version": "v1.1.0",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/httplug.git",
                                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
                                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4",
                                "php-http/promise": "^1.0",
                                "psr/http-message": "^1.0"
                        },
                        "require-dev": {
                                "henrikbjorn/phpspec-code-coverage": "^1.0",
                                "phpspec/phpspec": "^2.4"
                        },
                        "time": "2016-08-31T08:30:17+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Client\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Eric GELOEN",
                                        "email": "geloen.eric@gmail.com"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                }
                        ],
                        "description": "HTTPlug, the HTTP client abstraction for PHP",
                        "homepage": "http://httplug.io",
                        "keywords": [
                                "client",
                                "http"
                        ],
                        "install-path": "../php-http/httplug"
                },
                {
                        "name": "php-http/message",
                        "version": "1.7.2",
                        "version_normalized": "1.7.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/message.git",
                                "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/message/zipball/b159ffe570dffd335e22ef0b91a946eacb182fa1",
                                "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1",
                                "shasum": ""
                        },
                        "require": {
                                "clue/stream-filter": "^1.4",
                                "php": "^5.4 || ^7.0",
                                "php-http/message-factory": "^1.0.2",
                                "psr/http-message": "^1.0"
                        },
                        "provide": {
                                "php-http/message-factory-implementation": "1.0"
                        },
                        "require-dev": {
                                "akeneo/phpspec-skip-example-extension": "^1.0",
                                "coduo/phpspec-data-provider-extension": "^1.0",
                                "ext-zlib": "*",
                                "guzzlehttp/psr7": "^1.0",
                                "henrikbjorn/phpspec-code-coverage": "^1.0",
                                "phpspec/phpspec": "^2.4",
                                "slim/slim": "^3.0",
                                "zendframework/zend-diactoros": "^1.0"
                        },
                        "suggest": {
                                "ext-zlib": "Used with compressor/decompressor streams",
                                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
                                "slim/slim": "Used with Slim Framework PSR-7 implementation",
                                "zendframework/zend-diactoros": "Used with Diactoros Factories"
                        },
                        "time": "2018-11-01T09:32:41+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.6-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Message\\": "src/"
                                },
                                "files": [
                                        "src/filters.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                }
                        ],
                        "description": "HTTP Message related tools",
                        "homepage": "http://php-http.org",
                        "keywords": [
                                "http",
                                "message",
                                "psr-7"
                        ],
                        "install-path": "../php-http/message"
                },
                {
                        "name": "php-http/message-factory",
                        "version": "v1.0.2",
                        "version_normalized": "1.0.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/message-factory.git",
                                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
                                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4",
                                "psr/http-message": "^1.0"
                        },
                        "time": "2015-12-19T14:08:53+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Message\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                }
                        ],
                        "description": "Factory interfaces for PSR-7 HTTP Message",
                        "homepage": "http://php-http.org",
                        "keywords": [
                                "factory",
                                "http",
                                "message",
                                "stream",
                                "uri"
                        ],
                        "install-path": "../php-http/message-factory"
                },
                {
                        "name": "php-http/multipart-stream-builder",
                        "version": "1.0.0",
                        "version_normalized": "1.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/multipart-stream-builder.git",
                                "reference": "1fa3c623fc813a43b39494b2a1612174e36e0fb0"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/1fa3c623fc813a43b39494b2a1612174e36e0fb0",
                                "reference": "1fa3c623fc813a43b39494b2a1612174e36e0fb0",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5 || ^7.0",
                                "php-http/discovery": "^1.0",
                                "php-http/message-factory": "^1.0.2",
                                "psr/http-message": "^1.0"
                        },
                        "require-dev": {
                                "php-http/message": "^1.5",
                                "phpunit/phpunit": "^4.8 || ^5.4",
                                "zendframework/zend-diactoros": "^1.3.5"
                        },
                        "time": "2017-05-21T17:45:25+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "0.3-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Message\\MultipartStream\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com"
                                }
                        ],
                        "description": "A builder class that help you create a multipart stream",
                        "homepage": "http://php-http.org",
                        "keywords": [
                                "factory",
                                "http",
                                "message",
                                "multipart stream",
                                "stream"
                        ],
                        "install-path": "../php-http/multipart-stream-builder"
                },
                {
                        "name": "php-http/promise",
                        "version": "v1.0.0",
                        "version_normalized": "1.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-http/promise.git",
                                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
                                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
                                "shasum": ""
                        },
                        "require-dev": {
                                "henrikbjorn/phpspec-code-coverage": "^1.0",
                                "phpspec/phpspec": "^2.4"
                        },
                        "time": "2016-01-26T13:27:02+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Http\\Promise\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com"
                                },
                                {
                                        "name": "Joel Wurtz",
                                        "email": "joel.wurtz@gmail.com"
                                }
                        ],
                        "description": "Promise used for asynchronous HTTP requests",
                        "homepage": "http://httplug.io",
                        "keywords": [
                                "promise"
                        ],
                        "install-path": "../php-http/promise"
                },
                {
                        "name": "phpmailer/phpmailer",
                        "version": "v6.12.0",
                        "version_normalized": "6.12.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/PHPMailer/PHPMailer.git",
                                "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12",
                                "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12",
                                "shasum": ""
                        },
                        "require": {
                                "ext-ctype": "*",
                                "ext-filter": "*",
                                "ext-hash": "*",
                                "php": ">=5.5.0"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                                "phpcompatibility/php-compatibility": "^9.3.5",
                                "roave/security-advisories": "dev-latest",
                                "squizlabs/php_codesniffer": "^3.7.2",
                                "yoast/phpunit-polyfills": "^1.0.4"
                        },
                        "suggest": {
                                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                                "psr/log": "For optional PSR-3 debug logging",
                                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
                        },
                        "time": "2025-10-15T16:49:08+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",
                        "support": {
                                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.12.0"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/Synchro",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../phpmailer/phpmailer"
                },
                {
                        "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"
                        ],
                        "install-path": "../psr/http-message"
                },
                {
                        "name": "psr/log",
                        "version": "1.1.3",
                        "version_normalized": "1.1.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/log.git",
                                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2020-03-23T09:12:05+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Log\\": "Psr/Log/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for logging libraries",
                        "homepage": "https://github.com/php-fig/log",
                        "keywords": [
                                "log",
                                "psr",
                                "psr-3"
                        ],
                        "install-path": "../psr/log"
                },
                {
                        "name": "ralouphie/getallheaders",
                        "version": "3.0.3",
                        "version_normalized": "3.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ralouphie/getallheaders.git",
                                "reference": "120b605dfeb996808c31b6477290a714d356e822"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.6"
                        },
                        "require-dev": {
                                "php-coveralls/php-coveralls": "^2.1",
                                "phpunit/phpunit": "^5 || ^6.5"
                        },
                        "time": "2019-03-08T08:55:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/getallheaders.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ralph Khattar",
                                        "email": "ralph.khattar@gmail.com"
                                }
                        ],
                        "description": "A polyfill for getallheaders.",
                        "install-path": "../ralouphie/getallheaders"
                },
                {
                        "name": "sendgrid/php-http-client",
                        "version": "3.10.6",
                        "version_normalized": "3.10.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sendgrid/php-http-client.git",
                                "reference": "1c97ab5475b0aa98032ea3f89d7f12453469fc08"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/1c97ab5475b0aa98032ea3f89d7f12453469fc08",
                                "reference": "1c97ab5475b0aa98032ea3f89d7f12453469fc08",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.6"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.4",
                                "squizlabs/php_codesniffer": "~2.0"
                        },
                        "time": "2020-04-29T19:42:26+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "SendGrid\\": "lib/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Matt Bernier",
                                        "email": "mbernier@twilio.com"
                                },
                                {
                                        "name": "Elmer Thomas",
                                        "email": "ethomas@twilio.com"
                                }
                        ],
                        "description": "HTTP REST client, simplified for PHP",
                        "homepage": "http://github.com/sendgrid/php-http-client",
                        "keywords": [
                                "api",
                                "fluent",
                                "http",
                                "rest",
                                "sendgrid"
                        ],
                        "install-path": "../sendgrid/php-http-client"
                },
                {
                        "name": "sendgrid/sendgrid",
                        "version": "6.2.0",
                        "version_normalized": "6.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sendgrid/sendgrid-php.git",
                                "reference": "4d500a972739ef2c596299f3ad822dd231aab4df"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/4d500a972739ef2c596299f3ad822dd231aab4df",
                                "reference": "4d500a972739ef2c596299f3ad822dd231aab4df",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.6",
                                "sendgrid/php-http-client": "~3.7"
                        },
                        "replace": {
                                "sendgrid/sendgrid-php": "*"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.7.9 || ^6.4.3",
                                "squizlabs/php_codesniffer": "2.*"
                        },
                        "time": "2018-03-29T00:08:28+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "lib/SendGrid.php",
                                        "lib/helpers/mail/Mail.php",
                                        "lib/helpers/contacts/Recipients.php",
                                        "lib/helpers/stats/Stats.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
                        "homepage": "http://github.com/sendgrid/sendgrid-php",
                        "keywords": [
                                "email",
                                "grid",
                                "send",
                                "sendgrid"
                        ],
                        "install-path": "../sendgrid/sendgrid"
                },
                {
                        "name": "symfony/options-resolver",
                        "version": "v3.4.40",
                        "version_normalized": "3.4.40.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/options-resolver.git",
                                "reference": "79701529391f802604ec92080364d617f029974b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/79701529391f802604ec92080364d617f029974b",
                                "reference": "79701529391f802604ec92080364d617f029974b",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8"
                        },
                        "time": "2020-04-06T08:30:32+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\OptionsResolver\\": ""
                                },
                                "exclude-from-classmap": [
                                        "/Tests/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Potencier",
                                        "email": "fabien@symfony.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony OptionsResolver Component",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "config",
                                "configuration",
                                "options"
                        ],
                        "install-path": "../symfony/options-resolver"
                },
                {
                        "name": "symfony/polyfill-ctype",
                        "version": "v1.15.0",
                        "version_normalized": "1.15.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-ctype.git",
                                "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
                                "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "suggest": {
                                "ext-ctype": "For best performance"
                        },
                        "time": "2020-02-27T09:26:54+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.15-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Polyfill\\Ctype\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gert de Pagter",
                                        "email": "BackEndTea@gmail.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for ctype functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "ctype",
                                "polyfill",
                                "portable"
                        ],
                        "install-path": "../symfony/polyfill-ctype"
                },
                {
                        "name": "symfony/polyfill-intl-idn",
                        "version": "v1.19.0",
                        "version_normalized": "1.19.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                                "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
                                "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3",
                                "symfony/polyfill-intl-normalizer": "^1.10",
                                "symfony/polyfill-php70": "^1.10",
                                "symfony/polyfill-php72": "^1.10"
                        },
                        "suggest": {
                                "ext-intl": "For best performance"
                        },
                        "time": "2020-10-21T09:57:48+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                },
                                "branch-alias": {
                                        "dev-main": "1.19-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Intl\\Idn\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Laurent Bassin",
                                        "email": "laurent@bassin.info"
                                },
                                {
                                        "name": "Trevor Rowbotham",
                                        "email": "trevor.rowbotham@pm.me"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "idn",
                                "intl",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.19.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-intl-idn"
                },
                {
                        "name": "symfony/polyfill-intl-normalizer",
                        "version": "v1.19.0",
                        "version_normalized": "1.19.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                                "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
                                "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "suggest": {
                                "ext-intl": "For best performance"
                        },
                        "time": "2020-10-23T09:01:57+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                },
                                "branch-alias": {
                                        "dev-main": "1.19-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                                },
                                "classmap": [
                                        "Resources/stubs"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for intl's Normalizer class and related functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "intl",
                                "normalizer",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.19.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-intl-normalizer"
                },
                {
                        "name": "symfony/polyfill-php70",
                        "version": "v1.19.0",
                        "version_normalized": "1.19.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php70.git",
                                "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
                                "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
                                "shasum": ""
                        },
                        "require": {
                                "paragonie/random_compat": "~1.0|~2.0|~9.99",
                                "php": ">=5.3.3"
                        },
                        "time": "2020-10-23T09:01:57+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                },
                                "branch-alias": {
                                        "dev-main": "1.19-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Php70\\": ""
                                },
                                "classmap": [
                                        "Resources/stubs"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-php70/tree/v1.19.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-php70"
                },
                {
                        "name": "symfony/polyfill-php72",
                        "version": "v1.19.0",
                        "version_normalized": "1.19.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php72.git",
                                "reference": "beecef6b463b06954638f02378f52496cb84bacc"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
                                "reference": "beecef6b463b06954638f02378f52496cb84bacc",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "time": "2020-10-23T09:01:57+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                },
                                "branch-alias": {
                                        "dev-main": "1.19-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Php72\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-php72/tree/v1.19.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-php72"
                },
                {
                        "name": "webmozart/assert",
                        "version": "1.8.0",
                        "version_normalized": "1.8.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/webmozart/assert.git",
                                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
                                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.3 || ^7.0",
                                "symfony/polyfill-ctype": "^1.8"
                        },
                        "conflict": {
                                "vimeo/psalm": "<3.9.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
                        },
                        "time": "2020-04-18T12:12:48+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Webmozart\\Assert\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Bernhard Schussek",
                                        "email": "bschussek@gmail.com"
                                }
                        ],
                        "description": "Assertions to validate method input/output with nice error messages.",
                        "keywords": [
                                "assert",
                                "check",
                                "validate"
                        ],
                        "install-path": "../webmozart/assert"
                },
                {
                        "name": "wildbit/postmark-php",
                        "version": "2.10.0",
                        "version_normalized": "2.10.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/wildbit/postmark-php.git",
                                "reference": "3e2ed1deaebb5e6284ccfd143d852d7dec3cba0e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/wildbit/postmark-php/zipball/3e2ed1deaebb5e6284ccfd143d852d7dec3cba0e",
                                "reference": "3e2ed1deaebb5e6284ccfd143d852d7dec3cba0e",
                                "shasum": ""
                        },
                        "require": {
                                "guzzlehttp/guzzle": "~6.0",
                                "php": ">=5.5.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "4.4.0"
                        },
                        "time": "2020-04-09T10:02:15+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)",
                        "install-path": "../wildbit/postmark-php"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
