Files
librenms-librenms/composer.json
T

34 lines
664 B
JSON

{
"name": "leaseweb/influxdb-php",
"description": "InfluxDB client library for PHP",
"minimum-stability": "dev",
"authors": [
{
"name": "Stephen Hoogendijk",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3",
"guzzlehttp/guzzle": "~6.0"
},
"scripts": {
"post-install-cmd": [
],
"post-update-cmd": [
]
},
"autoload": {
"psr-4" : {
"Leaseweb\\InfluxDB\\": "src/Leaseweb/InfluxDB"
}
},
"autoload-dev": {
"psr-4": {
"Leaseweb\\InfluxDB\\Test\\": "tests"
}
}
}