Skip to content

Commit ac0713c

Browse files
committed
Add support for Laravel 7/8
1 parent 44064fc commit ac0713c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
1. 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)

composer.json

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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",

0 commit comments

Comments
 (0)