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 9772fbd commit 51cf6e7Copy full SHA for 51cf6e7
composer.json
@@ -7,9 +7,10 @@
7
"graham-campbell/manager": "^5.0",
8
"illuminate/contracts": "^8.0|^9.0|^10.0",
9
"illuminate/support": "^8.0|^9.0|^10.0",
10
- "influxdata/influxdb-client-php": "^2.6"
+ "influxdata/influxdb-client-php": "^3.4"
11
},
12
"require-dev": {
13
+ "guzzlehttp/guzzle": "^7.0.1",
14
"orchestra/testbench": "^6.0|^7.0|^8.0"
15
16
"license": "MIT",
@@ -28,7 +29,10 @@
28
29
"prefer-stable": true,
30
"config": {
31
"sort-packages": true,
- "preferred-install": "dist"
32
+ "preferred-install": "dist",
33
+ "allow-plugins": {
34
+ "php-http/discovery": true
35
+ }
36
37
"extra": {
38
"laravel": {
0 commit comments