blob: 8c9aec468019bfad560bed871140901b20793e9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "gipfl/influxdb",
"description": "InfluxDB client library",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"gipfl\\InfluxDb\\": "src/"
}
},
"authors": [
{
"name": "Thomas Gelf",
"email": "thomas@gelf.net"
}
],
"require": {
"php": ">=5.6.0",
"ext-ctype": "*",
"ext-pcntl": "*",
"gipfl/curl": ">=0.1.1",
"react/event-loop": ">=1.1",
"gipfl/json": ">=0.2"
}
}
|