mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #7828 from firefly-iii/dependabot/composer/develop/league/csv-9.10.0
chore(deps): bump league/csv from 9.9.0 to 9.10.0
This commit is contained in:
commit
8dc07f1148
@ -94,7 +94,7 @@
|
|||||||
"laravel/slack-notification-channel": "^3",
|
"laravel/slack-notification-channel": "^3",
|
||||||
"laravel/ui": "^4.2",
|
"laravel/ui": "^4.2",
|
||||||
"league/commonmark": "2.*",
|
"league/commonmark": "2.*",
|
||||||
"league/csv": "^9.7",
|
"league/csv": "^9.10",
|
||||||
"league/fractal": "0.*",
|
"league/fractal": "0.*",
|
||||||
"nunomaduro/collision": "^7.7",
|
"nunomaduro/collision": "^7.7",
|
||||||
"pragmarx/google2fa": "^8.0",
|
"pragmarx/google2fa": "^8.0",
|
||||||
|
29
composer.lock
generated
29
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": "255f4337e4c24c6f966eff7d9c704d1d",
|
"content-hash": "8c97249c2a4e91bce05b1c2caab82909",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@ -2800,16 +2800,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/csv",
|
"name": "league/csv",
|
||||||
"version": "9.9.0",
|
"version": "9.10.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/csv.git",
|
"url": "https://github.com/thephpleague/csv.git",
|
||||||
"reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b"
|
"reference": "d24b0d484812313b07ab74b0fe4db9661606df6c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/csv/zipball/b4418ede47fbd88facc34e40a16c8ce9153b961b",
|
"url": "https://api.github.com/repos/thephpleague/csv/zipball/d24b0d484812313b07ab74b0fe4db9661606df6c",
|
||||||
"reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b",
|
"reference": "d24b0d484812313b07ab74b0fe4db9661606df6c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2818,16 +2818,17 @@
|
|||||||
"php": "^8.1.2"
|
"php": "^8.1.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/collections": "^2.1.2",
|
"doctrine/collections": "^2.1.3",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-xdebug": "*",
|
"ext-xdebug": "*",
|
||||||
"friendsofphp/php-cs-fixer": "^v3.14.3",
|
"friendsofphp/php-cs-fixer": "^v3.22.0",
|
||||||
"phpbench/phpbench": "^1.2.8",
|
"phpbench/phpbench": "^1.2.14",
|
||||||
"phpstan/phpstan": "^1.10.4",
|
"phpstan/phpstan": "^1.10.26",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.1.2",
|
"phpstan/phpstan-deprecation-rules": "^1.1.3",
|
||||||
"phpstan/phpstan-phpunit": "^1.3.10",
|
"phpstan/phpstan-phpunit": "^1.3.13",
|
||||||
"phpstan/phpstan-strict-rules": "^1.5.0",
|
"phpstan/phpstan-strict-rules": "^1.5.1",
|
||||||
"phpunit/phpunit": "^10.0.14"
|
"phpunit/phpunit": "^10.3.1",
|
||||||
|
"symfony/var-dumper": "^6.3.3"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
|
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
|
||||||
@ -2883,7 +2884,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-11T15:57:12+00:00"
|
"time": "2023-08-04T15:12:48+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/event",
|
"name": "league/event",
|
||||||
|
Loading…
Reference in New Issue
Block a user