From 58851a119364de79ce4dbd39efc1b0298ba408ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:10:05 +0000 Subject: [PATCH] Bump symfony/postmark-mailer from 6.4.4 to 7.0.4 Bumps [symfony/postmark-mailer](https://github.com/symfony/postmark-mailer) from 6.4.4 to 7.0.4. - [Release notes](https://github.com/symfony/postmark-mailer/releases) - [Changelog](https://github.com/symfony/postmark-mailer/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/postmark-mailer/compare/v6.4.4...v7.0.4) --- updated-dependencies: - dependency-name: symfony/postmark-mailer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 135b68b..49b7a6f 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "spatie/laravel-ignition": "^2.0", "spatie/laravel-mailcoach-mailer": "^1.0", "symfony/http-client": "^6.2", - "symfony/postmark-mailer": "^6.2", + "symfony/postmark-mailer": "^7.0", "vinkla/hashids": "^11.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index ff2d3aa..46282c5 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": "8167f687e489a4ad9b5b8dca423acef1", + "content-hash": "c4594386b5eca83d864281c87cab577f", "packages": [ { "name": "abraham/twitteroauth", @@ -7590,29 +7590,29 @@ }, { "name": "symfony/postmark-mailer", - "version": "v6.4.4", + "version": "v7.0.4", "source": { "type": "git", "url": "https://github.com/symfony/postmark-mailer.git", - "reference": "2e73040e6b5ccf35025e86692a2080ef176a0d8d" + "reference": "04129b7e4e4e6b1eac7e0ea5513e302fa77a5e45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/postmark-mailer/zipball/2e73040e6b5ccf35025e86692a2080ef176a0d8d", - "reference": "2e73040e6b5ccf35025e86692a2080ef176a0d8d", + "url": "https://api.github.com/repos/symfony/postmark-mailer/zipball/04129b7e4e4e6b1eac7e0ea5513e302fa77a5e45", + "reference": "04129b7e4e4e6b1eac7e0ea5513e302fa77a5e45", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "psr/event-dispatcher": "^1", - "symfony/mailer": "^5.4.21|^6.2.7|^7.0" + "symfony/mailer": "^6.4|^7.0" }, "conflict": { - "symfony/http-foundation": "<6.2" + "symfony/http-foundation": "<6.4" }, "require-dev": { - "symfony/http-client": "^6.3|^7.0", - "symfony/webhook": "^6.3|^7.0" + "symfony/http-client": "^6.4|^7.0", + "symfony/webhook": "^6.4|^7.0" }, "type": "symfony-mailer-bridge", "autoload": { @@ -7640,7 +7640,7 @@ "description": "Symfony Postmark Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/postmark-mailer/tree/v6.4.4" + "source": "https://github.com/symfony/postmark-mailer/tree/v7.0.4" }, "funding": [ { @@ -7656,7 +7656,7 @@ "type": "tidelift" } ], - "time": "2024-02-09T11:00:58+00:00" + "time": "2024-02-12T11:15:03+00:00" }, { "name": "symfony/process",