Updated composer file.

This commit is contained in:
James Cole
2017-12-09 21:49:33 +01:00
parent 4998eaeaf1
commit 583f376f11

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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a68c1a305e8e57a21936600540421f11", "content-hash": "43695e0e3a5d775ae8fbd13e70bf95b7",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -1058,36 +1058,43 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "8.2.2", "version": "9.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "fa8bc05f64eb6c66b96edfaf60648f022ecb5f55" "reference": "66118f5c2a7e4da77e743e69f74773c63b73e8f9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/fa8bc05f64eb6c66b96edfaf60648f022ecb5f55", "url": "https://api.github.com/repos/thephpleague/csv/zipball/66118f5c2a7e4da77e743e69f74773c63b73e8f9",
"reference": "fa8bc05f64eb6c66b96edfaf60648f022ecb5f55", "reference": "66118f5c2a7e4da77e743e69f74773c63b73e8f9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": ">=5.5.0" "php": ">=7.0.10"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^1.9", "ext-curl": "*",
"phpunit/phpunit": "^4.0" "friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "8.2-dev" "dev-master": "9.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"League\\Csv\\": "src" "League\\Csv\\": "src"
} },
"files": [
"src/functions_include.php"
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -1111,7 +1118,7 @@
"read", "read",
"write" "write"
], ],
"time": "2017-07-12T07:18:20+00:00" "time": "2017-11-28T08:29:49+00:00"
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",