{
    "name": "beycan/web3.php",
    "version": "1.1.7",
    "description": "Ethereum web3 interface.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "sc0Vu",
            "email": "alk03073135@gmail.com"
        }
    ],
    "require": {
        "guzzlehttp/guzzle": "^6.3|^7.0",
        "PHP": "^7.2|^8.0",
        "kornrunner/keccak": "~1.0",
        "phpseclib/phpseclib": "~2.0.30",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "~8.0|~9.0"
    },
    "autoload": {
        "psr-4": {
            "Web3\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Test\\": "test/"
        }
    }
}