unchainer/composer.json

55 lines
1.1 KiB
JSON
Raw Normal View History

2025-02-04 18:02:15 +07:00
{
"name": "mirzaev/unchainer",
"description": "Mutual aid Telegram chat-robot",
2025-02-04 23:24:25 +07:00
"homepage": "https://git.svoboda.works/mirzaev/unchainer",
"type": "chat-robot",
2025-02-04 18:02:15 +07:00
"keywords": [
2025-02-04 23:24:25 +07:00
"mirzaev",
"telegram",
"minimal",
"mutual aid",
"anarchism"
2025-02-04 18:02:15 +07:00
],
"readme": "README.md",
"license": "WTFPL",
"authors": [
{
2025-02-04 23:24:25 +07:00
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
2025-02-04 18:02:15 +07:00
"role": "Programmer"
}
],
"support": {
2025-02-04 23:24:25 +07:00
"wiki": "https://git.svoboda.works/mirzaev/unchainer/wiki",
"issues": "https://git.svoboda.works/mirzaev/unchainer/issues"
2025-02-04 18:02:15 +07:00
},
"require": {
"php": "^8.4",
2025-02-04 23:24:25 +07:00
"mirzaev/minimal": "^3.4.0",
"mirzaev/baza": "^3.1.0",
"svoboda/time": "^1.0",
"badfarm/zanzara": "^0.9.1",
"react/filesystem": "^0.1.2"
2025-02-04 18:02:15 +07:00
},
"autoload": {
"psr-4": {
"mirzaev\\unchainer\\": "mirzaev/unchainer/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\unchainer\\tests\\": "mirzaev/unchainer/tests"
}
},
"scripts": {
"pre-update-cmd": "./install.sh"
2025-02-04 23:24:25 +07:00
},
"config": {
"allow-plugins": {
"php-http/discovery": false,
"wyrihaximus/composer-update-bin-autoload-path": true
}
2025-02-04 18:02:15 +07:00
}
}