From 9e17928451e84d27cd669043c0c6a3b4dc9f17ac Mon Sep 17 00:00:00 2001 From: Mirzaev Date: Mon, 7 Nov 2022 14:09:30 +1000 Subject: [PATCH] dependency update --- .gitignore | 2 + composer.json | 7 ++-- composer.lock | 100 +++++++++++++++++++++++++++++--------------------- 3 files changed, 64 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 22d0d82..1dda020 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +!.gitignore +composer.phar vendor diff --git a/composer.json b/composer.json index daa94e5..d1d33f9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "mirzaev/vk-arangodb", "description": "Module for mirzaev/vk framework for storage data in ArangoDB", + "readme": "README.md", "keywords": [ "ArangoDB", "vk", @@ -30,9 +31,9 @@ ], "require": { "php": "^8.1", - "mirzaev/vk": "~4.0.1", - "mirzaev/accounts": "1.2.x-dev", - "mirzaev/arangodb": "^1.0.0", + "mirzaev/vk": "~4.0", + "mirzaev/accounts": "~1.2", + "mirzaev/arangodb": "~1.0", "triagens/arangodb": "~3.9.x-dev", "guzzlehttp/guzzle": "~7.5" }, diff --git a/composer.lock b/composer.lock index ca82fa7..b8e2886 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": "439d40833ea94e08c6dda41b6bd9e8f0", + "content-hash": "8abd06dfbd8e453afbdf3eb269626390", "packages": [ { "name": "guzzlehttp/guzzle", @@ -220,16 +220,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.4.2", + "version": "2.4.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "3148458748274be1546f8f2809a6c09fe66f44aa" + "reference": "67c26b443f348a51926030c83481b85718457d3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/3148458748274be1546f8f2809a6c09fe66f44aa", - "reference": "3148458748274be1546f8f2809a6c09fe66f44aa", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", + "reference": "67c26b443f348a51926030c83481b85718457d3d", "shasum": "" }, "require": { @@ -319,7 +319,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.2" + "source": "https://github.com/guzzle/psr7/tree/2.4.3" }, "funding": [ { @@ -335,7 +335,7 @@ "type": "tidelift" } ], - "time": "2022-10-25T13:49:28+00:00" + "time": "2022-10-26T14:07:24+00:00" }, { "name": "jasny/error-handler", @@ -392,17 +392,17 @@ }, { "name": "mirzaev/accounts", - "version": "1.2.x-dev", + "version": "1.2.0", "source": { "type": "git", - "url": "https://git.hood.su/mirzaev/accounts", - "reference": "4b0a1a1c34128c281b83485cde53d97df6c82a49" + "url": "https://git.mirzaev.sexy/mirzaev/accounts", + "reference": "16d592432021356ee5dbbe7794574a36a48988d1" }, "require": { "ext-dom": "20031129", - "ext-libxml": "~8.0", - "guzzlehttp/guzzle": "~7.2", - "php": "~8.0" + "ext-libxml": "~8.1.1", + "guzzlehttp/guzzle": "^7.2", + "php": "~8.1" }, "require-dev": { "phpdocumentor/phpdocumentor": ">=2.9", @@ -420,31 +420,37 @@ ], "authors": [ { - "name": "Arsen Mirzaev", - "email": "red@hood.su", - "homepage": "https://hood.su/sex", + "name": "Arsen Mirzaev Tatyano-Muradovich", + "email": "arsen@mirzaev.sexy", + "homepage": "https://mirzaev.sexy", "role": "Programmer" } ], - "description": "Менеджер аккаунтов", - "homepage": "https://git.hood.su/mirzaev/accounts", + "description": "Simple accounts manager", + "homepage": "https://git.mirzaev.sexy/mirzaev/accounts", "keywords": [ "accounts" ], "support": { - "chat": "https://vk.me/darkweb228", - "docs": "https://git.hood.su/mirzaev/accounts/manual", - "issues": "https://git.hood.su/mirzaev/accounts/issues" + "email": "arsen@mirzaev.sexy", + "issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues", + "wiki": "https://git.mirzaev.sexy/mirzaev/accounts/wiki" }, - "time": "2021-07-31T11:12:52+00:00" + "funding": [ + { + "url": "https://fund.mirzaev.sexy", + "type": "funding" + } + ], + "time": "2022-11-05T23:47:32+00:00" }, { "name": "mirzaev/arangodb", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", - "url": "https://git.hood.su/mirzaev/arangodb", - "reference": "0012a31e6bea1050385f6b740581f32b9e366128" + "url": "https://git.mirzaev.sexy/mirzaev/arangodb", + "reference": "e7da9978d01d3f8bdef6c74809dfb4eb8989f92c" }, "require": { "php": "^8.1", @@ -471,25 +477,36 @@ "role": "Developer" } ], - "description": "Реализация управления хранилищем данных ArangoDB", + "description": "Simple PHP-framework for ArangoDB", "homepage": "https://git.hood.su/mirzaev/arangodb", "keywords": [ "ArangoDb" ], - "time": "2022-10-25T20:16:30+00:00" + "support": { + "email": "arsen@mirzaev.sexy", + "issues": "https://git.mirzaev.sexy/mirzaev/arangodb/issues", + "wiki": "https://git.mirzaev.sexy/mirzaev/arangodb/manual" + }, + "funding": [ + { + "url": "https://fund.mirzaev.sexy", + "type": "funding" + } + ], + "time": "2022-11-06T00:03:56+00:00" }, { "name": "mirzaev/vk", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", - "url": "https://git.hood.su/mirzaev/vk", - "reference": "850a4bbd8ef6ba232c0e810eba5f118345a862fa" + "url": "https://git.mirzaev.sexy/mirzaev/vk", + "reference": "1f975c1d12ad01aa5c044ef9fbdb66505082b728" }, "require": { "guzzlehttp/guzzle": "~7.5", "jasny/error-handler": "~0.2", - "mirzaev/accounts": "~1.2.x-dev", + "mirzaev/accounts": "~1.2.0", "monolog/monolog": "~1.6", "php": "~8.1", "psr/log": "~1.0" @@ -511,21 +528,21 @@ { "name": "Arsen Mirzaev Tatyano-Muradovich", "email": "arsen@mirzaev.sexy", - "homepage": "https://hood.su/mirzaev", + "homepage": "https://mirzaev.sexy/mirzaev", "role": "Programmer" } ], - "description": "Фреймворк VK API", - "homepage": "https://git.hood.su/mirzaev/vk", + "description": "PHP-фреймворк ВКонтакте", + "homepage": "https://git.mirzaev.sexy/mirzaev/vk", "keywords": [ "api", "vk" ], "support": { - "docs": "https://git.hood.su/mirzaev/vk/manual", - "issues": "https://git.hood.su/mirzaev/vk/issues" + "docs": "https://git.mirzaev.sexy/mirzaev/vk/wiki", + "issues": "https://git.mirzaev.sexy/mirzaev/vk/issues" }, - "time": "2022-10-23T17:22:42+00:00" + "time": "2022-11-05T23:52:40+00:00" }, { "name": "monolog/monolog", @@ -940,12 +957,12 @@ "source": { "type": "git", "url": "https://github.com/arangodb/arangodb-php.git", - "reference": "de14fbcf8390e3ae1e706c52695386218eeba151" + "reference": "21c460dbbd75eb5c066f9abcc3a9adf4487d6e48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/arangodb/arangodb-php/zipball/de14fbcf8390e3ae1e706c52695386218eeba151", - "reference": "de14fbcf8390e3ae1e706c52695386218eeba151", + "url": "https://api.github.com/repos/arangodb/arangodb-php/zipball/21c460dbbd75eb5c066f9abcc3a9adf4487d6e48", + "reference": "21c460dbbd75eb5c066f9abcc3a9adf4487d6e48", "shasum": "" }, "require": { @@ -993,14 +1010,13 @@ "issues": "https://github.com/arangodb/arangodb-php/issues", "source": "https://github.com/arangodb/arangodb-php/tree/3.9" }, - "time": "2022-02-03T09:42:22+00:00" + "time": "2022-10-21T15:30:53+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { - "mirzaev/accounts": 20, "triagens/arangodb": 20 }, "prefer-stable": false,