Updated composer file.

This commit is contained in:
James Cole 2017-12-09 21:49:33 +01:00
parent 4998eaeaf1
commit 583f376f11
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

29
composer.lock generated
View File

@ -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",