php-histogram/composer.json

17 lines
378 B
JSON

{
"name": "noccylabs/histogram",
"description": "Useful histograms everywhere",
"type": "library",
"license": "GPL-3.0-OR-LATER",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\Histogram\\": "src/"
}
}
}