File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
44
55## Installation
66
7- This package requires PHP 7.1 - 7.3 , and supports Laravel 5.6 - 6 .
7+ This package requires PHP 7.1+ , and supports Laravel 5.6 - 8 .
88
991 . To install the latest version of the package, run the following command in your terminal:
1010
@@ -113,4 +113,4 @@ $manager->connection('alternative')->query("SELECT * FROM cpu");
113113
114114* [GE Tracker](https://www.ge-tracker.com)
115115* [InfluxData](https://www.influxdata.com)
116- * [GrahamCampbell](https://github.com/GrahamCampbell)
116+ * [GrahamCampbell](https://github.com/GrahamCampbell)
Original file line number Diff line number Diff line change 55 "require" : {
66 "php" : " ^7.1.3" ,
77 "graham-campbell/manager" : " ^4.3" ,
8- "illuminate/contracts" : " ^5.5|^6.0" ,
9- "illuminate/support" : " ^5.5|^6.0" ,
8+ "illuminate/contracts" : " ^5.5|^6.0|^7.0|^8.0 " ,
9+ "illuminate/support" : " ^5.5|^6.0|^7.0|^8.0 " ,
1010 "influxdb/influxdb-php" : " ^1.15"
1111 },
1212 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments