Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b1f31103eb |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -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": {
|
||||
@@ -33,4 +42,4 @@
|
||||
"mirzaev\\yii2\\arangodb\\tests\\": "mirzaev/yii2-arangodb/tests"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
3
mirzaev/yii2-arangodb/.gitignore
vendored
3
mirzaev/yii2-arangodb/.gitignore
vendored
@@ -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\\": ""
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user