4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 12:46:41 +00:00

Update to use official release version of Influxdb-PHP

This commit is contained in:
Buster "Silver Eagle" Neece 2020-09-18 09:02:58 -05:00
parent b20701742e
commit 0cc3775480
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 46 additions and 65 deletions

View File

@ -3,12 +3,6 @@
"description": "The AzuraCast self-hosted web radio station management suite.",
"license": "Apache-2.0",
"type": "project",
"repositories": [
{
"type": "git",
"url": "https://github.com/SlvrEagle23/influxdb-php.git"
}
],
"require": {
"php": ">=7.4",
"ext-PDO": "*",
@ -41,7 +35,7 @@
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/oauth-subscriber": "^0.4.0",
"http-interop/http-factory-guzzle": "^1.0",
"influxdb/influxdb-php": "dev-feature/guzzle7 as dev-master",
"influxdb/influxdb-php": "1.15.1",
"james-heinrich/getid3": "dev-master",
"jhofm/flysystem-iterator": "^2.1",
"laminas/laminas-config": "^3.3",

103
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b7a692cf1ebded166ad9b7c29a64e910",
"content-hash": "6d6b75f418dc3dab7a0f32d0e6986719",
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "3.154.3",
"version": "3.154.5",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "0001c05c03f2bd354f6b38f6b81b60f45c2514f8"
"reference": "50b1ef32d51d80f35a691e13c34f67b920765c18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0001c05c03f2bd354f6b38f6b81b60f45c2514f8",
"reference": "0001c05c03f2bd354f6b38f6b81b60f45c2514f8",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/50b1ef32d51d80f35a691e13c34f67b920765c18",
"reference": "50b1ef32d51d80f35a691e13c34f67b920765c18",
"shasum": ""
},
"require": {
@ -89,7 +89,7 @@
"s3",
"sdk"
],
"time": "2020-09-15T18:15:35+00:00"
"time": "2020-09-17T18:22:25+00:00"
},
{
"name": "azuracast/azuraforms",
@ -2658,11 +2658,17 @@
},
{
"name": "influxdb/influxdb-php",
"version": "dev-feature/guzzle7",
"version": "1.15.1",
"source": {
"type": "git",
"url": "https://github.com/SlvrEagle23/influxdb-php.git",
"reference": "288ea1cd018b828fc3dd7f778a10bdf94f6809f9"
"url": "https://github.com/influxdata/influxdb-php.git",
"reference": "447acb600969f9510c9f1900a76d442fc3537b0e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/447acb600969f9510c9f1900a76d442fc3537b0e",
"reference": "447acb600969f9510c9f1900a76d442fc3537b0e",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0|^7.0",
@ -2681,19 +2687,7 @@
"InfluxDB\\": "src/InfluxDB"
}
},
"autoload-dev": {
"psr-4": {
"InfluxDB\\Test\\": "tests"
}
},
"scripts": {
"test": [
"vendor/bin/phpunit"
],
"test-ci": [
"vendor/bin/phpunit -v --coverage-clover=clover.xml"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@ -2721,7 +2715,7 @@
"influxdb library",
"time series"
],
"time": "2020-07-06T01:37:11+00:00"
"time": "2020-09-18T13:24:03+00:00"
},
{
"name": "james-heinrich/getid3",
@ -8701,16 +8695,16 @@
},
{
"name": "codeception/module-rest",
"version": "1.2.2",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-rest.git",
"reference": "114d640533a2a0a8369d77011fdb3fa36c2ca87f"
"reference": "63d09a1ed9fb9bb981d22396e7c2c7d20570f217"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/114d640533a2a0a8369d77011fdb3fa36c2ca87f",
"reference": "114d640533a2a0a8369d77011fdb3fa36c2ca87f",
"url": "https://api.github.com/repos/Codeception/module-rest/zipball/63d09a1ed9fb9bb981d22396e7c2c7d20570f217",
"reference": "63d09a1ed9fb9bb981d22396e7c2c7d20570f217",
"shasum": ""
},
"require": {
@ -8748,7 +8742,7 @@
"codeception",
"rest"
],
"time": "2020-08-28T06:55:41+00:00"
"time": "2020-09-17T13:36:51+00:00"
},
{
"name": "codeception/phpunit-wrapper",
@ -9313,16 +9307,16 @@
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.2.1",
"version": "5.2.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "d870572532cd70bc3fab58f2e23ad423c8404c44"
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d870572532cd70bc3fab58f2e23ad423c8404c44",
"reference": "d870572532cd70bc3fab58f2e23ad423c8404c44",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
"shasum": ""
},
"require": {
@ -9361,20 +9355,20 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-08-15T11:14:08+00:00"
"time": "2020-09-03T19:13:55+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.3.0",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"shasum": ""
},
"require": {
@ -9406,7 +9400,7 @@
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-06-27T10:12:23+00:00"
"time": "2020-09-17T18:55:26+00:00"
},
{
"name": "phpspec/prophecy",
@ -9595,16 +9589,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.1.9",
"version": "9.1.10",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "cf6582906d4b2502c5f4c6be6a3d0b4cd5b3ef7f"
"reference": "5134e2a65ec48e2f7126d12f1503a9889c660bdf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/cf6582906d4b2502c5f4c6be6a3d0b4cd5b3ef7f",
"reference": "cf6582906d4b2502c5f4c6be6a3d0b4cd5b3ef7f",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5134e2a65ec48e2f7126d12f1503a9889c660bdf",
"reference": "5134e2a65ec48e2f7126d12f1503a9889c660bdf",
"shasum": ""
},
"require": {
@ -9664,7 +9658,7 @@
"type": "github"
}
],
"time": "2020-09-15T06:14:11+00:00"
"time": "2020-09-18T05:25:29+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -9996,12 +9990,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "34a7a7aa563809d603e12e34f0608d5f2da94f7f"
"reference": "81cb95735a719403eddb77fc78e21362b56d9ea9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/34a7a7aa563809d603e12e34f0608d5f2da94f7f",
"reference": "34a7a7aa563809d603e12e34f0608d5f2da94f7f",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/81cb95735a719403eddb77fc78e21362b56d9ea9",
"reference": "81cb95735a719403eddb77fc78e21362b56d9ea9",
"shasum": ""
},
"conflict": {
@ -10047,8 +10041,8 @@
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
"dolibarr/dolibarr": "<11.0.4",
"dompdf/dompdf": ">=0.6,<0.6.2",
"drupal/core": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1",
"drupal/drupal": ">=7,<7.72|>=8,<8.8.8|>=8.9,<8.9.1|>=9,<9.0.1",
"drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
"drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
"endroid/qr-code-bundle": "<3.4.2",
"enshrined/svg-sanitize": "<0.13.1",
"erusev/parsedown": "<1.7.2",
@ -10141,6 +10135,7 @@
"pusher/pusher-php-server": "<2.2.1",
"rainlab/debugbar-plugin": "<3.1",
"robrichards/xmlseclibs": "<3.0.4",
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
@ -10289,7 +10284,7 @@
"type": "tidelift"
}
],
"time": "2020-09-15T19:01:50+00:00"
"time": "2020-09-18T13:01:53+00:00"
},
{
"name": "sebastian/cli-parser",
@ -11644,19 +11639,11 @@
"time": "2020-07-08T17:02:28+00:00"
}
],
"aliases": [
{
"alias": "dev-master",
"alias_normalized": "9999999-dev",
"version": "dev-feature/guzzle7",
"package": "influxdb/influxdb-php"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"azuracast/azuraforms": 20,
"azuracast/nowplaying": 20,
"influxdb/influxdb-php": 20,
"james-heinrich/getid3": 20,
"lstrojny/fxmlrpc": 20,
"roave/security-advisories": 20