Files
Datatable/composer.json
T
2026-08-15 13:34:06 -04:00

19 lines
340 B
JSON

{
"name": "potter/datatable",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Potter\\": "src/Potter/"
}
},
"authors": [
{
"name": "Jay Potter",
"email": "j@ypotter.ca"
}
],
"minimum-stability": "stable",
"require": {}
}