From 2f54c5607e935b6a1ffcd9d11729d60c93b54c3e Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 3 Jul 2021 20:59:02 +0300 Subject: [PATCH] Updated dependencies --- composer.json | 10 +--- composer.lock | 161 ++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 119 insertions(+), 52 deletions(-) diff --git a/composer.json b/composer.json index f0f3d973d8..1ff5a7916e 100644 --- a/composer.json +++ b/composer.json @@ -39,13 +39,13 @@ "appwrite/php-runtimes": "0.3.*", "utopia-php/framework": "0.14.*", - "utopia-php/abuse": "dev-feat-utopia-db-integration", + "utopia-php/abuse": "dev-feat-upgrade-db", "utopia-php/analytics": "0.2.*", "utopia-php/audit": "dev-feat-utopia-db-integration", "utopia-php/cache": "0.4.*", "utopia-php/cli": "0.11.*", "utopia-php/config": "0.2.*", - "utopia-php/database": "0.3.*", + "utopia-php/database": "0.5.*", "utopia-php/locale": "0.3.*", "utopia-php/registry": "0.5.*", "utopia-php/preloader": "0.2.*", @@ -65,11 +65,7 @@ "repositories": [ { "type": "git", - "url": "https://github.com/lohanidamodar/audit" - }, - { - "type": "git", - "url": "https://github.com/lohanidamodar/abuse" + "url": "https://github.com/eldadfux/audit" } ], "require-dev": { diff --git a/composer.lock b/composer.lock index 162af579f5..e746e10da2 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": "34850a190b81047143e4fd6466e84a53", + "content-hash": "190f538a137242ae4e1738d920626fe7", "packages": [ { "name": "adhocore/jwt", @@ -647,29 +647,32 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.8.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" + "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7", + "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.4.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -677,16 +680,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -701,6 +701,11 @@ { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -716,9 +721,9 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" + "source": "https://github.com/guzzle/psr7/tree/2.0.0" }, - "time": "2021-04-26T09:17:50+00:00" + "time": "2021-06-30T20:03:07+00:00" }, { "name": "influxdb/influxdb-php", @@ -1156,6 +1161,61 @@ }, "time": "2020-06-29T06:28:15+00:00" }, + { + "name": "psr/http-factory", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory/tree/master" + }, + "time": "2019-04-30T12:38:16+00:00" + }, { "name": "psr/http-message", "version": "1.0.1", @@ -1603,16 +1663,22 @@ }, { "name": "utopia-php/abuse", - "version": "dev-feat-utopia-db-integration", + "version": "dev-feat-upgrade-db", "source": { "type": "git", - "url": "https://github.com/lohanidamodar/abuse", - "reference": "8486a4f95248e5a9fb1fe9b650278b264857e929" + "url": "https://github.com/utopia-php/abuse.git", + "reference": "bca147f43848da35cbf0f1dcdcac69b5b1736274" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/utopia-php/abuse/zipball/bca147f43848da35cbf0f1dcdcac69b5b1736274", + "reference": "bca147f43848da35cbf0f1dcdcac69b5b1736274", + "shasum": "" }, "require": { "ext-pdo": "*", "php": ">=7.4", - "utopia-php/database": "0.3.*" + "utopia-php/database": "0.5.*" }, "require-dev": { "phpunit/phpunit": "^9.4", @@ -1624,6 +1690,7 @@ "Utopia\\Abuse\\": "src/Abuse" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1635,13 +1702,17 @@ ], "description": "A simple abuse library to manage application usage limits", "keywords": [ - "abuse", + "Abuse", "framework", "php", "upf", "utopia" ], - "time": "2021-06-18T06:21:55+00:00" + "support": { + "issues": "https://github.com/utopia-php/abuse/issues", + "source": "https://github.com/utopia-php/abuse/tree/feat-upgrade-db" + }, + "time": "2021-07-03T17:39:54+00:00" }, { "name": "utopia-php/analytics", @@ -1703,13 +1774,13 @@ "version": "dev-feat-utopia-db-integration", "source": { "type": "git", - "url": "https://github.com/lohanidamodar/audit", - "reference": "063c1d527776c85d0ab6d8ffcde694f7813170a6" + "url": "https://github.com/eldadfux/audit", + "reference": "056205ac6f90ce9525f8773b6d8acd5b8cd58d17" }, "require": { "ext-pdo": "*", "php": ">=7.4", - "utopia-php/database": "0.3.*" + "utopia-php/database": "0.5.*" }, "require-dev": { "phpunit/phpunit": "^9.3", @@ -1738,7 +1809,7 @@ "upf", "utopia" ], - "time": "2021-06-18T06:19:19+00:00" + "time": "2021-07-03T17:45:07+00:00" }, { "name": "utopia-php/cache", @@ -1899,16 +1970,16 @@ }, { "name": "utopia-php/database", - "version": "0.3.2", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "8e56a2d399d17b2497c8ee0f8bf429ac2da90c56" + "reference": "e050e51060df72eff3af9fc24fc95a41ca9a2096" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/8e56a2d399d17b2497c8ee0f8bf429ac2da90c56", - "reference": "8e56a2d399d17b2497c8ee0f8bf429ac2da90c56", + "url": "https://api.github.com/repos/utopia-php/database/zipball/e050e51060df72eff3af9fc24fc95a41ca9a2096", + "reference": "e050e51060df72eff3af9fc24fc95a41ca9a2096", "shasum": "" }, "require": { @@ -1956,9 +2027,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.3.2" + "source": "https://github.com/utopia-php/database/tree/0.5.0" }, - "time": "2021-06-12T18:26:26+00:00" + "time": "2021-07-03T16:49:44+00:00" }, { "name": "utopia-php/domains", @@ -3304,16 +3375,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.11.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fe14cf3672a149364fb66dfe11bf6549af899f94", + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94", "shasum": "" }, "require": { @@ -3354,9 +3425,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.11.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-07-03T13:36:55+00:00" }, { "name": "openlss/lib-array2xml", @@ -5802,16 +5873,16 @@ }, { "name": "symfony/string", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0" + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0", + "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "shasum": "" }, "require": { @@ -5865,7 +5936,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.2" + "source": "https://github.com/symfony/string/tree/v5.3.3" }, "funding": [ { @@ -5881,7 +5952,7 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-27T11:44:38+00:00" }, { "name": "theseer/tokenizer",