change composer package definition
This commit is contained in:
parent
094e92df66
commit
2f4c725b51
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "explosivebit/yii2-arangodb",
|
"name": "elfarqy/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": "*"
|
||||||
|
|
Loading…
Reference in New Issue