From 77bb280ec0280b21419170730248a5eb7d87745f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:11:55 +0000 Subject: [PATCH] Bump sendgrid/sendgrid from 7.11.5 to 8.0.1 Bumps [sendgrid/sendgrid](https://github.com/sendgrid/sendgrid-php) from 7.11.5 to 8.0.1. - [Release notes](https://github.com/sendgrid/sendgrid-php/releases) - [Changelog](https://github.com/sendgrid/sendgrid-php/blob/main/CHANGELOG.md) - [Upgrade guide](https://github.com/sendgrid/sendgrid-php/blob/main/UPGRADE.md) - [Commits](https://github.com/sendgrid/sendgrid-php/compare/7.11.5...8.0.1) --- updated-dependencies: - dependency-name: sendgrid/sendgrid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 24deb0f3..22d2dd90 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "google/cloud-storage": "^1.12", "opencensus/opencensus-exporter-stackdriver": "^0.1.0", "smarty/smarty": "^4.5.3", - "sendgrid/sendgrid": "^7.3", + "sendgrid/sendgrid": "^8.0", "google/cloud-logging": "^1.18", "auth0/auth0-php": "^8.0.5", "opencensus/opencensus": "^0.7.0", diff --git a/composer.lock b/composer.lock index 23c67916..25f1fb19 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "3460293222cae02a76703c727342fc4f", + "content-hash": "dc68d3478e06aad0987817a6fd06b147", "packages": [ { "name": "auth0/auth0-php", @@ -4687,16 +4687,16 @@ }, { "name": "sendgrid/sendgrid", - "version": "7.11.5", + "version": "8.0.1", "source": { "type": "git", "url": "https://github.com/sendgrid/sendgrid-php.git", - "reference": "1d2fd3b72687fe82264853a8888b014f8f99e81f" + "reference": "285381257100b73aa50d8d70f0bcfb1f48b63747" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/1d2fd3b72687fe82264853a8888b014f8f99e81f", - "reference": "1d2fd3b72687fe82264853a8888b014f8f99e81f", + "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/285381257100b73aa50d8d70f0bcfb1f48b63747", + "reference": "285381257100b73aa50d8d70f0bcfb1f48b63747", "shasum": "" }, "require": { @@ -4704,7 +4704,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", - "php": ">=5.6", + "php": ">=7.3", "sendgrid/php-http-client": "~3.10", "starkbank/ecdsa": "0.*" }, @@ -4712,7 +4712,8 @@ "sendgrid/sendgrid-php": "*" }, "require-dev": { - "phpunit/phpunit": "^5.7.9 || ^6.4.3", + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "3.*", "swaggest/json-diff": "^3.4" }, @@ -4745,10 +4746,9 @@ "twilio sendgrid" ], "support": { - "issues": "https://github.com/sendgrid/sendgrid-php/issues", - "source": "https://github.com/sendgrid/sendgrid-php/tree/7.11.5" + "source": "https://github.com/sendgrid/sendgrid-php/tree/8.0.1" }, - "time": "2022-03-09T20:21:56+00:00" + "time": "2022-08-10T18:37:45+00:00" }, { "name": "sentry/sentry",