From 4c1d5419f49284e9270b1836d2d4f8271bffd965 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 15 Jan 2021 11:25:04 +0200 Subject: [PATCH] Updated Influx SDK --- composer.json | 4 ++-- composer.lock | 31 ++++++++++++++++--------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index c393e67ae6..89e3995c91 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/composer.lock b/composer.lock index 3fcb20b73d..6e0661b7b2 100644 --- a/composer.lock +++ b/composer.lock @@ -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",