{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "940cd7a58dbddad5ed8192d79e2e8abd", "packages": [ { "name": "bitwasp/bitcoin", "version": "v0.0.35.0", "source": { "type": "git", "url": "https://github.com/Bit-Wasp/bitcoin-php.git", "reference": "3dba2e678a6111ae81984637f51b23f760196000" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bit-Wasp/bitcoin-php/zipball/3dba2e678a6111ae81984637f51b23f760196000", "reference": "3dba2e678a6111ae81984637f51b23f760196000", "shasum": "" }, "require": { "bitwasp/buffertools": "^0.4.0", "bitwasp/secp256k1-php": "^0.1.2", "composer/semver": "^1.4.0", "ext-bcmath": "*", "ext-gmp": "*", "ext-openssl": "*", "lastguest/murmurhash": "v1.3.0", "mdanter/ecc": "^0.4.0", "paragonie/random_compat": "^1.4.0|^2.0.0", "php-64bit": ">=5.6", "pleonasm/merkle-tree": "1.0.0" }, "require-dev": { "bitwasp/testing-php": "^0.1.1", "ext-json": "*", "nbobtc/bitcoind-php": "^2.0.0", "phpunit/phpunit": "^5.4.0", "squizlabs/php_codesniffer": "^2.0.0" }, "type": "library", "autoload": { "psr-4": { "BitWasp\\Bitcoin\\": "src/" }, "files": [ "src/Script/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Unlicense" ], "authors": [ { "name": "Thomas Kerin", "homepage": "https://thomaskerin.io", "role": "Author" } ], "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings", "homepage": "https://github.com/bit-wasp/bitcoin-php", "time": "2018-03-12T20:36:54+00:00" }, { "name": "bitwasp/buffertools", "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/Bit-Wasp/buffertools-php.git", "reference": "5ac7578fc00d093075a493320bd0a01d1ae0128c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bit-Wasp/buffertools-php/zipball/5ac7578fc00d093075a493320bd0a01d1ae0128c", "reference": "5ac7578fc00d093075a493320bd0a01d1ae0128c", "shasum": "" }, "require": { "mdanter/ecc": "~0.4" }, "require-dev": { "phpunit/phpunit": "~5.0", "satooshi/php-coveralls": "~0.6.1", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "BitWasp\\Buffertools\\": "src/Buffertools/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Kerin", "homepage": "https://thomaskerin.io" }, { "name": "Ruben de Vries", "email": "ruben@rubensayshi.com" } ], "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.", "time": "2017-06-21T18:23:36+00:00" }, { "name": "bitwasp/secp256k1-php", "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/Bit-Wasp/secp256k1-php.git", "reference": "0ad10c06f36fa5caea6f7276315c2fae6262708e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bit-Wasp/secp256k1-php/zipball/0ad10c06f36fa5caea6f7276315c2fae6262708e", "reference": "0ad10c06f36fa5caea6f7276315c2fae6262708e", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^6.5", "squizlabs/php_codesniffer": "2.*", "symfony/yaml": "^3.4" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "Unlicense" ], "authors": [ { "name": "Ruben de Vries", "email": "ruben@rubensayshi.com" }, { "name": "Thomas Kerin", "email": "afk11@users.noreply.github.com" } ], "description": "PHP Extension with bindings for bitcoin/secp256k1.", "keywords": [ "ECDSA", "bitcoin", "bitwasp", "cryptocurrency", "ecc", "extension", "php", "secp256k1" ], "time": "2018-02-17T14:24:05+00:00" }, { "name": "btccom/bitwasp-bitcoin-bch-addon", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/btccom/bitwasp-bitcoin-bch-addon.git", "reference": "1eae2fd528b094e0aa9185ecfe5946401b339101" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/btccom/bitwasp-bitcoin-bch-addon/zipball/1eae2fd528b094e0aa9185ecfe5946401b339101", "reference": "1eae2fd528b094e0aa9185ecfe5946401b339101", "shasum": "" }, "require": { "bitwasp/bitcoin": "0.0.35.0", "btccom/cashaddress": "v0.0.3" }, "require-dev": { "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "v2.0.0" }, "type": "library", "autoload": { "psr-4": { "Btccom\\BitcoinCash\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "btccom" } ], "description": "Bridge to bitwasp/bitcoin for bch.", "homepage": "https://github.com/btccom/bitwasp-bitcoin-bch-addon", "keywords": [ "bcash", "bch", "bitcoin cash", "cashaddr" ], "time": "2018-03-18T19:04:00+00:00" }, { "name": "btccom/cashaddress", "version": "v0.0.3", "source": { "type": "git", "url": "https://github.com/btccom/cashaddress-php.git", "reference": "29501f7875eca5325d61b4634714028db78bfc5f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/btccom/cashaddress-php/zipball/29501f7875eca5325d61b4634714028db78bfc5f", "reference": "29501f7875eca5325d61b4634714028db78bfc5f", "shasum": "" }, "require": { "ext-gmp": "*" }, "require-dev": { "ext-json": "*", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.2" }, "type": "library", "autoload": { "psr-4": { "CashAddr\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Implementation of bitcoin cash base32 addresses", "homepage": "https://github.com/btccom/cashaddr-php", "keywords": [ "base32", "bitcoin cash", "cashaddr" ], "time": "2017-12-29T20:01:44+00:00" }, { "name": "composer/semver", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "time": "2016-08-30T16:08:34+00:00" }, { "name": "fgrosse/phpasn1", "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/fgrosse/PHPASN1.git", "reference": "40244500384f8b96f5952076f3e05fb56a815c55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/40244500384f8b96f5952076f3e05fb56a815c55", "reference": "40244500384f8b96f5952076f3e05fb56a815c55", "shasum": "" }, "require": { "ext-gmp": "*", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "~4.5", "satooshi/php-coveralls": "dev-master" }, "suggest": { "php-curl": "For loading OID information from the web if they have not bee defined statically" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5.x-dev" } }, "autoload": { "psr-4": { "FG\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Friedrich Große", "email": "friedrich.grosse@gmail.com", "homepage": "https://github.com/FGrosse", "role": "Author" }, { "name": "All contributors", "homepage": "https://github.com/FGrosse/PHPASN1/contributors" } ], "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", "homepage": "https://github.com/FGrosse/PHPASN1", "keywords": [ "DER", "asn.1", "asn1", "ber", "binary", "decoding", "encoding", "x.509", "x.690", "x509", "x690" ], "time": "2017-12-17T10:18:20+00:00" }, { "name": "lastguest/murmurhash", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/lastguest/murmurhash-php.git", "reference": "8eb06483456bc98f5adb7707d981a8ef6a065fa2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/8eb06483456bc98f5adb7707d981a8ef6a065fa2", "reference": "8eb06483456bc98f5adb7707d981a8ef6a065fa2", "shasum": "" }, "require": { "php": ">=4.3" }, "type": "library", "autoload": { "files": [ "murmurhash3.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stefano Azzolini", "email": "lastguest@gmail.com", "homepage": "https://github.com/lastguest/murmurhash-php" } ], "description": "MurmurHash3 Hash", "homepage": "https://github.com/lastguest/murmurhash-php", "keywords": [ "hash", "hashing", "murmur" ], "time": "2016-05-16T23:22:58+00:00" }, { "name": "mdanter/ecc", "version": "v0.4.5", "source": { "type": "git", "url": "https://github.com/phpecc/phpecc.git", "reference": "9ed6017fbae2fd1105e0d81e703007d353b7587b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpecc/phpecc/zipball/9ed6017fbae2fd1105e0d81e703007d353b7587b", "reference": "9ed6017fbae2fd1105e0d81e703007d353b7587b", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "~1.5", "paragonie/random_compat": "^1|^2", "php": ">=5.6.0, <7.2" }, "require-dev": { "phpunit/phpunit": "~4.1|~5.0", "squizlabs/php_codesniffer": "~2", "symfony/yaml": "~2.6|~3.0" }, "type": "library", "autoload": { "psr-4": { "Mdanter\\Ecc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matyas Danter", "homepage": "http://matejdanter.com/", "role": "Author" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io", "homepage": "http://aztech.io", "role": "Maintainer" } ], "description": "PHP Elliptic Curve Cryptography library", "homepage": "https://github.com/phpecc/phpecc", "keywords": [ "Diffie", "ECDSA", "Hellman", "curve", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp521", "phpecc", "secp256k1" ], "time": "2017-12-12T12:13:30+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.17", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "time": "2018-07-04T16:31:37+00:00" }, { "name": "pleonasm/merkle-tree", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/pleonasm/merkle-tree.git", "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/9ddc9d0a0e396750fada378f3aa90f6c02dd56a1", "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "ext-xdebug": ">=2.2.0", "phpunit/php-invoker": ">=1.0.0,<1.2.0", "phpunit/phpunit": "3.7.19", "satooshi/php-coveralls": "*@dev", "squizlabs/php_codesniffer": "*" }, "type": "library", "autoload": { "psr-0": { "Pleo": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Matthew Nagi", "email": "matthew.nagi@base-2.net" } ], "description": "An implementation of a Merkle Tree in PHP", "time": "2013-05-22T20:46:20+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "btccom/bitwasp-bitcoin-bch-addon": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }