27 lines
704 B
JSON
27 lines
704 B
JSON
{
|
|
"name": "sudalys/import-service",
|
|
"description": "Flexible data import tool with validation and transformation support.",
|
|
"keywords": ["import","csv","excel","xls","xlsx","validation","sudalys"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dorian Contal",
|
|
"email": "d.contal@sudalys.fr"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"league/csv": "^9.11",
|
|
"phpoffice/phpspreadsheet": "^1.18",
|
|
"box/spout": "^3.3",
|
|
"psr/log": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sudalys\\ImportService\\": "src/Service/Import/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |