2014-06-16 13:49:22 +08:00
|
|
|
{
|
2014-06-16 13:54:56 +08:00
|
|
|
"name": "devgroup/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": [
|
|
|
|
{
|
|
|
|
"name": "Alexander Kozhevnikov",
|
|
|
|
"email": "b37hr3z3n@gmail.com"
|
2014-07-29 13:33:21 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Evgeny Dubovitsky",
|
|
|
|
"email": "flynn068@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pavel Fedotov",
|
|
|
|
"email": "fps.06@mail.ru"
|
2014-06-16 13:49:22 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"yiisoft/yii2": "*",
|
|
|
|
"triagens/arangodb": "*"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2014-06-16 13:54:56 +08:00
|
|
|
"devgroup\\arangodb\\": ""
|
2014-06-16 13:49:22 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|