init
This commit is contained in:
parent
ef429702d0
commit
cce1ff1309
4 changed files with 165 additions and 0 deletions
21
composer.json
Normal file
21
composer.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "deblan/csv-validator",
|
||||
"description": "CSV validator library",
|
||||
"license": "BSD-2-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Simon Vieille",
|
||||
"email": "simon@deblan.fr"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"symfony/validator": "2.*",
|
||||
"deblan/csv": "dev-master"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue