[
    {
        "name": "phpoffice/phpexcel",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPExcel.git",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.2.0"
        },
        "time": "2015-05-01 07:00:55",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PHPExcel": "Classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://blog.rootslabs.net"
            },
            {
                "name": "Erik Tilt"
            }
        ],
        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "http://phpexcel.codeplex.com",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ],
        "abandoned": "phpoffice/phpspreadsheet"
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20 10:07:11",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "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-06 14:39:51",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-03-20 17:10:46",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "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-19 13:00:21",
        "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"
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.3",
        "version_normalized": "6.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2018-04-22 15:46:56",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "mailjet/mailjet-apiv3-php",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mailjet/mailjet-apiv3-php.git",
            "reference": "a56eb5cb5915bc8a98a57f885fec5fe616518ac5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mailjet/mailjet-apiv3-php/zipball/a56eb5cb5915bc8a98a57f885fec5fe616518ac5",
            "reference": "a56eb5cb5915bc8a98a57f885fec5fe616518ac5",
            "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-06-20 06:12:51",
        "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"
        ]
    },
    {
        "name": "drewm/mailchimp-api",
        "version": "v2.5",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drewm/mailchimp-api.git",
            "reference": "f532fa26cd6e7d17c9ba40a757d8c6bfee47dace"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/f532fa26cd6e7d17c9ba40a757d8c6bfee47dace",
            "reference": "f532fa26cd6e7d17c9ba40a757d8c6bfee47dace",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "7.0.*",
            "vlucas/phpdotenv": "^2.0"
        },
        "time": "2018-02-16 15:31:05",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DrewM\\MailChimp\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Drew McLellan",
                "email": "drew.mclellan@gmail.com",
                "homepage": "http://allinthehead.com/"
            }
        ],
        "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
        "homepage": "https://github.com/drewm/mailchimp-api"
    },
    {
        "name": "sendinblue/api-v3-sdk",
        "version": "v2.1.7",
        "version_normalized": "2.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sendinblue/APIv3-php-library.git",
            "reference": "5e6f9df6b5ea384e0e03fe98392f6f204b606bfb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sendinblue/APIv3-php-library/zipball/5e6f9df6b5ea384e0e03fe98392f6f204b606bfb",
            "reference": "5e6f9df6b5ea384e0e03fe98392f6f204b606bfb",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=5.4"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~1.12",
            "phpunit/phpunit": "~4.8",
            "satooshi/php-coveralls": "~1.0",
            "squizlabs/php_codesniffer": "~2.6"
        },
        "time": "2017-12-26 12:21:15",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SendinBlue\\Client\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "SendinBlue Developers",
                "email": "contact@sendinblue.com",
                "homepage": "https://www.sendinblue.com/"
            }
        ],
        "description": "Official SendinBlue provided RESTFul API V3 php library",
        "homepage": "https://github.com/sendinblue/APIv3-php-library",
        "keywords": [
            "api",
            "php",
            "sdk",
            "sendinblue",
            "swagger"
        ]
    },
    {
        "name": "sendgrid/php-http-client",
        "version": "3.9.6",
        "version_normalized": "3.9.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sendgrid/php-http-client.git",
            "reference": "e9a04d949ee2d19938ab83dc100933a3b41a8ec7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/e9a04d949ee2d19938ab83dc100933a3b41a8ec7",
            "reference": "e9a04d949ee2d19938ab83dc100933a3b41a8ec7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2018-04-10 18:06:08",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SendGrid\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matt Bernier",
                "email": "dx@sendgrid.com"
            },
            {
                "name": "Elmer Thomas",
                "email": "elmer@thinkingserious.com"
            }
        ],
        "description": "HTTP REST client, simplified for PHP",
        "homepage": "http://github.com/sendgrid/php-http-client",
        "keywords": [
            "api",
            "fluent",
            "http",
            "rest",
            "sendgrid"
        ]
    },
    {
        "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-29 00:08:28",
        "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"
        ]
    }
]
