web3.php/composer.json
Developer Team - emroc GmbH 6cfcc24bb5 upgrade to phpseclib3
2022-04-28 15:42:30 +00:00

33 lines
679 B
JSON

{
"name": "web3p/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.2|^8.0",
"kornrunner/keccak": "~1.0",
"phpseclib/phpseclib": "~3.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": "~8.0|~9.0"
},
"autoload": {
"psr-4": {
"Web3\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\": "test/"
}
}
}