mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 10:31:59 +00:00
Compare commits
2 Commits
develop
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40b97e86fc | ||
|
|
664006d8e0 |
@@ -109,7 +109,7 @@
|
|||||||
"spatie/period": "^2.4",
|
"spatie/period": "^2.4",
|
||||||
"symfony/expression-language": "^7.0",
|
"symfony/expression-language": "^7.0",
|
||||||
"symfony/http-client": "^7.1",
|
"symfony/http-client": "^7.1",
|
||||||
"symfony/mailgun-mailer": "^7.1",
|
"symfony/mailgun-mailer": "^8.0",
|
||||||
"thecodingmachine/safe": "^3.1"
|
"thecodingmachine/safe": "^3.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|||||||
27
composer.lock
generated
27
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "946638fa99da77780e75953c338d9a55",
|
"content-hash": "091295a1d178a8aefadd1b02ba8a0e7e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@@ -7994,28 +7994,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mailgun-mailer",
|
"name": "symfony/mailgun-mailer",
|
||||||
"version": "v7.4.0",
|
"version": "v8.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/mailgun-mailer.git",
|
"url": "https://github.com/symfony/mailgun-mailer.git",
|
||||||
"reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b"
|
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
|
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/c8567e2b9a64db3aebd701838402a3726061c36a",
|
||||||
"reference": "ffbcdbf93ed0700f083a6307acfb8f78dd3f091b",
|
"reference": "c8567e2b9a64db3aebd701838402a3726061c36a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.4",
|
||||||
"symfony/mailer": "^7.2|^8.0"
|
"symfony/mailer": "^7.4|^8.0"
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"symfony/http-foundation": "<6.4"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/http-client": "^6.4|^7.0|^8.0",
|
"symfony/http-client": "^7.4|^8.0",
|
||||||
"symfony/webhook": "^6.4|^7.0|^8.0"
|
"symfony/webhook": "^7.4|^8.0"
|
||||||
},
|
},
|
||||||
"type": "symfony-mailer-bridge",
|
"type": "symfony-mailer-bridge",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -8043,7 +8040,7 @@
|
|||||||
"description": "Symfony Mailgun Mailer Bridge",
|
"description": "Symfony Mailgun Mailer Bridge",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/mailgun-mailer/tree/v7.4.0"
|
"source": "https://github.com/symfony/mailgun-mailer/tree/v8.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -8063,7 +8060,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-08-04T07:05:15+00:00"
|
"time": "2025-08-04T07:36:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
@@ -13339,5 +13336,5 @@
|
|||||||
"ext-xmlwriter": "*"
|
"ext-xmlwriter": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.9.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user