From 8267f2a2b68efcc1ca6f7ff2344ffa01e23e65e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 21:03:49 +0000 Subject: [PATCH] Bump league/csv from 9.7.1 to 9.7.2 Bumps [league/csv](https://github.com/thephpleague/csv) from 9.7.1 to 9.7.2. - [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.7.1...9.7.2) --- updated-dependencies: - dependency-name: league/csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index dcd9d0c9361..a1874b76072 100644 --- a/composer.lock +++ b/composer.lock @@ -1555,16 +1555,16 @@ }, { "name": "league/csv", - "version": "9.7.1", + "version": "9.7.2", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1" + "reference": "8544655c460fd01eed0ad258e514488d4b388645" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/0ec57e8264ec92565974ead0d1724cf1026e10c1", - "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/8544655c460fd01eed0ad258e514488d4b388645", + "reference": "8544655c460fd01eed0ad258e514488d4b388645", "shasum": "" }, "require": { @@ -1575,10 +1575,10 @@ "require-dev": { "ext-curl": "*", "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.0", - "phpstan/phpstan-phpunit": "^0.12.0", - "phpstan/phpstan-strict-rules": "^0.12.0", + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": "^0.12.99", + "phpstan/phpstan-phpunit": "^0.12.22", + "phpstan/phpstan-strict-rules": "^0.12.11", "phpunit/phpunit": "^9.5" }, "suggest": { @@ -1635,7 +1635,7 @@ "type": "github" } ], - "time": "2021-04-17T16:32:08+00:00" + "time": "2021-10-05T19:41:46+00:00" }, { "name": "mexitek/phpcolors",