mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-01 10:31:59 +00:00
Compare commits
3 Commits
dependabot
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80abd277a0 | ||
|
|
b644f28882 | ||
|
|
c8edaee848 |
@@ -108,7 +108,7 @@
|
|||||||
"spatie/laravel-ignition": "^2",
|
"spatie/laravel-ignition": "^2",
|
||||||
"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": "^8.0",
|
||||||
"symfony/mailgun-mailer": "^7.1",
|
"symfony/mailgun-mailer": "^7.1",
|
||||||
"thecodingmachine/safe": "^3.1"
|
"thecodingmachine/safe": "^3.1"
|
||||||
},
|
},
|
||||||
|
|||||||
45
composer.lock
generated
45
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": "23fc4e822f7746801eb770935e5c0150",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@@ -7530,31 +7530,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-client",
|
"name": "symfony/http-client",
|
||||||
"version": "v7.4.0",
|
"version": "v8.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-client.git",
|
"url": "https://github.com/symfony/http-client.git",
|
||||||
"reference": "ee5e0e0139ab506f6063a230e631bed677c650a4"
|
"reference": "b4be9eb608f5c7544e448908fb30472da77a975f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/ee5e0e0139ab506f6063a230e631bed677c650a4",
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/b4be9eb608f5c7544e448908fb30472da77a975f",
|
||||||
"reference": "ee5e0e0139ab506f6063a230e631bed677c650a4",
|
"reference": "b4be9eb608f5c7544e448908fb30472da77a975f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.4",
|
||||||
"psr/log": "^1|^2|^3",
|
"psr/log": "^1|^2|^3",
|
||||||
"symfony/deprecation-contracts": "^2.5|^3",
|
|
||||||
"symfony/http-client-contracts": "~3.4.4|^3.5.2",
|
"symfony/http-client-contracts": "~3.4.4|^3.5.2",
|
||||||
"symfony/polyfill-php83": "^1.29",
|
|
||||||
"symfony/service-contracts": "^2.5|^3"
|
"symfony/service-contracts": "^2.5|^3"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"amphp/amp": "<2.5",
|
"amphp/amp": "<3",
|
||||||
"amphp/socket": "<1.1",
|
"php-http/discovery": "<1.15"
|
||||||
"php-http/discovery": "<1.15",
|
|
||||||
"symfony/http-foundation": "<6.4"
|
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"php-http/async-client-implementation": "*",
|
"php-http/async-client-implementation": "*",
|
||||||
@@ -7563,20 +7559,19 @@
|
|||||||
"symfony/http-client-implementation": "3.0"
|
"symfony/http-client-implementation": "3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"amphp/http-client": "^4.2.1|^5.0",
|
"amphp/http-client": "^5.3.2",
|
||||||
"amphp/http-tunnel": "^1.0|^2.0",
|
"amphp/http-tunnel": "^2.0",
|
||||||
"guzzlehttp/promises": "^1.4|^2.0",
|
"guzzlehttp/promises": "^1.4|^2.0",
|
||||||
"nyholm/psr7": "^1.0",
|
"nyholm/psr7": "^1.0",
|
||||||
"php-http/httplug": "^1.0|^2.0",
|
"php-http/httplug": "^1.0|^2.0",
|
||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"symfony/amphp-http-client-meta": "^1.0|^2.0",
|
"symfony/cache": "^7.4|^8.0",
|
||||||
"symfony/cache": "^6.4|^7.0|^8.0",
|
"symfony/dependency-injection": "^7.4|^8.0",
|
||||||
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
|
"symfony/http-kernel": "^7.4|^8.0",
|
||||||
"symfony/http-kernel": "^6.4|^7.0|^8.0",
|
"symfony/messenger": "^7.4|^8.0",
|
||||||
"symfony/messenger": "^6.4|^7.0|^8.0",
|
"symfony/process": "^7.4|^8.0",
|
||||||
"symfony/process": "^6.4|^7.0|^8.0",
|
"symfony/rate-limiter": "^7.4|^8.0",
|
||||||
"symfony/rate-limiter": "^6.4|^7.0|^8.0",
|
"symfony/stopwatch": "^7.4|^8.0"
|
||||||
"symfony/stopwatch": "^6.4|^7.0|^8.0"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -7607,7 +7602,7 @@
|
|||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-client/tree/v7.4.0"
|
"source": "https://github.com/symfony/http-client/tree/v8.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7627,7 +7622,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-11-20T12:32:50+00:00"
|
"time": "2025-11-20T12:42:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-client-contracts",
|
"name": "symfony/http-client-contracts",
|
||||||
@@ -13339,5 +13334,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