Files
librenms-librenms/composer.json
T
Daniel Martinez 0986f43bdd Adding unit tests
2015-06-17 15:35:42 +02:00

34 lines
664 B
JSON

{
"name": "leaseweb/php-influxdb",
"description": "InfluxDB client library for PHP",
"minimum-stability": "dev",
"authors": [
{
"name": "Stephen Hoogendijk",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"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"
}
}
}