Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/public_html/wp-content/plugins/mycryptocheckout/vendor/bitwasp/bitcoin/ |
Upload File : |
{ "name": "bitwasp/bitcoin", "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings", "type": "library", "homepage": "https://github.com/bit-wasp/bitcoin-php", "license": "Unlicense", "authors": [ { "name": "Thomas Kerin", "homepage": "https://thomaskerin.io", "role": "Author" } ], "autoload": { "psr-4": { "BitWasp\\Bitcoin\\": "src/" }, "files": ["src/Script/functions.php"] }, "autoload-dev": { "psr-4": { "BitWasp\\Bitcoin\\Tests\\": "tests/" } }, "require": { "php-64bit": ">=5.6", "ext-gmp": "*", "ext-openssl": "*", "ext-bcmath": "*", "paragonie/random_compat": "^1.4.0|^2.0.0", "pleonasm/merkle-tree": "1.0.0", "composer/semver": "^1.4.0", "lastguest/murmurhash": "v1.3.0", "mdanter/ecc": "^0.4.0", "bitwasp/buffertools": "^0.4.0", "bitwasp/secp256k1-php": "^0.1.2" }, "require-dev": { "ext-json": "*", "phpunit/phpunit": "^5.4.0", "squizlabs/php_codesniffer": "^2.0.0", "nbobtc/bitcoind-php": "^2.0.0", "bitwasp/testing-php": "^0.1.1" } }