From 583f376f1120875948e6a62fda799663c8049140 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Dec 2017 21:49:33 +0100 Subject: [PATCH] Updated composer file. --- composer.lock | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 60d58eb54b..7d197e7c1a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "a68c1a305e8e57a21936600540421f11", + "content-hash": "43695e0e3a5d775ae8fbd13e70bf95b7", "packages": [ { "name": "bacon/bacon-qr-code", @@ -1058,36 +1058,43 @@ }, { "name": "league/csv", - "version": "8.2.2", + "version": "9.1.1", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "fa8bc05f64eb6c66b96edfaf60648f022ecb5f55" + "reference": "66118f5c2a7e4da77e743e69f74773c63b73e8f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/fa8bc05f64eb6c66b96edfaf60648f022ecb5f55", - "reference": "fa8bc05f64eb6c66b96edfaf60648f022ecb5f55", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/66118f5c2a7e4da77e743e69f74773c63b73e8f9", + "reference": "66118f5c2a7e4da77e743e69f74773c63b73e8f9", "shasum": "" }, "require": { "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.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": [ @@ -1111,7 +1118,7 @@ "read", "write" ], - "time": "2017-07-12T07:18:20+00:00" + "time": "2017-11-28T08:29:49+00:00" }, { "name": "league/flysystem",