{ "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" : { "Leaseweb\\InfluxDB\\": "src/Leaseweb/InfluxDB" } }, "autoload-dev": { "psr-4": { "Leaseweb\\InfluxDB\\Test\\": "tests" } } }