Небольшие правки
This commit is contained in:
parent
6c308b92e7
commit
b1f31103eb
|
@ -0,0 +1 @@
|
|||
/vendor
|
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"name": "mirzaev/yii2-arangodb",
|
||||
"description": "Library for connecting ArangoDB-PHP to Yii2",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"Yii2",
|
||||
"ArangoDB"
|
||||
],
|
||||
"type": "yii2-extension",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"homepage": "https://git.hood.su/mirzaev/yii2/arangodb",
|
||||
"authors": [
|
||||
|
@ -12,16 +16,21 @@
|
|||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"homepage": "https://github.com/explosivebit/yii2-arangodb",
|
||||
"role": "Old fork (abandoned)"
|
||||
"name": "Ilya Rumyantsev",
|
||||
"email": "explosivebit@gmail.com"
|
||||
},
|
||||
{
|
||||
"homepage": "https://github.com/DevGroup-ru/yii2-arangodb",
|
||||
"role": "Original repository (abandoned)"
|
||||
"name": "Alvian Burhanuddin",
|
||||
"email": "alvianthelfarqy@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.0.0"
|
||||
"php": "^8.0.0",
|
||||
"yiisoft/yii2": "*",
|
||||
"triagens/arangodb": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"yiisoft/yii2-debug": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
composer.phar
|
||||
composer.lock
|
||||
vendor
|
|
@ -1,30 +0,0 @@
|
|||
{
|
||||
"name": "elfarqy/yii2-arangodb",
|
||||
"description": "Yii2 arangodb components",
|
||||
"type": "yii2-extension",
|
||||
"keywords": ["yii2","arangodb"],
|
||||
"license": "GPL-3.0+",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ilya Rumyantsev",
|
||||
"email": "explosivebit@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Alvian Burhanuddin",
|
||||
"email": "alvianthelfarqy@gmail.com"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"yiisoft/yii2": "*",
|
||||
"triagens/arangodb": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"yiisoft/yii2-debug": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"explosivebit\\arangodb\\": ""
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue