Update packages.

This commit is contained in:
James Cole
2023-03-12 18:23:18 +01:00
parent cead122d96
commit 8d24db14e9

29
composer.lock generated
View File

@@ -2868,34 +2868,37 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.8.0", "version": "9.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47" "reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47", "url": "https://api.github.com/repos/thephpleague/csv/zipball/b4418ede47fbd88facc34e40a16c8ce9153b961b",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47", "reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^7.4 || ^8.0" "php": "^8.1.2"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "doctrine/collections": "^2.1.2",
"ext-dom": "*", "ext-dom": "*",
"friendsofphp/php-cs-fixer": "^v3.4.0", "ext-xdebug": "*",
"phpstan/phpstan": "^1.3.0", "friendsofphp/php-cs-fixer": "^v3.14.3",
"phpstan/phpstan-phpunit": "^1.0.0", "phpbench/phpbench": "^1.2.8",
"phpstan/phpstan-strict-rules": "^1.1.0", "phpstan/phpstan": "^1.10.4",
"phpunit/phpunit": "^9.5.11" "phpstan/phpstan-deprecation-rules": "^1.1.2",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpunit/phpunit": "^10.0.14"
}, },
"suggest": { "suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
}, },
"type": "library", "type": "library",
@@ -2948,7 +2951,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-01-04T00:13:07+00:00" "time": "2023-03-11T15:57:12+00:00"
}, },
{ {
"name": "league/event", "name": "league/event",