{
    "packages": [
        {
            "name": "sendgrid/php-http-client",
            "version": "4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sendgrid/php-http-client.git",
                "reference": "ec09bcfccabeb21d69e245a1e1c0e51f2813fc35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/ec09bcfccabeb21d69e245a1e1c0e51f2813fc35",
                "reference": "ec09bcfccabeb21d69e245a1e1c0e51f2813fc35",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "composer/ca-bundle": "Including this library will ensure that a valid CA bundle is available for secure connections"
            },
            "time": "2023-12-14T08:50:59+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"
            ],
            "support": {
                "source": "https://github.com/sendgrid/php-http-client/tree/4.1.1"
            },
            "install-path": "../sendgrid/php-http-client"
        },
        {
            "name": "sendgrid/sendgrid",
            "version": "8.1.2",
            "version_normalized": "8.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sendgrid/sendgrid-php.git",
                "reference": "6700d2cf50df38915fa2d9a03affbca58c48599f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/6700d2cf50df38915fa2d9a03affbca58c48599f",
                "reference": "6700d2cf50df38915fa2d9a03affbca58c48599f",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": ">=7.3",
                "sendgrid/php-http-client": "~4.1",
                "starkbank/ecdsa": "0.*"
            },
            "replace": {
                "sendgrid/sendgrid-php": "*"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "3.*",
                "swaggest/json-diff": "^3.4"
            },
            "time": "2024-04-18T11:09:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SendGrid\\Mail\\": "lib/mail/",
                    "SendGrid\\Stats\\": "lib/stats/",
                    "SendGrid\\Helper\\": "lib/helper/",
                    "SendGrid\\Contacts\\": "lib/contacts/",
                    "SendGrid\\EventWebhook\\": "lib/eventwebhook/"
                },
                "classmap": [
                    "lib/BaseSendGridClientInterface.php",
                    "lib/SendGrid.php",
                    "lib/TwilioEmail.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.",
            "homepage": "http://github.com/sendgrid/sendgrid-php",
            "keywords": [
                "email",
                "grid",
                "send",
                "sendgrid",
                "twilio sendgrid"
            ],
            "support": {
                "source": "https://github.com/sendgrid/sendgrid-php/tree/8.1.2"
            },
            "install-path": "../sendgrid/sendgrid"
        },
        {
            "name": "starkbank/ecdsa",
            "version": "0.0.5",
            "version_normalized": "0.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/starkbank/ecdsa-php.git",
                "reference": "484bedac47bac4012dc73df91da221f0a66845cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/starkbank/ecdsa-php/zipball/484bedac47bac4012dc73df91da221f0a66845cb",
                "reference": "484bedac47bac4012dc73df91da221f0a66845cb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "time": "2021-06-06T22:24:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/ellipticcurve.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "StarkBank",
                    "email": "developers@starkbank.com",
                    "homepage": "https://starkbank.com",
                    "role": "Developer"
                }
            ],
            "description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
            "homepage": "https://github.com/starkbank/ecdsa-php",
            "support": {
                "issues": "https://github.com/starkbank/ecdsa-php/issues",
                "source": "https://github.com/starkbank/ecdsa-php/tree/v0.0.5"
            },
            "install-path": "../starkbank/ecdsa"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
