Files
librenms/lib/influxdb-php/composer.json
T
laf 8f0b4f352f Add 'lib/influxdb-php/' from commit '969829296c266bf50faa589a5feaadc267486e60'
git-subtree-dir: lib/influxdb-php
git-subtree-mainline: 73276d0b19
git-subtree-split: 969829296c
2015-08-09 16:06:04 +00:00

48 lines
1.1 KiB
JSON

{
"name": "influxdb/influxdb-php",
"description": "InfluxDB client library for PHP",
"license": "MIT",
"keywords": [
"influxdb",
"client",
"time series",
"influxdb client",
"influxdb class",
"influxdb library"
],
"minimum-stability": "dev",
"authors": [
{
"name": "Stephen Hoogendijk",
"email": "stephen@tca0.nl"
},
{
"name": "Daniel Martinez",
"email": "danimartcas@hotmail.com"
}
],
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "6.*",
"symfony/event-dispatcher": "2.*"
},
"require-dev": {
"codeclimate/php-test-reporter": "0.*",
"symfony/config": "~2.8",
"symfony/console": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/stopwatch": "~2.8",
"symfony/yaml": "~2.8"
},
"autoload": {
"psr-4": {
"InfluxDB\\": "src/InfluxDB"
}
},
"autoload-dev": {
"psr-4": {
"InfluxDB\\Test\\": "tests"
}
}
}