dependency update

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2022-11-07 14:09:30 +10:00
parent ffa6eb95b4
commit 9e17928451
3 changed files with 64 additions and 45 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
!.gitignore
composer.phar
vendor vendor

View File

@ -1,6 +1,7 @@
{ {
"name": "mirzaev/vk-arangodb", "name": "mirzaev/vk-arangodb",
"description": "Module for mirzaev/vk framework for storage data in ArangoDB", "description": "Module for mirzaev/vk framework for storage data in ArangoDB",
"readme": "README.md",
"keywords": [ "keywords": [
"ArangoDB", "ArangoDB",
"vk", "vk",
@ -30,9 +31,9 @@
], ],
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"mirzaev/vk": "~4.0.1", "mirzaev/vk": "~4.0",
"mirzaev/accounts": "1.2.x-dev", "mirzaev/accounts": "~1.2",
"mirzaev/arangodb": "^1.0.0", "mirzaev/arangodb": "~1.0",
"triagens/arangodb": "~3.9.x-dev", "triagens/arangodb": "~3.9.x-dev",
"guzzlehttp/guzzle": "~7.5" "guzzlehttp/guzzle": "~7.5"
}, },

100
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "439d40833ea94e08c6dda41b6bd9e8f0", "content-hash": "8abd06dfbd8e453afbdf3eb269626390",
"packages": [ "packages": [
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
@ -220,16 +220,16 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.4.2", "version": "2.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "3148458748274be1546f8f2809a6c09fe66f44aa" "reference": "67c26b443f348a51926030c83481b85718457d3d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/3148458748274be1546f8f2809a6c09fe66f44aa", "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
"reference": "3148458748274be1546f8f2809a6c09fe66f44aa", "reference": "67c26b443f348a51926030c83481b85718457d3d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -319,7 +319,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "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": [ "funding": [
{ {
@ -335,7 +335,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-25T13:49:28+00:00" "time": "2022-10-26T14:07:24+00:00"
}, },
{ {
"name": "jasny/error-handler", "name": "jasny/error-handler",
@ -392,17 +392,17 @@
}, },
{ {
"name": "mirzaev/accounts", "name": "mirzaev/accounts",
"version": "1.2.x-dev", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.hood.su/mirzaev/accounts", "url": "https://git.mirzaev.sexy/mirzaev/accounts",
"reference": "4b0a1a1c34128c281b83485cde53d97df6c82a49" "reference": "16d592432021356ee5dbbe7794574a36a48988d1"
}, },
"require": { "require": {
"ext-dom": "20031129", "ext-dom": "20031129",
"ext-libxml": "~8.0", "ext-libxml": "~8.1.1",
"guzzlehttp/guzzle": "~7.2", "guzzlehttp/guzzle": "^7.2",
"php": "~8.0" "php": "~8.1"
}, },
"require-dev": { "require-dev": {
"phpdocumentor/phpdocumentor": ">=2.9", "phpdocumentor/phpdocumentor": ">=2.9",
@ -420,31 +420,37 @@
], ],
"authors": [ "authors": [
{ {
"name": "Arsen Mirzaev", "name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "red@hood.su", "email": "arsen@mirzaev.sexy",
"homepage": "https://hood.su/sex", "homepage": "https://mirzaev.sexy",
"role": "Programmer" "role": "Programmer"
} }
], ],
"description": "Менеджер аккаунтов", "description": "Simple accounts manager",
"homepage": "https://git.hood.su/mirzaev/accounts", "homepage": "https://git.mirzaev.sexy/mirzaev/accounts",
"keywords": [ "keywords": [
"accounts" "accounts"
], ],
"support": { "support": {
"chat": "https://vk.me/darkweb228", "email": "arsen@mirzaev.sexy",
"docs": "https://git.hood.su/mirzaev/accounts/manual", "issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues",
"issues": "https://git.hood.su/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", "name": "mirzaev/arangodb",
"version": "1.0.0", "version": "1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.hood.su/mirzaev/arangodb", "url": "https://git.mirzaev.sexy/mirzaev/arangodb",
"reference": "0012a31e6bea1050385f6b740581f32b9e366128" "reference": "e7da9978d01d3f8bdef6c74809dfb4eb8989f92c"
}, },
"require": { "require": {
"php": "^8.1", "php": "^8.1",
@ -471,25 +477,36 @@
"role": "Developer" "role": "Developer"
} }
], ],
"description": "Реализация управления хранилищем данных ArangoDB", "description": "Simple PHP-framework for ArangoDB",
"homepage": "https://git.hood.su/mirzaev/arangodb", "homepage": "https://git.hood.su/mirzaev/arangodb",
"keywords": [ "keywords": [
"ArangoDb" "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", "name": "mirzaev/vk",
"version": "4.0.1", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.hood.su/mirzaev/vk", "url": "https://git.mirzaev.sexy/mirzaev/vk",
"reference": "850a4bbd8ef6ba232c0e810eba5f118345a862fa" "reference": "1f975c1d12ad01aa5c044ef9fbdb66505082b728"
}, },
"require": { "require": {
"guzzlehttp/guzzle": "~7.5", "guzzlehttp/guzzle": "~7.5",
"jasny/error-handler": "~0.2", "jasny/error-handler": "~0.2",
"mirzaev/accounts": "~1.2.x-dev", "mirzaev/accounts": "~1.2.0",
"monolog/monolog": "~1.6", "monolog/monolog": "~1.6",
"php": "~8.1", "php": "~8.1",
"psr/log": "~1.0" "psr/log": "~1.0"
@ -511,21 +528,21 @@
{ {
"name": "Arsen Mirzaev Tatyano-Muradovich", "name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy", "email": "arsen@mirzaev.sexy",
"homepage": "https://hood.su/mirzaev", "homepage": "https://mirzaev.sexy/mirzaev",
"role": "Programmer" "role": "Programmer"
} }
], ],
"description": "Фреймворк VK API", "description": "PHP-фреймворк ВКонтакте",
"homepage": "https://git.hood.su/mirzaev/vk", "homepage": "https://git.mirzaev.sexy/mirzaev/vk",
"keywords": [ "keywords": [
"api", "api",
"vk" "vk"
], ],
"support": { "support": {
"docs": "https://git.hood.su/mirzaev/vk/manual", "docs": "https://git.mirzaev.sexy/mirzaev/vk/wiki",
"issues": "https://git.hood.su/mirzaev/vk/issues" "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", "name": "monolog/monolog",
@ -940,12 +957,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/arangodb/arangodb-php.git", "url": "https://github.com/arangodb/arangodb-php.git",
"reference": "de14fbcf8390e3ae1e706c52695386218eeba151" "reference": "21c460dbbd75eb5c066f9abcc3a9adf4487d6e48"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/arangodb/arangodb-php/zipball/de14fbcf8390e3ae1e706c52695386218eeba151", "url": "https://api.github.com/repos/arangodb/arangodb-php/zipball/21c460dbbd75eb5c066f9abcc3a9adf4487d6e48",
"reference": "de14fbcf8390e3ae1e706c52695386218eeba151", "reference": "21c460dbbd75eb5c066f9abcc3a9adf4487d6e48",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -993,14 +1010,13 @@
"issues": "https://github.com/arangodb/arangodb-php/issues", "issues": "https://github.com/arangodb/arangodb-php/issues",
"source": "https://github.com/arangodb/arangodb-php/tree/3.9" "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": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"mirzaev/accounts": 20,
"triagens/arangodb": 20 "triagens/arangodb": 20
}, },
"prefer-stable": false, "prefer-stable": false,