Files

57 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2015-06-16 22:31:13 +02:00
{
2015-07-20 10:03:21 -03:00
"name": "influxdb/influxdb-php",
"description": "InfluxDB client library for PHP",
"license": "MIT",
2015-07-20 10:03:21 -03:00
"keywords": [
"influxdb",
"client",
"time series",
"influxdb client",
"influxdb class",
"influxdb library"
2015-06-16 22:31:13 +02:00
],
2015-07-20 10:03:21 -03:00
"minimum-stability": "dev",
"authors": [
{
"name": "Stephen Hoogendijk",
"email": "stephen@tca0.nl"
},
{
"name": "Daniel Martinez",
"email": "danimartcas@hotmail.com"
},
{
"name": "Gianluca Arbezzano",
"email": "gianarb92@gmail.com"
2015-07-20 10:03:21 -03:00
}
],
2017-09-25 16:38:41 -05:00
"prefer-stable": true,
"config": {
"platform": {"php": "5.5"}
},
2015-07-20 10:03:21 -03:00
"require": {
"php": "^5.5 | ^7.0",
"guzzlehttp/guzzle": "6.*",
"symfony/event-dispatcher": "2.*|3.*"
2015-07-20 10:03:21 -03:00
},
"require-dev": {
"phpunit/phpunit": "^4.0",
2015-07-20 10:03:21 -03:00
"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"
}
2015-06-16 22:31:13 +02:00
}
}