PrettyCSV/composer.json
Andrea Bontempi adf316642f FIX
2021-12-22 16:51:14 +01:00

31 lines
No EOL
540 B
JSON

{
"name": "andreabont/prettycsv",
"description": "PrettyCSV Library",
"version": "1.0.0",
"keywords": [
"csv"
],
"homepage": "https://github.com/Andreabont/PrettyCSV",
"type": "library",
"license": "LGPL-2.1-only",
"authors": [
{
"name": "Andrea Bontempi"
}
],
"require": {
"php": ">=8.0"
},
"require-dev": {},
"suggest": {},
"autoload": {
"psr-4": {
"PrettyCSV\\": "src/PrettyCSV"
}
},
"autoload-dev": {
"psr-4": {
"PrettyCSV\\": "tests/PrettyCSV"
}
}
}