34 lines
760 B
JSON
34 lines
760 B
JSON
{
|
|
"": "",
|
|
"description": "Yii2 arangodb components",
|
|
"type": "yii2-extension",
|
|
"keywords": ["yii2","arangodb"],
|
|
"license": "GPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Kozhevnikov",
|
|
"email": "b37hr3z3n@gmail.com"
|
|
},
|
|
{
|
|
"name": "Evgeny Dubovitsky",
|
|
"email": "flynn068@gmail.com"
|
|
},
|
|
{
|
|
"name": "Pavel Fedotov",
|
|
"email": "fps.06@mail.ru"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"yiisoft/yii2": "*",
|
|
"triagens/arangodb": "*"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-debug": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"devgroup\\arangodb\\": ""
|
|
}
|
|
}
|
|
} |