web3.php/composer.json
2020-10-13 07:45:01 +03:00

33 lines
674 B
JSON

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