1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Updated Influx SDK

This commit is contained in:
Eldad Fux 2021-01-15 11:25:04 +02:00
parent 59f5a0eb55
commit 4c1d5419f4
2 changed files with 18 additions and 17 deletions

View file

@ -50,13 +50,13 @@
"matomo/device-detector": "3.13.0",
"dragonmantank/cron-expression": "3.0.1",
"domnikl/statsd": "3.0.2",
"influxdb/influxdb-php": "1.15.1",
"influxdb/influxdb-php": "1.15.2",
"phpmailer/phpmailer": "6.1.7",
"chillerlan/php-qrcode": "4.3.0",
"adhocore/jwt": "1.1.0"
},
"require-dev": {
"swoole/ide-helper": "4.5.5",
"swoole/ide-helper": "4.6.1",
"appwrite/sdk-generator": "0.4.4",
"phpunit/phpunit": "9.4.2",
"vimeo/psalm": "4.1.1"

31
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2a235acbc30e22872101713bf3602351",
"content-hash": "0cc375bf8138012dbf1561c031556fe1",
"packages": [
{
"name": "adhocore/jwt",
@ -644,24 +644,25 @@
},
{
"name": "influxdb/influxdb-php",
"version": "1.15.1",
"version": "1.15.2",
"source": {
"type": "git",
"url": "https://github.com/influxdata/influxdb-php.git",
"reference": "447acb600969f9510c9f1900a76d442fc3537b0e"
"reference": "d6e59f4f04ab9107574fda69c2cbe36671253d03"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/447acb600969f9510c9f1900a76d442fc3537b0e",
"reference": "447acb600969f9510c9f1900a76d442fc3537b0e",
"url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/d6e59f4f04ab9107574fda69c2cbe36671253d03",
"reference": "d6e59f4f04ab9107574fda69c2cbe36671253d03",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0|^7.0",
"php": "^5.5 || ^7.0"
"php": "^5.5 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-curl": "Curl extension, needed for Curl driver",
@ -703,9 +704,9 @@
],
"support": {
"issues": "https://github.com/influxdata/influxdb-php/issues",
"source": "https://github.com/influxdata/influxdb-php/tree/1.15.1"
"source": "https://github.com/influxdata/influxdb-php/tree/1.15.2"
},
"time": "2020-09-18T13:24:03+00:00"
"time": "2020-12-26T17:45:17+00:00"
},
{
"name": "matomo/device-detector",
@ -4536,16 +4537,16 @@
},
{
"name": "swoole/ide-helper",
"version": "4.5.5",
"version": "4.6.1",
"source": {
"type": "git",
"url": "https://github.com/swoole/ide-helper.git",
"reference": "aefd9d15e00cf14b89a5ed87cfa3bd79c9889028"
"reference": "5b36a9722eb8c693ff9831023cfb807474eab07c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/aefd9d15e00cf14b89a5ed87cfa3bd79c9889028",
"reference": "aefd9d15e00cf14b89a5ed87cfa3bd79c9889028",
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/5b36a9722eb8c693ff9831023cfb807474eab07c",
"reference": "5b36a9722eb8c693ff9831023cfb807474eab07c",
"shasum": ""
},
"require-dev": {
@ -4568,9 +4569,9 @@
"description": "IDE help files for Swoole.",
"support": {
"issues": "https://github.com/swoole/ide-helper/issues",
"source": "https://github.com/swoole/ide-helper/tree/4.5.5"
"source": "https://github.com/swoole/ide-helper/tree/4.6.1"
},
"time": "2020-10-14T18:05:12+00:00"
"time": "2021-01-11T19:15:13+00:00"
},
{
"name": "symfony/console",