Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5a8edda authored by Ronak Patel's avatar Ronak Patel
Browse files

check

parent 4b26f584
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@
        "cs:fix": "php-cs-fixer fix"
    },
    "require": {
        "sendgrid/sendgrid": "~6"
        "sendgrid/sendgrid": "^8.0"
    }
}
+74 −18
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "d5b84a0132639f00da7fb75aa6997df0",
    "content-hash": "6d0f53432c77aa33e1562c40d5f39632",
    "packages": [
        {
            "name": "sendgrid/php-http-client",
@@ -72,55 +72,111 @@
        },
        {
            "name": "sendgrid/sendgrid",
            "version": "6.2.0",
            "version": "8.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sendgrid/sendgrid-php.git",
                "reference": "4d500a972739ef2c596299f3ad822dd231aab4df"
                "reference": "285381257100b73aa50d8d70f0bcfb1f48b63747"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/4d500a972739ef2c596299f3ad822dd231aab4df",
                "reference": "4d500a972739ef2c596299f3ad822dd231aab4df",
                "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/285381257100b73aa50d8d70f0bcfb1f48b63747",
                "reference": "285381257100b73aa50d8d70f0bcfb1f48b63747",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "sendgrid/php-http-client": "~3.7"
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": ">=7.3",
                "sendgrid/php-http-client": "~3.10",
                "starkbank/ecdsa": "0.*"
            },
            "replace": {
                "sendgrid/sendgrid-php": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.9 || ^6.4.3",
                "squizlabs/php_codesniffer": "2.*"
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "3.*",
                "swaggest/json-diff": "^3.4"
            },
            "type": "library",
            "autoload": {
                "files": [
                "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/helpers/mail/Mail.php",
                    "lib/helpers/contacts/Recipients.php",
                    "lib/helpers/stats/Stats.php"
                    "lib/TwilioEmail.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
            "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"
                "sendgrid",
                "twilio sendgrid"
            ],
            "support": {
                "source": "https://github.com/sendgrid/sendgrid-php/tree/8.0.1"
            },
            "time": "2022-08-10T18:37:45+00:00"
        },
        {
            "name": "starkbank/ecdsa",
            "version": "0.0.5",
            "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"
            },
            "type": "library",
            "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/sendgrid/sendgrid-php/issues",
                "source": "https://github.com/sendgrid/sendgrid-php/tree/master"
                "issues": "https://github.com/starkbank/ecdsa-php/issues",
                "source": "https://github.com/starkbank/ecdsa-php/tree/v0.0.5"
            },
            "time": "2018-03-29T00:08:28+00:00"
            "time": "2021-06-06T22:24:49+00:00"
        }
    ],
    "packages-dev": [