{
    "name": "user/p2p-exchange-bot",
    "description": "A fully featured P2P exchange Telegram bot built in PHP using Longman Telegram Bot library and Alchemy for wallet management.",
    "type": "project",
    "require": {
        "php": "^8.1",
        "longman/telegram-bot": "^0.83",
        "guzzlehttp/guzzle": "^7.8",
        "web3p/web3.php": "dev-master",
        "vlucas/phpdotenv": "^5.6",

        "sop/asn1": "^3.4",
        "sop/crypto-encoding": "^0.2.0",
        "sop/crypto-types": "^0.2.1",
        "kornrunner/keccak": "^1.1",
        "just-luka/php-tron": "^1.1",
        "paragonie/ecc": "^2.5"
    },
    "autoload": {
        "psr-4": {
            "Bot\\": "src/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    }
}
