diff --git a/composer.json b/composer.json index 63c29b64..d2ad8313 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "barryvdh/laravel-dompdf": "^v3.0", "doctrine/dbal": "^4.2", "dragonmantank/cron-expression": "^v3.4", - "guzzlehttp/guzzle": "^7.9", "gotenberg/gotenberg-php": "^2.8", + "guzzlehttp/guzzle": "^7.9", "invoiceshelf/modules": "^1.0.0", "jasonmccreary/laravel-test-assertions": "^v2.4", "laravel/framework": "^12.0", @@ -29,6 +29,7 @@ "spatie/flysystem-dropbox": "^3.0", "spatie/laravel-backup": "^9.2.9", "spatie/laravel-medialibrary": "^11.11", + "symfony/mailgun-mailer": "^7.3", "vinkla/hashids": "^13.0.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 752a47a8..60dc54a6 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": "9a54300b917f5f81b212b98cdb2dcdd0", + "content-hash": "55a74107ca176346bd153f73881910bb", "packages": [ { "name": "aws/aws-crt-php", @@ -8461,6 +8461,75 @@ ], "time": "2025-04-04T09:50:51+00:00" }, + { + "name": "symfony/mailgun-mailer", + "version": "v7.3.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/mailgun-mailer.git", + "reference": "8c18f2bff4e70ed5669ab8228302edd2fecd689b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/8c18f2bff4e70ed5669ab8228302edd2fecd689b", + "reference": "8c18f2bff4e70ed5669ab8228302edd2fecd689b", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "symfony/mailer": "^7.2" + }, + "conflict": { + "symfony/http-foundation": "<6.4" + }, + "require-dev": { + "symfony/http-client": "^6.4|^7.0", + "symfony/webhook": "^6.4|^7.0" + }, + "type": "symfony-mailer-bridge", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\Bridge\\Mailgun\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Mailgun Mailer Bridge", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/mailgun-mailer/tree/v7.3.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-06-20T16:15:52+00:00" + }, { "name": "symfony/mime", "version": "v7.2.6", @@ -12363,4 +12432,4 @@ }, "platform-dev": {}, "plugin-api-version": "2.6.0" -} \ No newline at end of file +}