Somehow CSV reader got lost in translation.

This commit is contained in:
James Cole 2015-07-05 09:34:57 +02:00
parent 2d59d845bc
commit 9e7b730002
2 changed files with 60 additions and 2 deletions

View File

@ -29,7 +29,8 @@
"league/commonmark": "0.7.*",
"rcrowe/twigbridge": "0.7.x@dev",
"zizaco/entrust": "dev-laravel-5",
"codeception/codeception": "*"
"codeception/codeception": "*",
"league/csv": "^7.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "@stable",

59
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"
],
"hash": "ac0a3c8a66984034e157599940956412",
"hash": "16409d4004d305517bea330fcc6591a6",
"packages": [
{
"name": "classpreloader/classpreloader",
@ -1429,6 +1429,63 @@
],
"time": "2015-03-08 17:48:53"
},
{
"name": "league/csv",
"version": "7.1.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "2ee1760c262c41986f6371775907fc9e8603fd26"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/2ee1760c262c41986f6371775907fc9e8603fd26",
"reference": "2ee1760c262c41986f6371775907fc9e8603fd26",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"scrutinizer/ocular": "~1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Csv\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "Csv data manipulation made easy in PHP",
"homepage": "http://csv.thephpleague.com",
"keywords": [
"csv",
"export",
"filter",
"import",
"read",
"write"
],
"time": "2015-06-10 11:12:37"
},
{
"name": "league/flysystem",
"version": "1.0.4",