2014-06-16 13:49:22 +08:00
|
|
|
{
|
2017-10-09 13:07:44 +07:00
|
|
|
"name": "akupeduli/yii2-arangodb",
|
2014-06-16 13:49:22 +08:00
|
|
|
"description": "Yii2 arangodb components",
|
|
|
|
"type": "yii2-extension",
|
|
|
|
"keywords": ["yii2","arangodb"],
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"authors": [
|
|
|
|
{
|
2017-04-14 04:44:05 +07:00
|
|
|
"name": "Ilya Rumyantsev",
|
|
|
|
"email": "explosivebit@gmail.com"
|
2017-10-09 13:07:44 +07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Alvian Burhanuddin",
|
|
|
|
"email": "alvianthelfarqy@gmail.com"
|
2014-06-16 13:49:22 +08:00
|
|
|
}
|
|
|
|
],
|
2014-08-12 14:33:20 +08:00
|
|
|
"minimum-stability": "dev",
|
2014-06-16 13:49:22 +08:00
|
|
|
"require": {
|
|
|
|
"yiisoft/yii2": "*",
|
2017-10-09 13:07:44 +07:00
|
|
|
"triagens/arangodb": "~3.2"
|
2014-06-16 13:49:22 +08:00
|
|
|
},
|
2014-08-12 14:33:20 +08:00
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-debug": "*"
|
|
|
|
},
|
2014-06-16 13:49:22 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-04-14 04:44:05 +07:00
|
|
|
"explosivebit\\arangodb\\": ""
|
2014-06-16 13:49:22 +08:00
|
|
|
}
|
|
|
|
}
|
2017-10-09 13:07:44 +07:00
|
|
|
}
|