Browse Source

Merge pull request #892 from firefly-iii/release-1752551899

🤖 Automatically merge the PR into the develop branch.
pull/893/head develop-20250715
github-actions[bot] 3 months ago
committed by GitHub
parent
commit
42459bef52
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      .ci/php-cs-fixer/composer.lock
  2. 9
      composer.lock
  3. 4
      config/importer.php

12
.ci/php-cs-fixer/composer.lock

@ -406,16 +406,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.82.2",
"version": "v3.83.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "684ed3ab41008a2a4848de8bde17eb168c596247"
"reference": "b83916e79a6386a1ec43fdd72391aeb13b63282f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/684ed3ab41008a2a4848de8bde17eb168c596247",
"reference": "684ed3ab41008a2a4848de8bde17eb168c596247",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b83916e79a6386a1ec43fdd72391aeb13b63282f",
"reference": "b83916e79a6386a1ec43fdd72391aeb13b63282f",
"shasum": ""
},
"require": {
@ -499,7 +499,7 @@
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.82.2"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.83.0"
},
"funding": [
{
@ -507,7 +507,7 @@
"type": "github"
}
],
"time": "2025-07-08T21:13:15+00:00"
"time": "2025-07-14T15:41:41+00:00"
},
{
"name": "psr/container",

9
composer.lock

@ -8416,12 +8416,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "56a0a5fbffe6faa8e85eb4d027a3eaf704adc288"
"reference": "d9e8845908f658ef04aebe52283cfc63b192d421"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/56a0a5fbffe6faa8e85eb4d027a3eaf704adc288",
"reference": "56a0a5fbffe6faa8e85eb4d027a3eaf704adc288",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d9e8845908f658ef04aebe52283cfc63b192d421",
"reference": "d9e8845908f658ef04aebe52283cfc63b192d421",
"shasum": ""
},
"conflict": {
@ -8492,6 +8492,7 @@
"bednee/cooluri": "<1.0.30",
"bigfork/silverstripe-form-capture": ">=3,<3.1.1",
"billz/raspap-webgui": "<3.3.6",
"binarytorch/larecipe": "<2.8.1",
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
"blueimp/jquery-file-upload": "==6.4.4",
"bmarshall511/wordpress_zero_spam": "<5.2.13",
@ -9363,7 +9364,7 @@
"type": "tidelift"
}
],
"time": "2025-07-11T23:05:27+00:00"
"time": "2025-07-14T22:05:34+00:00"
},
{
"name": "sebastian/cli-parser",

4
config/importer.php

@ -24,8 +24,8 @@
declare(strict_types=1);
return [
'version' => '1.7.6',
'build_time' => 1752471233,
'version' => 'develop/2025-07-15',
'build_time' => 1752551867,
'flows' => ['nordigen', 'spectre', 'file', 'simplefin'],
'enabled_flows' => [
'nordigen' => true,

Loading…
Cancel
Save