composer json
This commit is contained in:
parent
df1f06ad80
commit
a14fb0709f
|
@ -1,19 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "mirzaev/yii2-arangodb",
|
"name": "mirzaev/yii2-arangodb",
|
||||||
"description": "Library for connecting ArangoDB-PHP to Yii2",
|
"description": "Library for connecting ArangoDB to Yii2",
|
||||||
|
"readme": "README.md",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Yii2",
|
"Yii2",
|
||||||
"ArangoDB"
|
"ArangoDB"
|
||||||
],
|
],
|
||||||
"type": "yii2-extension",
|
"type": "yii2-extension",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "WTFPL",
|
||||||
"homepage": "https://git.hood.su/mirzaev/yii2/arangodb",
|
"homepage": "https://git.mirzaev.sexy/mirzaev/yii2-arangodb",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||||
"email": "red@hood.su",
|
"email": "arsen@mirzaev.sexy",
|
||||||
"homepage": "https://hood.su/mirzaev",
|
"homepage": "https://mirzaev.sexy",
|
||||||
"role": "Developer"
|
"role": "Programmer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ilya Rumyantsev",
|
"name": "Ilya Rumyantsev",
|
||||||
|
|
Loading…
Reference in New Issue