generated from mirzaev/pot
DUMB MOVING STARTED (DEVELOPING)
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
{
|
||||
"name": "mirzaev/site-account",
|
||||
"description": "API for intersite authentication",
|
||||
"readme": "README.md",
|
||||
"keywords": [
|
||||
"site",
|
||||
"api",
|
||||
"authentication"
|
||||
],
|
||||
"name": "svoboda/accounts",
|
||||
"type": "site",
|
||||
"homepage": "https://git.mirzaev.sexy/mirzaev/site-account",
|
||||
"description": "Accounts system site of the Svoboda organization",
|
||||
"keywords": [
|
||||
"accounts",
|
||||
"svoboda",
|
||||
"anarchism",
|
||||
"minimal"
|
||||
],
|
||||
"readme": "README.md",
|
||||
"license": "WTFPL",
|
||||
"homepage": "https://git.svoboda.works/svoboda/accounts",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
||||
@@ -20,23 +21,19 @@
|
||||
],
|
||||
"support": {
|
||||
"email": "arsen@mirzaev.sexy",
|
||||
"wiki": "https://git.mirzaev.sexy/mirzaev/site-account/wiki",
|
||||
"issues": "https://git.mirzaev.sexy/mirzaev/site-account/issues"
|
||||
"wiki": "https://git.svoboda.works/svoboda/accounts/wiki",
|
||||
"issues": "https://git.svoboda.works/svoboda/accounts/issues"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"type": "funding",
|
||||
"url": "https://fund.mirzaev.sexy"
|
||||
"url": "https://fund.svoboda.works"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "~8.2",
|
||||
"ext-sodium": "~8.2",
|
||||
"mirzaev/minimal": "^2.0.x-dev",
|
||||
"mirzaev/accounts": "~1.2.x-dev",
|
||||
"mirzaev/arangodb": "^1.0.0",
|
||||
"mirzaev/vk": "^5.0",
|
||||
"triagens/arangodb": "~3.9.x-dev",
|
||||
"php": "~8.4",
|
||||
"ext-sodium": "~8.4",
|
||||
"mirzaev/minimal": "^3.4.0",
|
||||
"twig/twig": "^3.4",
|
||||
"guzzlehttp/guzzle": "^7.5",
|
||||
"scripturadesign/markov": "^2.0"
|
||||
@@ -46,12 +43,15 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mirzaev\\site\\account\\": "mirzaev/site/account/system"
|
||||
"svoboda\\accounts\\": "svoboda/accounts/system"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"mirzaev\\site\\account\\tests\\": "mirzaev/site/account/tests"
|
||||
"svoboda\\accounts\\tests\\": "svoboda/accounts/tests"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pre-update-cmd": "./install.sh"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user