forked from mirzaev/arangodb
Compare commits
No commits in common. "stable" and "1.0.0" have entirely different histories.
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mirzaev/arangodb",
|
"name": "mirzaev/arangodb",
|
||||||
"description": "Simple PHP-framework for ArangoDB",
|
"description": "Реализация управления хранилищем данных ArangoDB",
|
||||||
"readme": "README.md",
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ArangoDB"
|
"ArangoDB"
|
||||||
],
|
],
|
||||||
|
@ -16,17 +15,6 @@
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
|
||||||
"email": "arsen@mirzaev.sexy",
|
|
||||||
"wiki": "https://git.mirzaev.sexy/mirzaev/arangodb/manual",
|
|
||||||
"issues": "https://git.mirzaev.sexy/mirzaev/arangodb/issues"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"type": "funding",
|
|
||||||
"url": "https://fund.mirzaev.sexy"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"triagens/arangodb": "~3.8"
|
"triagens/arangodb": "~3.8"
|
||||||
|
|
Loading…
Reference in New Issue