22 lines
494 B
JSON
22 lines
494 B
JSON
|
{
|
||
|
"name": "bethrezen/yii2-arangodb",
|
||
|
"description": "Yii2 arangodb components",
|
||
|
"type": "yii2-extension",
|
||
|
"keywords": ["yii2","arangodb"],
|
||
|
"license": "GPL-3.0+",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Alexander Kozhevnikov",
|
||
|
"email": "b37hr3z3n@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"yiisoft/yii2": "*",
|
||
|
"triagens/arangodb": "*"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"bethrezen\\arangodb\\": ""
|
||
|
}
|
||
|
}
|
||
|
}
|