{
    "packages": [
        {
            "name": "guzzlehttp/guzzle",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "8459341c16f96b9610dcdfe22bd3060d60c0da04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8459341c16f96b9610dcdfe22bd3060d60c0da04",
                "reference": "8459341c16f96b9610dcdfe22bd3060d60c0da04",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5",
                "guzzlehttp/psr7": "^1.9 || ^2.4",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.1",
                "ext-curl": "*",
                "php-http/client-integration-tests": "^3.0",
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2022-08-29T11:03:19+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "7.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/master"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "b94b2807d85443f9719887892882d0329d1e2598"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
                "reference": "b94b2807d85443f9719887892882d0329d1e2598",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2022-08-28T14:55:35+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.5.2"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379",
                "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.1",
                "http-interop/http-factory-tests": "^0.9",
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2022-08-28T14:45:39+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.4.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "jsonrpc/jsonrpc",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/johnstevenson/jsonrpc.git",
                "reference": "8cd385ae8b10bfe74d52a22661c8a0511b04fd48"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnstevenson/jsonrpc/zipball/8cd385ae8b10bfe74d52a22661c8a0511b04fd48",
                "reference": "8cd385ae8b10bfe74d52a22661c8a0511b04fd48",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2013-04-12T10:33:44+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JsonRpc": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "JSON-RPC 2.0 client/server implementation",
            "homepage": "http://github.com/johnstevenson/jsonrpc",
            "keywords": [
                "api",
                "json",
                "json-rpc",
                "rpc"
            ],
            "support": {
                "issues": "https://github.com/johnstevenson/jsonrpc/issues",
                "source": "https://github.com/johnstevenson/jsonrpc/tree/master"
            },
            "install-path": "../jsonrpc/jsonrpc"
        },
        {
            "name": "kornrunner/keccak",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kornrunner/php-keccak.git",
                "reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/433749d28e117fb97baf9f2631b92b5d9ab3c890",
                "reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "symfony/polyfill-mbstring": "^1.8"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.2"
            },
            "time": "2020-12-07T15:40:44+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"
            ],
            "support": {
                "issues": "https://github.com/kornrunner/php-keccak/issues",
                "source": "https://github.com/kornrunner/php-keccak/tree/1.1.0"
            },
            "install-path": "../kornrunner/keccak"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.x-dev",
            "version_normalized": "2.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/phpseclib/phpseclib.git",
                "reference": "73b149ea6d7bcf116d2cc007f02826e04a9ac17f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/73b149ea6d7bcf116d2cc007f02826e04a9ac17f",
                "reference": "73b149ea6d7bcf116d2cc007f02826e04a9ac17f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "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.",
                "ext-xml": "Install the XML extension to load XML formatted public keys."
            },
            "time": "2022-09-14T04:59:59+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"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpseclib/phpseclib"
        },
        {
            "name": "psr/http-client",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "22b2ef5687f43679481615605d7a15c557ce85b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/22b2ef5687f43679481615605d7a15c557ce85b1",
                "reference": "22b2ef5687f43679481615605d7a15c557ce85b1",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0"
            },
            "time": "2020-09-19T09:12:31+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client/tree/master"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "5a4f141ac2e5bc35e615134f127e1833158d2944"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/5a4f141ac2e5bc35e615134f127e1833158d2944",
                "reference": "5a4f141ac2e5bc35e615134f127e1833158d2944",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0"
            },
            "time": "2022-07-14T07:21:53+00:00",
            "default-branch": true,
            "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": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory/tree/master"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
                "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2019-08-29T13:16:46+00:00",
            "default-branch": true,
            "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"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "install-path": "../psr/http-message"
        },
        {
            "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.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "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",
            "support": {
                "issues": "https://github.com/simplito/bigint-wrapper-php/issues",
                "source": "https://github.com/simplito/bigint-wrapper-php/tree/1.0.0"
            },
            "install-path": "../simplito/bigint-wrapper-php"
        },
        {
            "name": "simplito/bn-php",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplito/bn-php.git",
                "reference": "189167f940cdb681288a967b0f4d66de81adcd97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplito/bn-php/zipball/189167f940cdb681288a967b0f4d66de81adcd97",
                "reference": "189167f940cdb681288a967b0f4d66de81adcd97",
                "shasum": ""
            },
            "require": {
                "simplito/bigint-wrapper-php": "~1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "time": "2022-08-12T18:58:14+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",
            "support": {
                "issues": "https://github.com/simplito/bn-php/issues",
                "source": "https://github.com/simplito/bn-php/tree/1.1.3"
            },
            "install-path": "../simplito/bn-php"
        },
        {
            "name": "simplito/elliptic-php",
            "version": "1.0.10",
            "version_normalized": "1.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplito/elliptic-php.git",
                "reference": "a6228f480c729cf8efe2650a617c8500e981716d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplito/elliptic-php/zipball/a6228f480c729cf8efe2650a617c8500e981716d",
                "reference": "a6228f480c729cf8efe2650a617c8500e981716d",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "simplito/bn-php": "~1.1.0"
            },
            "require-dev": {
                "phpbench/phpbench": "@dev",
                "phpunit/phpunit": "*"
            },
            "time": "2022-08-12T19:00:25+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",
                "curve25519-weier",
                "ecc",
                "ecdh",
                "elliptic",
                "nistp192",
                "nistp224",
                "nistp256",
                "nistp384",
                "nistp521",
                "secp256k1"
            ],
            "support": {
                "issues": "https://github.com/simplito/elliptic-php/issues",
                "source": "https://github.com/simplito/elliptic-php/tree/1.0.10"
            },
            "install-path": "../simplito/elliptic-php"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/4912000e79dc2d6df029d35d8755be1ed79b6691",
                "reference": "4912000e79dc2d6df029d35d8755be1ed79b6691",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2022-05-20T13:56:22+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.2-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/main"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
                "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2022-05-24T11:49:31+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.26-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "web3p/ethereum-tx",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/web3p/ethereum-tx.git",
                "reference": "8ac85cd7a21914821fc169fc1f24aa6fa198e5df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web3p/ethereum-tx/zipball/8ac85cd7a21914821fc169fc1f24aa6fa198e5df",
                "reference": "8ac85cd7a21914821fc169fc1f24aa6fa198e5df",
                "shasum": ""
            },
            "require": {
                "kornrunner/keccak": "~1",
                "php": "^7.1|^8.0",
                "simplito/elliptic-php": "~1.0.6",
                "web3p/ethereum-util": "~0.1.3",
                "web3p/rlp": "0.3.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~7|~8.0"
            },
            "time": "2021-12-28T14:11:01+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Web3p\\EthereumTx\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                }
            ],
            "description": "Ethereum transaction library in PHP.",
            "support": {
                "issues": "https://github.com/web3p/ethereum-tx/issues",
                "source": "https://github.com/web3p/ethereum-tx/tree/master"
            },
            "install-path": "../web3p/ethereum-tx"
        },
        {
            "name": "web3p/ethereum-util",
            "version": "0.1.3",
            "version_normalized": "0.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web3p/ethereum-util.git",
                "reference": "77a860f35028eae57cd7e7a044ab6c11ffe1ad9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web3p/ethereum-util/zipball/77a860f35028eae57cd7e7a044ab6c11ffe1ad9e",
                "reference": "77a860f35028eae57cd7e7a044ab6c11ffe1ad9e",
                "shasum": ""
            },
            "require": {
                "kornrunner/keccak": "~1",
                "php": "^7.1 | ^8.0",
                "simplito/elliptic-php": "~1.0.6"
            },
            "require-dev": {
                "phpunit/phpunit": "~7 | ~8.0"
            },
            "time": "2021-06-05T05:35:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Web3p\\EthereumUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                }
            ],
            "description": "A collection of utility functions for Ethereum written in PHP.",
            "support": {
                "issues": "https://github.com/web3p/ethereum-util/issues",
                "source": "https://github.com/web3p/ethereum-util/tree/0.1.3"
            },
            "install-path": "../web3p/ethereum-util"
        },
        {
            "name": "web3p/rlp",
            "version": "0.3.4",
            "version_normalized": "0.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/web3p/rlp.git",
                "reference": "1653af23142863b490bdf22c6d0335bdb588c983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web3p/rlp/zipball/1653af23142863b490bdf22c6d0335bdb588c983",
                "reference": "1653af23142863b490bdf22c6d0335bdb588c983",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~7|~8.0"
            },
            "time": "2021-08-30T10:22:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Web3p\\RLP\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                }
            ],
            "description": "Recursive Length Prefix Encoding in PHP.",
            "support": {
                "issues": "https://github.com/web3p/rlp/issues",
                "source": "https://github.com/web3p/rlp/tree/0.3.4"
            },
            "install-path": "../web3p/rlp"
        },
        {
            "name": "web3p/web3.php",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/web3p/web3.php.git",
                "reference": "cede0cc410363ec6182a732e98bb017e421352f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/web3p/web3.php/zipball/cede0cc410363ec6182a732e98bb017e421352f4",
                "reference": "cede0cc410363ec6182a732e98bb017e421352f4",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "guzzlehttp/guzzle": "^6.3|^7.0",
                "kornrunner/keccak": "~1.0",
                "php": "^7.2|^8.0",
                "phpseclib/phpseclib": "~2.0.30"
            },
            "require-dev": {
                "phpunit/phpunit": "~8.0|~9.0"
            },
            "time": "2022-03-07T04:41:49+00:00",
            "default-branch": true,
            "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.",
            "support": {
                "issues": "https://github.com/web3p/web3.php/issues",
                "source": "https://github.com/web3p/web3.php/tree/master"
            },
            "install-path": "../web3p/web3.php"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
