diff --git a/.gitignore b/.gitignore index 6eb37c0..f2a5df1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.swp tags + +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..cc548d1 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "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" + } + ], + "require": {} +}