diff --git a/composer.json b/composer.json index 42bd93c..baafbf0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,9 @@ "triagens/arangodb": "^3.6", "moonlandsoft/yii2-phpexcel": ">=2.0", "carono/yii2-1c-exchange": "^0.3.1", - "yiisoft/yii2-imagine": "*" + "yiisoft/yii2-imagine": "*", + "mirzaev/yii2-arangodb": "2.1.x-dev", + "mirzaev/yii2-arangodb-sessions": "1.1.x-dev" }, "require-dev": { "codeception/codeception": ">=4.1", @@ -41,9 +43,7 @@ }, "autoload": { "psr-4": { - "mirzaev\\skillparts\\": "mirzaev/skillparts/system", - "mirzaev\\yii2\\arangodb\\": "../yii2-arangodb/mirzaev/yii2/arangodb", - "mirzaev\\yii2\\arangodb\\sessions\\": "../yii2-arangodb-sessions/mirzaev/yii2/arangodb/sessions" + "mirzaev\\skillparts\\": "mirzaev/skillparts/system" } }, "autoload-dev": { diff --git a/composer.lock b/composer.lock index e30579c..4d02379 100644 --- a/composer.lock +++ b/composer.lock @@ -4,14 +4,14 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "77be6b3a5d18070b9d685430060a770e", + "content-hash": "75801d98410f1427be988c04697ee255", "packages": [ { "name": "bower-asset/bootstrap", "version": "v3.4.1", "source": { "type": "git", - "url": "git@github.com:twbs/bootstrap.git", + "url": "https://github.com/twbs/bootstrap.git", "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" }, "dist": { @@ -777,6 +777,99 @@ }, "time": "2021-01-23T16:37:31+00:00" }, + { + "name": "mirzaev/yii2-arangodb", + "version": "2.1.x-dev", + "source": { + "type": "git", + "url": "https://git.hood.su/mirzaev/yii2/arangodb", + "reference": "a7abed56d6a3d8d03b1c99e620a9c0ef3887bfcb" + }, + "require": { + "php": "^8.0.0", + "triagens/arangodb": "~3.2", + "yiisoft/yii2": "2.*" + }, + "require-dev": { + "yiisoft/yii2-debug": "*" + }, + "type": "yii2-extension", + "autoload": { + "psr-4": { + "mirzaev\\yii2\\arangodb\\": "mirzaev/yii2/arangodb" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Arsen Mirzaev Tatyano-Muradovich", + "email": "red@hood.su", + "homepage": "https://hood.su/mirzaev", + "role": "Developer" + }, + { + "name": "Ilya Rumyantsev", + "email": "explosivebit@gmail.com" + }, + { + "name": "Alvian Burhanuddin", + "email": "alvianthelfarqy@gmail.com" + } + ], + "description": "Library for connecting ArangoDB-PHP to Yii2", + "homepage": "https://git.hood.su/mirzaev/yii2/arangodb", + "keywords": [ + "ArangoDb", + "yii2" + ], + "time": "2021-03-21T19:01:43+00:00" + }, + { + "name": "mirzaev/yii2-arangodb-sessions", + "version": "1.1.x-dev", + "source": { + "type": "git", + "url": "https://git.hood.su/mirzaev/yii2/arangodb/sessions/", + "reference": "8809a05c1b0d1deff2fbcb25f6fd65f851029e78" + }, + "require": { + "mirzaev/yii2-arangodb": "~2.1.x-dev", + "php": "^8.0.0", + "yiisoft/yii2": "2.*" + }, + "require-dev": { + "yiisoft/yii2-debug": "*" + }, + "type": "yii2-extension", + "autoload": { + "psr-4": { + "mirzaev\\yii2\\arangodb\\sessions\\": "mirzaev/yii2/arangodb/sessions" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "AGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Arsen Mirzaev Tatyano-Muradovich", + "email": "red@hood.su", + "homepage": "https://hood.su/mirzaev", + "role": "Developer" + } + ], + "description": "Yii\\web\\DbSession implementation for use with ArangoDB", + "homepage": "https://git.hood.su/mirzaev/yii2/arangodb/sessions", + "keywords": [ + "ArangoDb", + "DbSession", + "yii2" + ], + "time": "2021-03-21T18:58:00+00:00" + }, { "name": "moonlandsoft/yii2-phpexcel", "version": "2.0.0", @@ -2289,16 +2382,16 @@ }, { "name": "codeception/codeception", - "version": "4.1.18", + "version": "4.1.19", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "f47547bac347dfb5ea5351ff91148cbcc08e6818" + "reference": "138dc9345a81ec994dcd6b9680c501a752a37b00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f47547bac347dfb5ea5351ff91148cbcc08e6818", - "reference": "f47547bac347dfb5ea5351ff91148cbcc08e6818", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/138dc9345a81ec994dcd6b9680c501a752a37b00", + "reference": "138dc9345a81ec994dcd6b9680c501a752a37b00", "shasum": "" }, "require": { @@ -2372,7 +2465,7 @@ ], "support": { "issues": "https://github.com/Codeception/Codeception/issues", - "source": "https://github.com/Codeception/Codeception/tree/4.1.18" + "source": "https://github.com/Codeception/Codeception/tree/4.1.19" }, "funding": [ { @@ -2380,7 +2473,7 @@ "type": "open_collective" } ], - "time": "2021-02-23T17:11:42+00:00" + "time": "2021-03-28T13:26:08+00:00" }, { "name": "codeception/lib-asserts", @@ -3014,16 +3107,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.7.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" + "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1", + "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1", "shasum": "" }, "require": { @@ -3083,9 +3176,9 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.7.0" + "source": "https://github.com/guzzle/psr7/tree/1.8.1" }, - "time": "2020-09-30T07:37:11+00:00" + "time": "2021-03-21T16:25:00+00:00" }, { "name": "myclabs/deep-copy", @@ -3716,16 +3809,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.5", + "version": "9.2.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1" + "reference": "f6293e1b30a2354e8428e004689671b83871edde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1", - "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde", + "reference": "f6293e1b30a2354e8428e004689671b83871edde", "shasum": "" }, "require": { @@ -3781,7 +3874,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6" }, "funding": [ { @@ -3789,7 +3882,7 @@ "type": "github" } ], - "time": "2020-11-28T06:44:49+00:00" + "time": "2021-03-28T07:26:59+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4034,16 +4127,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.3", + "version": "9.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41" + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/27241ac75fc37ecf862b6e002bf713b6566cbe41", - "reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741", + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741", "shasum": "" }, "require": { @@ -4121,7 +4214,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4" }, "funding": [ { @@ -4133,7 +4226,7 @@ "type": "github" } ], - "time": "2021-03-17T07:30:34+00:00" + "time": "2021-03-23T07:16:29+00:00" }, { "name": "psr/container", @@ -6816,7 +6909,10 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "mirzaev/yii2-arangodb": 20, + "mirzaev/yii2-arangodb-sessions": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {