notchat/composer.json

48 lines
1016 B
JSON
Raw Permalink Normal View History

2024-01-11 06:54:59 +07:00
{
"name": "mirzaev/notchat",
"description": "Free P2P chat based on asdasd",
"readme": "README.md",
2024-02-02 18:04:48 +07:00
"keywords": [
"chat",
"p2p",
"blockchain"
],
2024-01-11 06:54:59 +07:00
"type": "site",
"homepage": "https://git.mirzaev.sexy/mirzaev/notchat",
"license": "WTFPL",
"authors": [
{
2024-02-02 18:04:48 +07:00
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
2024-01-11 06:54:59 +07:00
"role": "Programmer"
}
],
"support": {
"docs": "https://git.mirzaev.sexy/mirzaev/notchat/manual",
"issues": "https://git.mirzaev.sexy/mirzaev/notchat/issues"
},
"require": {
"php": "~8.3",
2024-02-02 18:04:48 +07:00
"ext-openswoole": "~20230831",
2024-01-11 06:54:59 +07:00
"mirzaev/minimal": "^2.2.0",
"twig/twig": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "~9.5"
},
"autoload": {
"psr-4": {
"mirzaev\\notchat\\": "mirzaev/notchat/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\notchat\\tests\\": "mirzaev/notchat/tests"
}
},
"scripts": {
"pre-update-cmd": "./install.sh"
}
}