From 56a071d0d1e9255a142cd3ecdd66a355621c4c8f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 10:58:15 +0000 Subject: [PATCH] Bump league/csv from 8.2.3 to 9.4.1 Bumps [league/csv](https://github.com/thephpleague/csv) from 8.2.3 to 9.4.1. - [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/8.2.3...9.4.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++++++++++------------ 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 19acc9c4b..a1f62eeba 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "ramsey/uuid-doctrine": "^1.5", "html2text/html2text": "^4.2", "solvecrew/expo-notifications-bundle": "^1.2", - "league/csv": "^8.0" + "league/csv": "^9.4" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 008018943..62d0f8191 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3b73af10fb47736409d249f74618363e", + "content-hash": "4133890c86c5d15215bf305d1bf0fea3", "packages": [ { "name": "artgris/filemanager-bundle", @@ -2539,7 +2539,7 @@ "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors" }, { - "name": "William Durand", + "name": "William DURAND", "email": "william.durand1@gmail.com" } ], @@ -3551,36 +3551,48 @@ }, { "name": "league/csv", - "version": "8.2.3", + "version": "9.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "d2aab1e7bde802582c3879acf03d92716577c76d" + "reference": "bf83acc23a7d60978fce36a384f97bf9d7d2ea0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d", - "reference": "d2aab1e7bde802582c3879acf03d92716577c76d", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/bf83acc23a7d60978fce36a384f97bf9d7d2ea0c", + "reference": "bf83acc23a7d60978fce36a384f97bf9d7d2ea0c", "shasum": "" }, "require": { + "ext-dom": "*", + "ext-json": "*", "ext-mbstring": "*", - "php": ">=5.5.0" + "php": ">=7.0.10" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^1.9", - "phpunit/phpunit": "^4.0" + "ext-curl": "*", + "friendsofphp/php-cs-fixer": "^2.12", + "phpstan/phpstan": "^0.9.2", + "phpstan/phpstan-phpunit": "^0.9.4", + "phpstan/phpstan-strict-rules": "^0.9.0", + "phpunit/phpunit": "^6.0" + }, + "suggest": { + "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.2-dev" + "dev-master": "9.x-dev" } }, "autoload": { "psr-4": { "League\\Csv\\": "src" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3604,7 +3616,7 @@ "read", "write" ], - "time": "2018-02-06T08:27:03+00:00" + "time": "2019-10-17T06:05:32+00:00" }, { "name": "league/flysystem",