accounts/composer.json

51 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "mirzaev/accounts",
"type": "library",
2022-11-06 06:37:31 +07:00
"description": "Simple accounts manager",
"readme": "README.md",
"keywords": [
"accounts"
],
"homepage": "https://git.mirzaev.sexy/mirzaev/accounts",
"license": "WTFPL",
"authors": [
{
2022-11-06 06:37:31 +07:00
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
2022-11-06 06:37:31 +07:00
"homepage": "https://mirzaev.sexy",
"role": "Programmer"
}
],
"support": {
2022-11-06 06:37:31 +07:00
"email": "arsen@mirzaev.sexy",
"wiki": "https://git.mirzaev.sexy/mirzaev/accounts/wiki",
"issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues"
},
2022-11-06 06:37:31 +07:00
"funding": [
{
"type": "funding",
"url": "https://fund.mirzaev.sexy"
}
],
"require": {
"php": "~8.1",
"ext-dom": "20031129",
2022-11-06 06:47:32 +07:00
"ext-libxml": "~8.1.1",
2022-11-06 06:50:49 +07:00
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
"phpdocumentor/phpdocumentor": ">=2.9",
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"mirzaev\\accounts\\": "mirzaev/accounts/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\accounts\\tests\\": "mirzaev/accounts/tests"
}
}
}