[
    {
        "name": "bitwasp/bech32",
        "version": "v0.0.1",
        "version_normalized": "0.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Bit-Wasp/bech32.git",
            "reference": "e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Bit-Wasp/bech32/zipball/e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7",
            "reference": "e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4.0",
            "squizlabs/php_codesniffer": "^2.0.0"
        },
        "time": "2018-02-05T22:23:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BitWasp\\Bech32\\": "src/"
            },
            "files": [
                "src/bech32.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Unlicense"
        ],
        "authors": [
            {
                "name": "Thomas Kerin",
                "homepage": "https://thomaskerin.io",
                "role": "Author"
            }
        ],
        "description": "Pure (no dependencies) implementation of bech32",
        "homepage": "https://github.com/bit-wasp/bech32"
    },
    {
        "name": "bitwasp/bitcoin",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Bit-Wasp/bitcoin-php.git",
            "reference": "65ff8384a15e805effcf600fb08cef3a0fc63824"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Bit-Wasp/bitcoin-php/zipball/65ff8384a15e805effcf600fb08cef3a0fc63824",
            "reference": "65ff8384a15e805effcf600fb08cef3a0fc63824",
            "shasum": ""
        },
        "require": {
            "bitwasp/bech32": "^0.0.1",
            "bitwasp/buffertools": "^0.5.0",
            "composer/semver": "^1.4.0",
            "lastguest/murmurhash": "v2.0.0",
            "mdanter/ecc": "^0.5.0",
            "php-64bit": ">=7.0",
            "pleonasm/merkle-tree": "1.0.0"
        },
        "require-dev": {
            "bitwasp/bitcoinconsensus": "v3.0.0",
            "bitwasp/secp256k1-php": "^v0.2.0",
            "ext-json": "*",
            "nbobtc/bitcoind-php": "v2.0.2",
            "phpunit/phpunit": "^5.4.0",
            "squizlabs/php_codesniffer": "^2.0.0"
        },
        "suggest": {
            "ext-bitcoinconsensus": "The bitcoinconsensus library for safest possible script verification",
            "ext-secp256k1": "The secp256k1 library for fast and safe elliptic curve operations"
        },
        "time": "2019-12-10T23:28:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "bitwasp/buffertools",
        "version": "v0.5.7",
        "version_normalized": "0.5.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Bit-Wasp/buffertools-php.git",
            "reference": "133746d0b514e0016d8479b54aa97475405a9f1f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Bit-Wasp/buffertools-php/zipball/133746d0b514e0016d8479b54aa97475405a9f1f",
            "reference": "133746d0b514e0016d8479b54aa97475405a9f1f",
            "shasum": ""
        },
        "require": {
            "php-64bit": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2020-01-17T21:31:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "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."
    },
    {
        "name": "composer/semver",
        "version": "1.7.2",
        "version_normalized": "1.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
            "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5 || ^5.0.5"
        },
        "time": "2020-12-03T15:47:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "fgrosse/phpasn1",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fgrosse/PHPASN1.git",
            "reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/20299033c35f4300eb656e7e8e88cf52d1d6694e",
            "reference": "20299033c35f4300eb656e7e8e88cf52d1d6694e",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.3",
            "satooshi/php-coveralls": "~2.0"
        },
        "suggest": {
            "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
            "ext-curl": "For loading OID information from the web if they have not bee defined statically",
            "ext-gmp": "GMP is the preferred extension for big integer calculations",
            "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
        },
        "time": "2021-04-24T19:01:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "lastguest/murmurhash",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lastguest/murmurhash-php.git",
            "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/4fb7516f67e695e5d7fa129d1bbb925ec0ebe408",
            "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.6.3",
            "phpunit/phpunit": "^5"
        },
        "time": "2017-10-10T15:16:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "lastguest\\": "src/lastguest/"
            }
        },
        "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"
        ]
    },
    {
        "name": "mdanter/ecc",
        "version": "v0.5.2",
        "version_normalized": "0.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpecc/phpecc.git",
            "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpecc/phpecc/zipball/b95f25cc1bacc83a9f0ccd375900b7cfd343029e",
            "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e",
            "shasum": ""
        },
        "require": {
            "ext-gmp": "*",
            "fgrosse/phpasn1": "^2.0",
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0",
            "squizlabs/php_codesniffer": "^2.0",
            "symfony/yaml": "^2.6|^3.0"
        },
        "time": "2018-12-03T18:17:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
            },
            {
                "name": "Thomas Kerin",
                "email": "afk11@users.noreply.github.com",
                "role": "Maintainer"
            }
        ],
        "description": "PHP Elliptic Curve Cryptography library",
        "homepage": "https://github.com/phpecc/phpecc",
        "keywords": [
            "Diffie",
            "ECDSA",
            "Hellman",
            "curve",
            "ecdh",
            "elliptic",
            "nistp192",
            "nistp224",
            "nistp256",
            "nistp384",
            "nistp521",
            "phpecc",
            "secp256k1",
            "secp256r1"
        ]
    },
    {
        "name": "pleonasm/merkle-tree",
        "version": "1.0.0",
        "version_normalized": "1.0.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": "*"
        },
        "time": "2013-05-22T20:46:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    }
]
