Files
librenms-librenms/composer.json
T

35 lines
677 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": "3.*",
"symfony/event-dispatcher": "2.*"
},
"scripts": {
"post-install-cmd": [
],
"post-update-cmd": [
]
},
"autoload": {
"psr-4" : {
"InfluxDB\\": "src/InfluxDB"
}
},
"autoload-dev": {
"psr-4": {
"InfluxDB\\Test\\": "tests"
}
}
}