mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-21 16:12:14 +02:00
34 lines
635 B
JSON
34 lines
635 B
JSON
{
|
|
"name": "leaseweb/influxdb-php",
|
|
"description": "InfluxDB client library for PHP",
|
|
"minimum-stability": "dev",
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Hoogendijk",
|
|
"email": "stephen@tca0.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"guzzlehttp/guzzle": "~6.0"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
|
|
],
|
|
"post-update-cmd": [
|
|
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4" : {
|
|
"InfluxDB\\": "src/InfluxDB"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"InfluxDB\\Test\\": "tests"
|
|
}
|
|
}
|
|
}
|