Browse Source

Bump league/csv from 9.11.0 to 9.12.0

Bumps [league/csv](https://github.com/thephpleague/csv) from 9.11.0 to 9.12.0.
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thephpleague/csv/compare/9.11.0...9.12.0)

---
updated-dependencies:
- dependency-name: league/csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/482/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
e2ca3bd8e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      composer.lock

27
composer.lock

@ -2102,35 +2102,36 @@
},
{
"name": "league/csv",
"version": "9.11.0",
"version": "9.12.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39"
"reference": "c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/33149c4bea4949aa4fa3d03fb11ed28682168b39",
"reference": "33149c4bea4949aa4fa3d03fb11ed28682168b39",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21",
"reference": "c1dc31e23eb3cd0f7b537ee1a669d5f58d5cfe21",
"shasum": ""
},
"require": {
"ext-filter": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": "^8.1.2"
},
"require-dev": {
"doctrine/collections": "^2.1.3",
"doctrine/collections": "^2.1.4",
"ext-dom": "*",
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^v3.22.0",
"phpbench/phpbench": "^1.2.14",
"phpstan/phpstan": "^1.10.26",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.3.1",
"symfony/var-dumper": "^6.3.3"
"phpbench/phpbench": "^1.2.15",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.4.2",
"symfony/var-dumper": "^6.4.0"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
@ -2186,7 +2187,7 @@
"type": "github"
}
],
"time": "2023-09-23T10:09:54+00:00"
"time": "2023-12-01T17:54:07+00:00"
},
{
"name": "league/flysystem",

Loading…
Cancel
Save