mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Also: - formated source code according to these rules; - added spaces after commas in test code See GitHub issue #101
24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"name": "parsecsv/php-parsecsv",
|
|
"description": "CSV data parser for PHP",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jim Myhrberg",
|
|
"email": "contact@jimeh.me"
|
|
},
|
|
{
|
|
"name": "William Knauss",
|
|
"email": "will.knauss@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"."
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.1.*"
|
|
}
|
|
}
|