diff --git a/integrations-api/composer.json b/integrations-api/composer.json index 88369b8..a114683 100644 --- a/integrations-api/composer.json +++ b/integrations-api/composer.json @@ -39,7 +39,7 @@ "symfony/dependency-injection": "^7.3", "symfony/filesystem": "^7.3", "symfony/http-foundation": "^7.3", - "symfony/mailer": "^7.3", + "symfony/mailer": "^8.0", "symfony/psr-http-message-bridge": "^7.3", "theodo-group/llphant": "^0.11.7", "twig/twig": "^3.0", diff --git a/integrations-api/composer.lock b/integrations-api/composer.lock index abfc3e0..6c08f7b 100644 --- a/integrations-api/composer.lock +++ b/integrations-api/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": "552417fa81e328a8f2da5574261f38f5", + "content-hash": "c0d93f25017ccb6b2aac2b0f304b68bc", "packages": [ { "name": "composer/ca-bundle", @@ -3587,39 +3587,35 @@ }, { "name": "symfony/mailer", - "version": "v7.4.0", + "version": "v8.0.0", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd" + "reference": "f9b546f0e28cbd08fd5d03f2472aad913a9398f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/a3d9eea8cfa467ece41f0f54ba28185d74bd53fd", - "reference": "a3d9eea8cfa467ece41f0f54ba28185d74bd53fd", + "url": "https://api.github.com/repos/symfony/mailer/zipball/f9b546f0e28cbd08fd5d03f2472aad913a9398f9", + "reference": "f9b546f0e28cbd08fd5d03f2472aad913a9398f9", "shasum": "" }, "require": { "egulias/email-validator": "^2.1.10|^3|^4", - "php": ">=8.2", + "php": ">=8.4", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", - "symfony/event-dispatcher": "^6.4|^7.0|^8.0", - "symfony/mime": "^7.2|^8.0", + "symfony/event-dispatcher": "^7.4|^8.0", + "symfony/mime": "^7.4|^8.0", "symfony/service-contracts": "^2.5|^3" }, "conflict": { - "symfony/http-client-contracts": "<2.5", - "symfony/http-kernel": "<6.4", - "symfony/messenger": "<6.4", - "symfony/mime": "<6.4", - "symfony/twig-bridge": "<6.4" + "symfony/http-client-contracts": "<2.5" }, "require-dev": { - "symfony/console": "^6.4|^7.0|^8.0", - "symfony/http-client": "^6.4|^7.0|^8.0", - "symfony/messenger": "^6.4|^7.0|^8.0", - "symfony/twig-bridge": "^6.4|^7.0|^8.0" + "symfony/console": "^7.4|^8.0", + "symfony/http-client": "^7.4|^8.0", + "symfony/messenger": "^7.4|^8.0", + "symfony/twig-bridge": "^7.4|^8.0" }, "type": "library", "autoload": { @@ -3647,7 +3643,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.4.0" + "source": "https://github.com/symfony/mailer/tree/v8.0.0" }, "funding": [ { @@ -3667,7 +3663,7 @@ "type": "tidelift" } ], - "time": "2025-11-21T15:26:00+00:00" + "time": "2025-11-27T08:09:45+00:00" }, { "name": "symfony/mime", @@ -6634,5 +6630,5 @@ "ext-openssl": "*" }, "platform-dev": {}, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }