We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad9173 commit 0387551Copy full SHA for 0387551
.gitignore
@@ -1,5 +1,9 @@
1
-/build
2
-/composer.phar
3
-/composer.lock
4
-/vendor
5
-/test.php
+.idea/
+build/
+vendor/
+
+composer.phar
6
+composer.lock
7
+test.php
8
9
+*.cache
composer.json
@@ -25,13 +25,15 @@
25
}
26
],
27
"require": {
28
- "laravel/framework": ">=5.6",
29
- "illuminate/log": ">=5.6",
30
- "illuminate/support": ">=5.6",
31
- "influxdb/influxdb-php": "1.14.*"
+ "php": "^8.0",
+ "laravel/framework": ">=8.0",
+ "illuminate/log": ">=8.0",
+ "illuminate/support": ">=8.0",
32
+ "influxdb/influxdb-php": "^1.15.2"
33
},
34
"require-dev": {
- "phpunit/phpunit": "7.4.*"
35
+ "roave/security-advisories": "dev-latest",
36
+ "phpunit/phpunit": "^8.5"
37
38
"autoload": {
39
"psr-4": {
0 commit comments