InfluxPHP/composer.json
César D. Rodas 98108e7666 first commit
2013-11-12 06:34:56 -03:00

16 lines
313 B
JSON

{
"name": "crodas/influx-php",
"description": "Simple client for InfluxDB",
"license": "BSD",
"authors": [
{
"name": "César D. Rodas",
"email": "crodas@php.net"
}
],
"minimum-stability": "dev",
"autoload": {
"classmap":["lib/"]
}
}