Skip to content

Commit b6fc9fd

Browse files
author
nmc
committed
Typo + support php 5.6
1 parent b55ee4d commit b6fc9fd

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Mikrotik-Watch will :
88
- Process each bidirectional transfer to get metrics for each internal IP (Within specified range)
99
- Push or display data.
1010

11-
Currently push to inflxudb directly, but plan are to output data for telegraf ingestion or display in a simple webpage.
11+
Currently push to inflxudb directly, but plans are to output data for telegraf ingestion or display in a simple webpage.
1212

1313
![Grafana Example](https://github.com/ncareau/mikro-watch/raw/master/demo/panel.PNG)
1414

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
}
1111
],
1212
"require": {
13+
"php": ">=5.6",
1314
"symfony/console": "^3.4",
15+
"symfony/debug": "^3.4",
1416
"symfony/var-dumper": "^3.4",
1517
"symfony/dotenv": "^3.4",
18+
"symfony/event-dispatcher": "^3.4",
1619
"guzzlehttp/guzzle": "^6.3",
1720
"s1lentium/iptools": "^1.1",
1821
"influxdb/influxdb-php": "^1.14",

composer.lock

+25-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)