generated from mirzaev/pot
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "svoboda/accounts",
|
|
"type": "site",
|
|
"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",
|
|
"email": "arsen@mirzaev.sexy",
|
|
"homepage": "https://mirzaev.sexy",
|
|
"role": "Programmer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "arsen@mirzaev.sexy",
|
|
"wiki": "https://git.svoboda.works/svoboda/accounts/wiki",
|
|
"issues": "https://git.svoboda.works/svoboda/accounts/issues"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "funding",
|
|
"url": "https://fund.svoboda.works"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "~8.4",
|
|
"ext-sodium": "~8.4",
|
|
"mirzaev/minimal": "^3.4.0",
|
|
"twig/twig": "^3.4",
|
|
"guzzlehttp/guzzle": "^7.5",
|
|
"scripturadesign/markov": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"svoboda\\accounts\\": "svoboda/accounts/system"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"svoboda\\accounts\\tests\\": "svoboda/accounts/tests"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"pre-update-cmd": "./install.sh"
|
|
}
|
|
}
|