csv/composer.json

17 lines
357 B
JSON
Raw Permalink Normal View History

2015-03-09 18:53:48 +01:00
{
"name": "deblan/csv",
"description": "A simple PHP library to parse and generate CSV files.",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Simon Vieille",
"email": "simon@deblan.fr"
}
],
2015-03-09 20:41:56 +01:00
"autoload": {
2016-04-04 09:56:00 +02:00
"psr-4": {
"Deblan\\Csv\\": "src/Deblan/Csv/"
2015-03-09 20:41:56 +01:00
}
}
2015-03-09 18:53:48 +01:00
}