Removed space from versions of guzzlehttp, else second version was not working in laravel
33 lines
672 B
JSON
33 lines
672 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/"
|
|
}
|
|
}
|
|
}
|