Skip to content

Commit 51cf6e7

Browse files
committed
feat: upgrade to influxdata/influxdb-client-php@^3.4
1 parent 9772fbd commit 51cf6e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"graham-campbell/manager": "^5.0",
88
"illuminate/contracts": "^8.0|^9.0|^10.0",
99
"illuminate/support": "^8.0|^9.0|^10.0",
10-
"influxdata/influxdb-client-php": "^2.6"
10+
"influxdata/influxdb-client-php": "^3.4"
1111
},
1212
"require-dev": {
13+
"guzzlehttp/guzzle": "^7.0.1",
1314
"orchestra/testbench": "^6.0|^7.0|^8.0"
1415
},
1516
"license": "MIT",
@@ -28,7 +29,10 @@
2829
"prefer-stable": true,
2930
"config": {
3031
"sort-packages": true,
31-
"preferred-install": "dist"
32+
"preferred-install": "dist",
33+
"allow-plugins": {
34+
"php-http/discovery": true
35+
}
3236
},
3337
"extra": {
3438
"laravel": {

0 commit comments

Comments
 (0)