{
    "name": "drlecks/simple-web3-php",
    "description": "Web3 library in PHP",
    "keywords": ["ethereum", "transaction", "jsonRPC", "eth", "signed transaction", "php", "web3", "contract", "account", "ABIv2"],
    "type": "library",
    "license": "MIT",

    "authors": [
        {
            "name": "drlecks",
            "email": "contacte@powdercode.com",
            "homepage": "https://github.com/drlecks/Simple-Web3-Php"
        }
    ],

    "require": { 
		"web3p/rlp": "0.3.4",
        "kornrunner/ethereum-offline-raw-tx": "^0.6.0",
        "kornrunner/keccak": "~1", 
        "phpseclib/phpseclib": "^3.0",
        "simplito/elliptic-php": "^1.0"
    },

    "autoload": {
        "psr-4": {
            "SWeb3\\": "Core/"
        }
    }

}
