From 24ff4cd6971e97107e5943ec1851c612b4ab84a5 Mon Sep 17 00:00:00 2001 From: _alvian Date: Mon, 9 Oct 2017 13:07:44 +0700 Subject: [PATCH] git fix name and dependencies --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0e4c6bd..125d578 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "explosivebit/yii2-arangodb", + "name": "akupeduli/yii2-arangodb", "description": "Yii2 arangodb components", "type": "yii2-extension", "keywords": ["yii2","arangodb"], @@ -8,12 +8,16 @@ { "name": "Ilya Rumyantsev", "email": "explosivebit@gmail.com" + }, + { + "name": "Alvian Burhanuddin", + "email": "alvianthelfarqy@gmail.com" } ], "minimum-stability": "dev", "require": { "yiisoft/yii2": "*", - "triagens/arangodb": "*" + "triagens/arangodb": "~3.2" }, "require-dev": { "yiisoft/yii2-debug": "*" @@ -23,4 +27,4 @@ "explosivebit\\arangodb\\": "" } } -} \ No newline at end of file +}