You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This package is a Laravel wrapper for the [influxdb-php](https://packagist.org/p
4
4
5
5
## Installation
6
6
7
-
This package requires PHP 7.4+, Laravel 8+ and works with InfluxDB 2.0. For InfluxDB 1.x, see the [1.x setup instructions in the next section](#influxdb-1x).
7
+
This package requires PHP 7.4+, Laravel 8+ and works with InfluxDB 2.0/1.8+. For InfluxDB 1.7 or earlier, see the [1.x setup instructions in the next section](#influxdb-1x).
8
8
9
9
1. To install the latest version of the package, run the following command in your terminal:
10
10
@@ -83,11 +83,9 @@ use GeTracker\InfluxDBLaravel\InfluxDBManager;
83
83
84
84
class Foo
85
85
{
86
-
/** @var InfluxDBManager */
87
-
protected $influxDb;
88
-
89
-
public function __construct(InfluxDBManager $influxDb)
0 commit comments