{ "name": "mirzaev/comrader", "description": "Dating by political views Telegram chat-robot", "homepage": "https://git.mirzaev.sexy/mirzaev/comrader", "type": "site", "keywords": [ "minimal" ], "readme": "README.md", "license": "WTFPL", "authors": [ { "name": "mirzaev", "email": "mirzaev@gmail.com", "homepage": "https://mirzaev.page", "role": "Programmer" } ], "support": { "wiki": "https://git.mirzaev.sexy/mirzaev/comrader/wiki", "issues": "https://git.mirzaev.sexy/mirzaev/comrader/issues" }, "require": { "php": "^8.4", "triagens/arangodb": "^3.8", "mirzaev/minimal": "^3.2.0", "mirzaev/arangodb": "^1.3", "twig/twig": "^3.10", "twig/extra-bundle": "^3.7", "twig/intl-extra": "^3.10" }, "require-dev": { "phpunit/phpunit": "~9.5" }, "autoload": { "psr-4": { "mirzaev\\comrader\\": "mirzaev/comrader/system" } }, "autoload-dev": { "psr-4": { "mirzaev\\comrader\\tests\\": "mirzaev/comrader/tests" } }, "scripts": { "pre-update-cmd": "./install.sh" } }