Compare commits

..

2 Commits

Author SHA1 Message Date
mergify[bot]
40b97e86fc Merge branch 'develop' into dependabot/composer/develop/symfony/mailgun-mailer-8.0.0 2025-12-01 03:40:14 +00:00
dependabot[bot]
664006d8e0 Bump symfony/mailgun-mailer from 7.4.0 to 8.0.0
Bumps [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) from 7.4.0 to 8.0.0.
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/mailgun-mailer/compare/v7.4.0...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/mailgun-mailer
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 03:03:49 +00:00
2 changed files with 36 additions and 34 deletions

View File

@@ -108,8 +108,8 @@
"spatie/laravel-ignition": "^2",
"spatie/period": "^2.4",
"symfony/expression-language": "^7.0",
"symfony/http-client": "^8.0",
"symfony/mailgun-mailer": "^7.1",
"symfony/http-client": "^7.1",
"symfony/mailgun-mailer": "^8.0",
"thecodingmachine/safe": "^3.1"
},
"require-dev": {

66
composer.lock generated
View File

@@ -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": "23fc4e822f7746801eb770935e5c0150",
"content-hash": "091295a1d178a8aefadd1b02ba8a0e7e",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -7530,27 +7530,31 @@
},
{
"name": "symfony/http-client",
"version": "v8.0.0",
"version": "v7.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "b4be9eb608f5c7544e448908fb30472da77a975f"
"reference": "ee5e0e0139ab506f6063a230e631bed677c650a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/b4be9eb608f5c7544e448908fb30472da77a975f",
"reference": "b4be9eb608f5c7544e448908fb30472da77a975f",
"url": "https://api.github.com/repos/symfony/http-client/zipball/ee5e0e0139ab506f6063a230e631bed677c650a4",
"reference": "ee5e0e0139ab506f6063a230e631bed677c650a4",
"shasum": ""
},
"require": {
"php": ">=8.4",
"php": ">=8.2",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "~3.4.4|^3.5.2",
"symfony/polyfill-php83": "^1.29",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
"amphp/amp": "<3",
"php-http/discovery": "<1.15"
"amphp/amp": "<2.5",
"amphp/socket": "<1.1",
"php-http/discovery": "<1.15",
"symfony/http-foundation": "<6.4"
},
"provide": {
"php-http/async-client-implementation": "*",
@@ -7559,19 +7563,20 @@
"symfony/http-client-implementation": "3.0"
},
"require-dev": {
"amphp/http-client": "^5.3.2",
"amphp/http-tunnel": "^2.0",
"amphp/http-client": "^4.2.1|^5.0",
"amphp/http-tunnel": "^1.0|^2.0",
"guzzlehttp/promises": "^1.4|^2.0",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/cache": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/messenger": "^7.4|^8.0",
"symfony/process": "^7.4|^8.0",
"symfony/rate-limiter": "^7.4|^8.0",
"symfony/stopwatch": "^7.4|^8.0"
"symfony/amphp-http-client-meta": "^1.0|^2.0",
"symfony/cache": "^6.4|^7.0|^8.0",
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
"symfony/http-kernel": "^6.4|^7.0|^8.0",
"symfony/messenger": "^6.4|^7.0|^8.0",
"symfony/process": "^6.4|^7.0|^8.0",
"symfony/rate-limiter": "^6.4|^7.0|^8.0",
"symfony/stopwatch": "^6.4|^7.0|^8.0"
},
"type": "library",
"autoload": {
@@ -7602,7 +7607,7 @@
"http"
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v8.0.0"
"source": "https://github.com/symfony/http-client/tree/v7.4.0"
},
"funding": [
{
@@ -7622,7 +7627,7 @@
"type": "tidelift"
}
],
"time": "2025-11-20T12:42:53+00:00"
"time": "2025-11-20T12:32:50+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -7989,28 +7994,25 @@
},
{
"name": "symfony/mailgun-mailer",
"version": "v7.4.0",
"version": "v8.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailgun-mailer.git",
"reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b"
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
"reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/c8567e2b9a64db3aebd701838402a3726061c36a",
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/mailer": "^7.2|^8.0"
},
"conflict": {
"symfony/http-foundation": "<6.4"
"php": ">=8.4",
"symfony/mailer": "^7.4|^8.0"
},
"require-dev": {
"symfony/http-client": "^6.4|^7.0|^8.0",
"symfony/webhook": "^6.4|^7.0|^8.0"
"symfony/http-client": "^7.4|^8.0",
"symfony/webhook": "^7.4|^8.0"
},
"type": "symfony-mailer-bridge",
"autoload": {
@@ -8038,7 +8040,7 @@
"description": "Symfony Mailgun Mailer Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailgun-mailer/tree/v7.4.0"
"source": "https://github.com/symfony/mailgun-mailer/tree/v8.0.0"
},
"funding": [
{
@@ -8058,7 +8060,7 @@
"type": "tidelift"
}
],
"time": "2025-08-04T07:05:15+00:00"
"time": "2025-08-04T07:36:47+00:00"
},
{
"name": "symfony/mime",