[
    {
        "name": "fgrosse/phpasn1",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fgrosse/PHPASN1.git",
            "reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
            "reference": "7ebf2a09084a7bbdb7b879c66fdf7ad80461bbe8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.3",
            "satooshi/php-coveralls": "~2.0"
        },
        "suggest": {
            "ext-gmp": "GMP is the preferred extension for big integer calculations",
            "php-curl": "For loading OID information from the web if they have not bee defined statically"
        },
        "time": "2018-12-02T01:34:34+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": "guzzlehttp/guzzle",
        "version": "6.5.2",
        "version_normalized": "6.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
            "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "ext-intl": "Required for Internationalized Domain Name (IDN) support",
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2019-12-23T11:57:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "iexbase/tron-api",
        "version": "v2.0.7",
        "version_normalized": "2.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/iexbase/tron-api.git",
            "reference": "d1e2937a67f831fa964dcdcc94ee8d8c95eedf9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/iexbase/tron-api/zipball/d1e2937a67f831fa964dcdcc94ee8d8c95eedf9c",
            "reference": "d1e2937a67f831fa964dcdcc94ee8d8c95eedf9c",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.3",
            "kornrunner/secp256k1": "^0.1.2",
            "php": "^7.1",
            "sc0vu/web3.php": "^0.1.4",
            "simplito/elliptic-php": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2019-11-14T21:11:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "IEXBase\\TronAPI\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Shamsudin Serderov",
                "email": "steein.shamsudin@gmail.com"
            }
        ],
        "description": "A PHP API for interacting with Tron (Trx)",
        "homepage": "https://github.com/iexbase/tron-api",
        "keywords": [
            "iexbase",
            "tron-api",
            "tron-lib",
            "tron-php",
            "tron-rest-api"
        ]
    },
    {
        "name": "kornrunner/keccak",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kornrunner/php-keccak.git",
            "reference": "ad761f528f4d1e3ce378b8a0841e5f82c9973535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/ad761f528f4d1e3ce378b8a0841e5f82c9973535",
            "reference": "ad761f528f4d1e3ce378b8a0841e5f82c9973535",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.0",
            "symfony/polyfill-mbstring": "^1.8"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "~7"
        },
        "time": "2018-07-30T22:16:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kornrunner\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Boris Momcilovic",
                "homepage": "https://github.com/kornrunner/php-keccak"
            }
        ],
        "description": "Pure PHP implementation of Keccak",
        "keywords": [
            "keccak",
            "sha-3",
            "sha3-256"
        ]
    },
    {
        "name": "kornrunner/secp256k1",
        "version": "0.1.2",
        "version_normalized": "0.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kornrunner/php-secp256k1.git",
            "reference": "915f0ef1ec748606a1117b171093266de349b058"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kornrunner/php-secp256k1/zipball/915f0ef1ec748606a1117b171093266de349b058",
            "reference": "915f0ef1ec748606a1117b171093266de349b058",
            "shasum": ""
        },
        "require": {
            "mdanter/ecc": "^0.5",
            "php": ">=7.1"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^7"
        },
        "time": "2019-01-16T17:01:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "kornrunner\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Boris Momčilović",
                "email": "boris.momcilovic@gmail.com"
            }
        ],
        "description": "Pure PHP secp256k1",
        "keywords": [
            "curve",
            "ecc",
            "elliptic",
            "secp256k1"
        ]
    },
    {
        "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": "phpseclib/phpseclib",
        "version": "2.0.27",
        "version_normalized": "2.0.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
            "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
            "sami/sami": "~2.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2020-04-04T23:17:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "sc0vu/web3.php",
        "version": "0.1.4",
        "version_normalized": "0.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sc0Vu/web3.php.git",
            "reference": "1fb7762eb7763b0ccdbac1483819606e9edc6a49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sc0Vu/web3.php/zipball/1fb7762eb7763b0ccdbac1483819606e9edc6a49",
            "reference": "1fb7762eb7763b0ccdbac1483819606e9edc6a49",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~6.0",
            "kornrunner/keccak": "~1.0",
            "php": "^7.1",
            "phpseclib/phpseclib": "~2.0.11"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0"
        },
        "time": "2018-06-24T14:45:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Web3\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "sc0Vu",
                "email": "alk03073135@gmail.com"
            }
        ],
        "description": "Ethereum web3 interface."
    },
    {
        "name": "simplito/bigint-wrapper-php",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplito/bigint-wrapper-php.git",
            "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplito/bigint-wrapper-php/zipball/cf21ec76d33f103add487b3eadbd9f5033a25930",
            "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930",
            "shasum": ""
        },
        "time": "2018-02-27T12:38:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BI\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simplito Team",
                "email": "s.smyczynski@simplito.com",
                "homepage": "https://simplito.com"
            }
        ],
        "description": "Common interface for php_gmp and php_bcmath modules"
    },
    {
        "name": "simplito/bn-php",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplito/bn-php.git",
            "reference": "e852fcd27e4acbc32459606d7606e45a85e42465"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplito/bn-php/zipball/e852fcd27e4acbc32459606d7606e45a85e42465",
            "reference": "e852fcd27e4acbc32459606d7606e45a85e42465",
            "shasum": ""
        },
        "require": {
            "simplito/bigint-wrapper-php": "~1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2018-04-12T11:07:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BN\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simplito Team",
                "email": "s.smyczynski@simplito.com",
                "homepage": "https://simplito.com"
            }
        ],
        "description": "Big number implementation compatible with bn.js"
    },
    {
        "name": "simplito/elliptic-php",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplito/elliptic-php.git",
            "reference": "15652609aa55968d56685c2a9120535ccdc00fd9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplito/elliptic-php/zipball/15652609aa55968d56685c2a9120535ccdc00fd9",
            "reference": "15652609aa55968d56685c2a9120535ccdc00fd9",
            "shasum": ""
        },
        "require": {
            "ext-gmp": "*",
            "simplito/bn-php": "~1.1.0"
        },
        "require-dev": {
            "phpbench/phpbench": "@dev",
            "phpunit/phpunit": "*"
        },
        "time": "2019-11-14T13:43:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Elliptic\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simplito Team",
                "email": "s.smyczynski@simplito.com",
                "homepage": "https://simplito.com"
            }
        ],
        "description": "Fast elliptic curve cryptography",
        "homepage": "https://github.com/simplito/elliptic-php",
        "keywords": [
            "Curve25519",
            "ECDSA",
            "Ed25519",
            "EdDSA",
            "cryptography",
            "curve",
            "ecc",
            "ecdh",
            "elliptic",
            "nistp192",
            "nistp224",
            "nistp256",
            "nistp384",
            "nistp521",
            "secp256k1"
        ]
    },
    {
        "name": "stephenhill/base58",
        "version": "v1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stephen-hill/base58php.git",
            "reference": "bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stephen-hill/base58php/zipball/bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99",
            "reference": "bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99",
            "shasum": ""
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "phpunit/phpunit": "4.*"
        },
        "time": "2019-08-22T16:51:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "StephenHill\\": "src/",
                "StephenHill\\Benchmarks\\": "benchmarks/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stephen Hill",
                "email": "stephen@gatekiller.co.uk"
            }
        ],
        "description": "Base58 Encoding and Decoding Library for PHP"
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    }
]
