Небольшие правки

This commit is contained in:
RedHood 2021-01-19 22:29:25 +10:00
parent 6c308b92e7
commit b1f31103eb
5 changed files with 17 additions and 40 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor

View File

@ -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": {
@ -33,4 +42,4 @@
"mirzaev\\yii2\\arangodb\\tests\\": "mirzaev/yii2-arangodb/tests"
}
}
}
}

View File

@ -1,3 +0,0 @@
composer.phar
composer.lock
vendor

View File

@ -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\\": ""
}
}
}