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 +}