From b1f31103ebbcb7bb71b4d8ec00cc137c23264e08 Mon Sep 17 00:00:00 2001 From: RedHood Date: Tue, 19 Jan 2021 22:29:25 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + mirzaev/yii2-arangodb/LICENSE => LICENSE | 0 composer.json | 23 ++++++++++++------ mirzaev/yii2-arangodb/.gitignore | 3 --- mirzaev/yii2-arangodb/composer.json | 30 ------------------------ 5 files changed, 17 insertions(+), 40 deletions(-) create mode 100644 .gitignore rename mirzaev/yii2-arangodb/LICENSE => LICENSE (100%) delete mode 100644 mirzaev/yii2-arangodb/.gitignore delete mode 100644 mirzaev/yii2-arangodb/composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49ce3c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor \ No newline at end of file diff --git a/mirzaev/yii2-arangodb/LICENSE b/LICENSE similarity index 100% rename from mirzaev/yii2-arangodb/LICENSE rename to LICENSE diff --git a/composer.json b/composer.json index b7b2a5b..43ad063 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,11 @@ { "name": "mirzaev/yii2-arangodb", "description": "Library for connecting ArangoDB-PHP to Yii2", - "type": "library", + "keywords": [ + "Yii2", + "ArangoDB" + ], + "type": "yii2-extension", "license": "AGPL-3.0-or-later", "homepage": "https://git.hood.su/mirzaev/yii2/arangodb", "authors": [ @@ -12,16 +16,21 @@ "role": "Developer" }, { - "homepage": "https://github.com/explosivebit/yii2-arangodb", - "role": "Old fork (abandoned)" + "name": "Ilya Rumyantsev", + "email": "explosivebit@gmail.com" }, { - "homepage": "https://github.com/DevGroup-ru/yii2-arangodb", - "role": "Original repository (abandoned)" + "name": "Alvian Burhanuddin", + "email": "alvianthelfarqy@gmail.com" } ], "require": { - "php": "^8.0.0" + "php": "^8.0.0", + "yiisoft/yii2": "*", + "triagens/arangodb": "~3.2" + }, + "require-dev": { + "yiisoft/yii2-debug": "*" }, "autoload": { "psr-4": { @@ -33,4 +42,4 @@ "mirzaev\\yii2\\arangodb\\tests\\": "mirzaev/yii2-arangodb/tests" } } -} +} \ No newline at end of file diff --git a/mirzaev/yii2-arangodb/.gitignore b/mirzaev/yii2-arangodb/.gitignore deleted file mode 100644 index 3c520fa..0000000 --- a/mirzaev/yii2-arangodb/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -composer.phar -composer.lock -vendor \ No newline at end of file diff --git a/mirzaev/yii2-arangodb/composer.json b/mirzaev/yii2-arangodb/composer.json deleted file mode 100644 index 5a16e14..0000000 --- a/mirzaev/yii2-arangodb/composer.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "elfarqy/yii2-arangodb", - "description": "Yii2 arangodb components", - "type": "yii2-extension", - "keywords": ["yii2","arangodb"], - "license": "GPL-3.0+", - "authors": [ - { - "name": "Ilya Rumyantsev", - "email": "explosivebit@gmail.com" - }, - { - "name": "Alvian Burhanuddin", - "email": "alvianthelfarqy@gmail.com" - } - ], - "minimum-stability": "dev", - "require": { - "yiisoft/yii2": "*", - "triagens/arangodb": "~3.2" - }, - "require-dev": { - "yiisoft/yii2-debug": "*" - }, - "autoload": { - "psr-4": { - "explosivebit\\arangodb\\": "" - } - } -}