From a14fb0709fecdfabdf9f72fcdf4b70c3f92a242f Mon Sep 17 00:00:00 2001 From: Mirzaev Date: Sun, 18 Dec 2022 21:50:47 +1000 Subject: [PATCH] composer json --- composer.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 88f920c..b3a82d3 100644 --- a/composer.json +++ b/composer.json @@ -1,19 +1,20 @@ { "name": "mirzaev/yii2-arangodb", - "description": "Library for connecting ArangoDB-PHP to Yii2", + "description": "Library for connecting ArangoDB to Yii2", + "readme": "README.md", "keywords": [ "Yii2", "ArangoDB" ], "type": "yii2-extension", - "license": "AGPL-3.0-or-later", - "homepage": "https://git.hood.su/mirzaev/yii2/arangodb", + "license": "WTFPL", + "homepage": "https://git.mirzaev.sexy/mirzaev/yii2-arangodb", "authors": [ { "name": "Arsen Mirzaev Tatyano-Muradovich", - "email": "red@hood.su", - "homepage": "https://hood.su/mirzaev", - "role": "Developer" + "email": "arsen@mirzaev.sexy", + "homepage": "https://mirzaev.sexy", + "role": "Programmer" }, { "name": "Ilya Rumyantsev", @@ -42,4 +43,4 @@ "mirzaev\\yii2\\arangodb\\tests\\": "mirzaev/yii2/arangodb/tests" } } -} \ No newline at end of file +}