git fix name and dependencies

This commit is contained in:
_alvian 2017-10-09 13:07:44 +07:00
parent 7d44b5fa7b
commit 24ff4cd697

View File

@ -1,5 +1,5 @@
{ {
"name": "explosivebit/yii2-arangodb", "name": "akupeduli/yii2-arangodb",
"description": "Yii2 arangodb components", "description": "Yii2 arangodb components",
"type": "yii2-extension", "type": "yii2-extension",
"keywords": ["yii2","arangodb"], "keywords": ["yii2","arangodb"],
@ -8,12 +8,16 @@
{ {
"name": "Ilya Rumyantsev", "name": "Ilya Rumyantsev",
"email": "explosivebit@gmail.com" "email": "explosivebit@gmail.com"
},
{
"name": "Alvian Burhanuddin",
"email": "alvianthelfarqy@gmail.com"
} }
], ],
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"yiisoft/yii2": "*", "yiisoft/yii2": "*",
"triagens/arangodb": "*" "triagens/arangodb": "~3.2"
}, },
"require-dev": { "require-dev": {
"yiisoft/yii2-debug": "*" "yiisoft/yii2-debug": "*"