php-linux-thermal/composer.json

17 lines
378 B
JSON

{
"name": "noccylabs/linux-thermal",
"description": "Read thermal temperature values from sysfs (Linux)",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\Linux\\Thermal\\": "lib/"
}
}
}