{ "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": "~5.0" }, "scripts": { "post-install-cmd": [ ], "post-update-cmd": [ ] }, "autoload": { "psr-4" : { "InfluxDB\\": "src/InfluxDB" } }, "autoload-dev": { "psr-4": { "InfluxDB\\Test\\": "tests" } } }