php-glabels/composer.json

17 lines
382 B
JSON

{
"name": "noccylabs/glabels",
"description": "Parse information from GLabels files",
"type": "library",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\Glabels\\": "src/"
}
}
}