{
    "packages": [
        {
            "name": "bamarni\/composer-bin-plugin",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/bamarni\/composer-bin-plugin.git",
                "reference": "a633e8b06d8bc44d7ee70a8cbebaa6ab1084c31c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/bamarni\/composer-bin-plugin\/zipball\/a633e8b06d8bc44d7ee70a8cbebaa6ab1084c31c",
                "reference": "a633e8b06d8bc44d7ee70a8cbebaa6ab1084c31c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "composer\/composer": "^2.0",
                "ext-json": "*",
                "phpstan\/extension-installer": "^1.1",
                "phpstan\/phpstan": "^1.8",
                "phpstan\/phpstan-phpunit": "^1.1",
                "phpunit\/phpunit": "^8.5 || ^9.6 || ^10.0",
                "symfony\/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony\/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony\/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
            },
            "time": "2024-11-05T11:41:17+00:00",
            "default-branch": true,
            "type": "composer-plugin",
            "extra": {
                "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Bamarni\\Composer\\Bin\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "No conflicts for your bin dependencies",
            "keywords": [
                "composer",
                "conflict",
                "dependency",
                "executable",
                "isolation",
                "tool"
            ],
            "support": {
                "issues": "https:\/\/github.com\/bamarni\/composer-bin-plugin\/issues",
                "source": "https:\/\/github.com\/bamarni\/composer-bin-plugin\/tree\/master"
            },
            "install-path": "..\/bamarni\/composer-bin-plugin"
        },
        {
            "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": {
                "files": [
                    "src\/bech32.php"
                ],
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\BitWasp\\Bech32\\": "src\/"
                }
            },
            "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",
            "support": {
                "issues": "https:\/\/github.com\/Bit-Wasp\/bech32\/issues",
                "source": "https:\/\/github.com\/Bit-Wasp\/bech32\/tree\/more-tests"
            },
            "install-path": "..\/bitwasp\/bech32"
        },
        {
            "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": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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.",
            "support": {
                "issues": "https:\/\/github.com\/Bit-Wasp\/buffertools-php\/issues",
                "source": "https:\/\/github.com\/Bit-Wasp\/buffertools-php\/tree\/v0.5.7"
            },
            "install-path": "..\/bitwasp\/buffertools"
        },
        {
            "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": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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"
            ],
            "support": {
                "irc": "irc:\/\/irc.freenode.org\/composer",
                "issues": "https:\/\/github.com\/composer\/semver\/issues",
                "source": "https:\/\/github.com\/composer\/semver\/tree\/1.7.2"
            },
            "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"
                }
            ],
            "install-path": ".\/semver"
        },
        {
            "name": "doctrine\/instantiator",
            "version": "1.5.x-dev",
            "version_normalized": "1.5.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/doctrine\/instantiator.git",
                "reference": "12be2483e1f0e850b353e26869e4e6c038459501"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/doctrine\/instantiator\/zipball\/12be2483e1f0e850b353e26869e4e6c038459501",
                "reference": "12be2483e1f0e850b353e26869e4e6c038459501",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine\/coding-standard": "^9 || ^12",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench\/phpbench": "^0.16 || ^1",
                "phpstan\/phpstan": "^1.4",
                "phpstan\/phpstan-phpunit": "^1",
                "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.6",
                "vimeo\/psalm": "^4.30 || ^5.4"
            },
            "time": "2023-12-09T14:16:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Doctrine\\Instantiator\\": "src\/Doctrine\/Instantiator\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https:\/\/ocramius.github.io\/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https:\/\/www.doctrine-project.org\/projects\/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "support": {
                "issues": "https:\/\/github.com\/doctrine\/instantiator\/issues",
                "source": "https:\/\/github.com\/doctrine\/instantiator\/tree\/1.5.x"
            },
            "funding": [
                {
                    "url": "https:\/\/www.doctrine-project.org\/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/www.patreon.com\/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/doctrine\/instantiator"
        },
        {
            "name": "fgrosse\/phpasn1",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/fgrosse\/PHPASN1.git",
                "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/fgrosse\/PHPASN1\/zipball\/42060ed45344789fb9f21f9f1864fc47b9e3507b",
                "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "php-coveralls\/php-coveralls": "~2.0",
                "phpunit\/phpunit": "^7.0 || ^8.0 || ^9.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": "2022-12-19T11:08:26+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\FG\\": "lib\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Gro\u00dfe",
                    "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"
            ],
            "support": {
                "issues": "https:\/\/github.com\/fgrosse\/PHPASN1\/issues",
                "source": "https:\/\/github.com\/fgrosse\/PHPASN1\/tree\/v2.5.0"
            },
            "abandoned": true,
            "install-path": "..\/fgrosse\/phpasn1"
        },
        {
            "name": "freemius\/wordpress-sdk",
            "version": "2.12.2",
            "version_normalized": "2.12.2.0",
            "dist": {
                "type": "zip",
                "url": "\/home\/olegabr\/freemius-2.12.2.zip"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "..\/freemius\/wordpress-sdk"
        },
        {
            "name": "guzzlehttp\/guzzle",
            "version": "7.4.2",
            "version_normalized": "7.4.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/guzzle.git",
                "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/ac1ec1cd9b5624694c3a40be801d94137afb12b4",
                "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp\/promises": "^1.5",
                "guzzlehttp\/psr7": "^1.8.3 || ^2.1",
                "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.4.1",
                "ext-curl": "*",
                "php-http\/client-integration-tests": "^3.0",
                "phpunit\/phpunit": "^8.5.5 || ^9.3.5",
                "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-03-20T14:16:28+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "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\/7.4.2"
            },
            "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": "1.5.2",
            "version_normalized": "1.5.2.0",
            "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",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/psr7.git",
                "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/c94a94f120803a18554c1805ef2e539f8285f9a2",
                "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
                "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.4.1",
                "http-interop\/http-factory-tests": "^0.9",
                "phpunit\/phpunit": "^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2022-03-20T21:55:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "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\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "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.2.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": "lastguest\/murmurhash",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/lastguest\/murmurhash-php.git",
                "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/lastguest\/murmurhash-php\/zipball\/0150ba26fb7025d1f936983a167cdc74149f87c8",
                "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8",
                "shasum": ""
            },
            "require": {
                "php": "^7||^8.0"
            },
            "require-dev": {
                "phpstan\/phpstan": "^0.12",
                "phpunit\/phpunit": "^7||^9"
            },
            "time": "2021-04-13T16:23:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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"
            ],
            "support": {
                "issues": "https:\/\/github.com\/lastguest\/murmurhash-php\/issues",
                "source": "https:\/\/github.com\/lastguest\/murmurhash-php\/tree\/2.1.1"
            },
            "install-path": "..\/lastguest\/murmurhash"
        },
        {
            "name": "mdanter\/ecc",
            "version": "v0.5.0",
            "version_normalized": "0.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpecc\/phpecc.git",
                "reference": "ed5c6d496f5310de1b7071b8375fafa3559a1344"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpecc\/phpecc\/zipball\/ed5c6d496f5310de1b7071b8375fafa3559a1344",
                "reference": "ed5c6d496f5310de1b7071b8375fafa3559a1344",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "fgrosse\/phpasn1": "v2.0.x",
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6.0",
                "squizlabs\/php_codesniffer": "~2",
                "symfony\/yaml": "~2.6|~3.0"
            },
            "time": "2017-10-09T16:05:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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"
            ],
            "support": {
                "issues": "https:\/\/github.com\/phpecc\/phpecc\/issues",
                "source": "https:\/\/github.com\/phpecc\/phpecc\/tree\/master"
            },
            "abandoned": "paragonie\/ecc",
            "install-path": "..\/mdanter\/ecc"
        },
        {
            "name": "myclabs\/deep-copy",
            "version": "1.x-dev",
            "version_normalized": "1.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/myclabs\/DeepCopy.git",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/myclabs\/DeepCopy\/zipball\/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine\/collections": "<1.6.8",
                "doctrine\/common": "<2.13.3 || >=3 <3.2.2"
            },
            "require-dev": {
                "doctrine\/collections": "^1.6.8",
                "doctrine\/common": "^2.13.3 || ^3.2.2",
                "phpspec\/prophecy": "^1.10",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "time": "2025-08-01T08:46:24+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/DeepCopy\/deep_copy.php"
                ],
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\DeepCopy\\": "src\/DeepCopy\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https:\/\/github.com\/myclabs\/DeepCopy\/issues",
                "source": "https:\/\/github.com\/myclabs\/DeepCopy\/tree\/1.13.4"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/myclabs\/deep-copy"
        },
        {
            "name": "olegabr\/bitcoin",
            "version": "v1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/olegabr\/bitcoin-php.git",
                "reference": "fe2cb573be7e33101e0134a3a660ba84b6df48ed"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/olegabr\/bitcoin-php\/zipball\/fe2cb573be7e33101e0134a3a660ba84b6df48ed",
                "reference": "fe2cb573be7e33101e0134a3a660ba84b6df48ed",
                "shasum": ""
            },
            "require": {
                "bitwasp\/bech32": "^0.0.1",
                "bitwasp\/buffertools": "^0.5.0",
                "composer\/semver": "^1.4.0|^3.2.0",
                "lastguest\/murmurhash": "v2.1.1",
                "mdanter\/ecc": "^0.5.0",
                "php-64bit": "^7.0|^8.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": "2022-07-10T04:12:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\BitWasp\\Bitcoin\\": "src\/"
                },
                "files": [
                    "src\/Script\/functions.php"
                ]
            },
            "autoload-dev": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\BitWasp\\Bitcoin\\Tests\\": "tests\/"
                }
            },
            "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\/olegabr\/bitcoin-php",
            "support": {
                "source": "https:\/\/github.com\/olegabr\/bitcoin-php\/tree\/v1.0.7"
            },
            "install-path": "..\/olegabr\/bitcoin"
        },
        {
            "name": "olegabr\/ethereum-tx",
            "version": "0.5.1",
            "version_normalized": "0.5.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/olegabr\/ethereum-tx.git",
                "reference": "99a0b74ec83b4c05292811d7072ff49248502d17"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/olegabr\/ethereum-tx\/zipball\/99a0b74ec83b4c05292811d7072ff49248502d17",
                "reference": "99a0b74ec83b4c05292811d7072ff49248502d17",
                "shasum": ""
            },
            "require": {
                "olegabr\/ethereum-util": "~0.1",
                "olegabr\/keccak": "~1",
                "olegabr\/rlp": "^0.3.6",
                "php": ">=5.6",
                "simplito\/elliptic-php": "~1.0.6"
            },
            "require-dev": {
                "phpunit\/phpunit": "5.7.27|^6.1"
            },
            "time": "2021-08-31T04:22:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Web3p\\EthereumTx\\": "src\/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Test\\": "test\/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                },
                {
                    "name": "Oleg Abrosimov",
                    "email": "olegabrosimovnsk@gmail.com"
                }
            ],
            "description": "Ethereum transaction library in PHP.",
            "support": {
                "source": "https:\/\/github.com\/olegabr\/ethereum-tx\/tree\/0.5.1"
            },
            "install-path": "..\/olegabr\/ethereum-tx"
        },
        {
            "name": "olegabr\/ethereum-util",
            "version": "0.1.2",
            "version_normalized": "0.1.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/olegabr\/ethereum-util.git",
                "reference": "9231d5c38d259f615938462975ac7f1e32124f4b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/olegabr\/ethereum-util\/zipball\/9231d5c38d259f615938462975ac7f1e32124f4b",
                "reference": "9231d5c38d259f615938462975ac7f1e32124f4b",
                "shasum": ""
            },
            "require": {
                "olegabr\/keccak": "~1",
                "php": ">=5.6",
                "simplito\/elliptic-php": "~1.0.6"
            },
            "require-dev": {
                "phpunit\/phpunit": "5.7.27|^6.1"
            },
            "time": "2020-12-25T05:53:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Web3p\\EthereumUtil\\": "src\/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Test\\": "test\/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                },
                {
                    "name": "Oleg Abrosimov",
                    "email": "olegabrosimovnsk@gmail.com"
                }
            ],
            "description": "A collection of utility functions for Ethereum written in PHP.",
            "support": {
                "source": "https:\/\/github.com\/olegabr\/ethereum-util\/tree\/0.1.2"
            },
            "install-path": "..\/olegabr\/ethereum-util"
        },
        {
            "name": "olegabr\/ethereumicoio-blockchains-info",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/gitlab.com\/olegabr\/ethereumicoio-blockchains-info.git",
                "reference": "c88e458645768850c1df4449e630c77eddf1bda1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/gitlab.com\/api\/v4\/projects\/olegabr%2Fethereumicoio-blockchains-info\/repository\/archive.zip?sha=c88e458645768850c1df4449e630c77eddf1bda1",
                "reference": "c88e458645768850c1df4449e630c77eddf1bda1",
                "shasum": ""
            },
            "time": "2025-08-08T05:51:46+02:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "index.php"
                ]
            },
            "license": [
                "GPL-3.0+"
            ],
            "authors": [
                {
                    "name": "olegabr",
                    "email": "olegabr@ethereumico.io",
                    "homepage": "https:\/\/ethereumico.io"
                }
            ],
            "description": "Meta information about blockchains supported.",
            "homepage": "https:\/\/gitlab.com\/olegabr\/ethereumicoio-blockchains-info",
            "keywords": [
                "blockchain",
                "wordpress"
            ],
            "support": {
                "source": "https:\/\/gitlab.com\/olegabr\/ethereumicoio-blockchains-info\/-\/tree\/1.0.11"
            },
            "install-path": "..\/olegabr\/ethereumicoio-blockchains-info"
        },
        {
            "name": "olegabr\/keccak",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/olegabr\/php-keccak.git",
                "reference": "31011dfdc4aace3b9786e005105bd41fa17574e4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/olegabr\/php-keccak\/zipball\/31011dfdc4aace3b9786e005105bd41fa17574e4",
                "reference": "31011dfdc4aace3b9786e005105bd41fa17574e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "symfony\/polyfill-mbstring": "~1.19.0"
            },
            "require-dev": {
                "php": ">=5.6",
                "phpunit\/phpunit": "5.7.27|6.5"
            },
            "time": "2021-06-20T07:10:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\kornrunner\\": "src"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\kornrunner\\": "test"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Boris Momcilovic",
                    "homepage": "https:\/\/github.com\/kornrunner\/php-keccak"
                },
                {
                    "name": "Oleg Abrosimov",
                    "homepage": "https:\/\/github.com\/olegabr\/php-keccak"
                }
            ],
            "description": "Pure PHP implementation of Keccak with PHP 5.6+ support",
            "keywords": [
                "keccak",
                "sha-3",
                "sha3-256"
            ],
            "support": {
                "source": "https:\/\/github.com\/olegabr\/php-keccak\/tree\/1.0.6"
            },
            "install-path": "..\/olegabr\/keccak"
        },
        {
            "name": "olegabr\/rlp",
            "version": "0.3.6",
            "version_normalized": "0.3.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/olegabr\/rlp.git",
                "reference": "76cda212de61b8e5d32fc9cf646c355c8d61f2fe"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/olegabr\/rlp\/zipball\/76cda212de61b8e5d32fc9cf646c355c8d61f2fe",
                "reference": "76cda212de61b8e5d32fc9cf646c355c8d61f2fe",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "php": ">=5.6",
                "phpseclib\/phpseclib": "^3.0.1",
                "phpunit\/phpunit": "5.7.27|6.5"
            },
            "time": "2021-08-31T02:48:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Web3p\\RLP\\": "src\/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Test\\": "test\/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                },
                {
                    "name": "Oleg Abrosimov",
                    "email": "olegabrosimovnsk@gmail.com"
                }
            ],
            "description": "Recursive Length Prefix Encoding in PHP.",
            "support": {
                "source": "https:\/\/github.com\/olegabr\/rlp\/tree\/0.3.6"
            },
            "install-path": "..\/olegabr\/rlp"
        },
        {
            "name": "olegabr\/web3.php",
            "version": "0.2.0",
            "version_normalized": "0.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/olegabr\/web3.php.git",
                "reference": "77db70e7f03930a9da6900074547285c1ce451b4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/olegabr\/web3.php\/zipball\/77db70e7f03930a9da6900074547285c1ce451b4",
                "reference": "77db70e7f03930a9da6900074547285c1ce451b4",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "guzzlehttp\/guzzle": "^7.0",
                "olegabr\/keccak": "~1.0",
                "php": ">=5.6",
                "phpseclib\/phpseclib": "^3.0.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "5.7.27|6.5"
            },
            "time": "2021-08-24T13:30:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Web3\\": "src\/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Test\\": "test\/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "sc0Vu",
                    "email": "alk03073135@gmail.com"
                },
                {
                    "name": "Oleg Abrosimov",
                    "email": "olegabrosimovnsk@gmail.com"
                }
            ],
            "description": "Ethereum web3 interface.",
            "support": {
                "source": "https:\/\/github.com\/olegabr\/web3.php\/tree\/0.2.0"
            },
            "install-path": "..\/olegabr\/web3.php"
        },
        {
            "name": "paragonie\/constant_time_encoding",
            "version": "v2.x-dev",
            "version_normalized": "2.9999999.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paragonie\/constant_time_encoding.git",
                "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paragonie\/constant_time_encoding\/zipball\/e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
                "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6|^7|^8|^9",
                "vimeo\/psalm": "^1|^2|^3|^4"
            },
            "time": "2025-09-24T15:12:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\ParagonIE\\ConstantTime\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https:\/\/paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https:\/\/www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https:\/\/github.com\/paragonie\/constant_time_encoding\/issues",
                "source": "https:\/\/github.com\/paragonie\/constant_time_encoding"
            },
            "install-path": "..\/paragonie\/constant_time_encoding"
        },
        {
            "name": "paragonie\/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paragonie\/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paragonie\/random_compat\/zipball\/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit\/phpunit": "4.*|5.*",
                "vimeo\/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https:\/\/paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https:\/\/github.com\/paragonie\/random_compat\/issues",
                "source": "https:\/\/github.com\/paragonie\/random_compat"
            },
            "install-path": "..\/paragonie\/random_compat"
        },
        {
            "name": "phar-io\/manifest",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phar-io\/manifest.git",
                "reference": "65f90285728eae4eae313b8b6ba11b2f5436038e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phar-io\/manifest\/zipball\/65f90285728eae4eae313b8b6ba11b2f5436038e",
                "reference": "65f90285728eae4eae313b8b6ba11b2f5436038e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-phar": "*",
                "ext-xmlwriter": "*",
                "phar-io\/version": "^3.0.1",
                "php": "^7.2 || ^8.0"
            },
            "time": "2025-07-05T08:48:25+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "support": {
                "issues": "https:\/\/github.com\/phar-io\/manifest\/issues",
                "source": "https:\/\/github.com\/phar-io\/manifest\/tree\/master"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theseer",
                    "type": "github"
                }
            ],
            "install-path": "..\/phar-io\/manifest"
        },
        {
            "name": "phar-io\/version",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phar-io\/version.git",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phar-io\/version\/zipball\/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2022-02-21T01:04:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "support": {
                "issues": "https:\/\/github.com\/phar-io\/version\/issues",
                "source": "https:\/\/github.com\/phar-io\/version\/tree\/3.2.1"
            },
            "install-path": "..\/phar-io\/version"
        },
        {
            "name": "phpseclib\/phpseclib",
            "version": "3.0.14",
            "version_normalized": "3.0.14.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpseclib\/phpseclib.git",
                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpseclib\/phpseclib\/zipball\/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
                "shasum": ""
            },
            "require": {
                "paragonie\/constant_time_encoding": "^1|^2",
                "paragonie\/random_compat": "^1.4|^2.0|^9.99.99",
                "php": ">=5.6.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "*"
            },
            "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": "2022-04-04T05:15:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib\/bootstrap.php"
                ],
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\phpseclib3\\": "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\u00fcrgen 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\/3.0.14"
            },
            "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": "phpunit\/php-code-coverage",
            "version": "7.0.x-dev",
            "version_normalized": "7.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage.git",
                "reference": "24607cb75e65299f4a9388dc9341a2e30ee3a7c5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-code-coverage\/zipball\/24607cb75e65299f4a9388dc9341a2e30ee3a7c5",
                "reference": "24607cb75e65299f4a9388dc9341a2e30ee3a7c5",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": ">=7.2",
                "phpunit\/php-file-iterator": "^2.0.2",
                "phpunit\/php-text-template": "^1.2.1",
                "phpunit\/php-token-stream": "^3.1.3 || ^4.0",
                "sebastian\/code-unit-reverse-lookup": "^1.0.1",
                "sebastian\/environment": "^4.2.2",
                "sebastian\/version": "^2.0.1",
                "theseer\/tokenizer": "^1.1.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.2.2"
            },
            "suggest": {
                "ext-xdebug": "^2.7.2"
            },
            "time": "2024-03-22T05:13:28+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-code-coverage\/tree\/7.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-code-coverage"
        },
        {
            "name": "phpunit\/php-file-iterator",
            "version": "2.0.x-dev",
            "version_normalized": "2.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator.git",
                "reference": "69deeb8664f611f156a924154985fbd4911eb36b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-file-iterator\/zipball\/69deeb8664f611f156a924154985fbd4911eb36b",
                "reference": "69deeb8664f611f156a924154985fbd4911eb36b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5"
            },
            "time": "2024-03-01T13:39:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator\/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-file-iterator\/tree\/2.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-file-iterator"
        },
        {
            "name": "phpunit\/php-text-template",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-text-template\/zipball\/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2015-06-21T13:50:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-text-template\/",
            "keywords": [
                "template"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-text-template\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-text-template\/tree\/1.2.1"
            },
            "install-path": "..\/phpunit\/php-text-template"
        },
        {
            "name": "phpunit\/php-timer",
            "version": "2.1.x-dev",
            "version_normalized": "2.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-timer.git",
                "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-timer\/zipball\/a691211e94ff39a34811abd521c31bd5b305b0bb",
                "reference": "a691211e94ff39a34811abd521c31bd5b305b0bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5"
            },
            "time": "2024-03-01T13:42:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-timer\/",
            "keywords": [
                "timer"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-timer\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-timer\/tree\/2.1.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/phpunit\/php-timer"
        },
        {
            "name": "phpunit\/php-token-stream",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/php-token-stream.git",
                "reference": "76fc0567751d177847112bd3e26e4890529c98da"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/php-token-stream\/zipball\/76fc0567751d177847112bd3e26e4890529c98da",
                "reference": "76fc0567751d177847112bd3e26e4890529c98da",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.0"
            },
            "time": "2020-08-06T06:03:05+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/php-token-stream\/",
            "keywords": [
                "tokenizer"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/php-token-stream\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/php-token-stream\/tree\/master"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "abandoned": true,
            "install-path": "..\/phpunit\/php-token-stream"
        },
        {
            "name": "phpunit\/phpunit",
            "version": "8.5.x-dev",
            "version_normalized": "8.5.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/phpunit.git",
                "reference": "3e871510fdfafcb958fde5f285382b961d4786d2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/phpunit\/zipball\/3e871510fdfafcb958fde5f285382b961d4786d2",
                "reference": "3e871510fdfafcb958fde5f285382b961d4786d2",
                "shasum": ""
            },
            "require": {
                "doctrine\/instantiator": "^1.5.0",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "myclabs\/deep-copy": "^1.13.4",
                "phar-io\/manifest": "^2.0.4",
                "phar-io\/version": "^3.2.1",
                "php": ">=7.2",
                "phpunit\/php-code-coverage": "^7.0.17",
                "phpunit\/php-file-iterator": "^2.0.6",
                "phpunit\/php-text-template": "^1.2.1",
                "phpunit\/php-timer": "^2.1.4",
                "sebastian\/comparator": "^3.0.6",
                "sebastian\/diff": "^3.0.6",
                "sebastian\/environment": "^4.2.5",
                "sebastian\/exporter": "^3.1.8",
                "sebastian\/global-state": "^3.0.6",
                "sebastian\/object-enumerator": "^3.0.5",
                "sebastian\/resource-operations": "^2.0.3",
                "sebastian\/type": "^1.1.5",
                "sebastian\/version": "^2.0.1"
            },
            "suggest": {
                "ext-soap": "To be able to generate mocks based on WSDL files",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",
                "phpunit\/php-invoker": "To allow enforcing time limits"
            },
            "time": "2025-10-03T04:33:01+00:00",
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https:\/\/phpunit.de\/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/phpunit\/issues",
                "security": "https:\/\/github.com\/sebastianbergmann\/phpunit\/security\/policy",
                "source": "https:\/\/github.com\/sebastianbergmann\/phpunit\/tree\/8.5"
            },
            "funding": [
                {
                    "url": "https:\/\/phpunit.de\/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/phpunit\/phpunit",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/phpunit\/phpunit"
        },
        {
            "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-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Pleo\\": "src\/Pleo\/"
                }
            },
            "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",
            "support": {
                "issues": "https:\/\/github.com\/pleonasm\/merkle-tree\/issues",
                "source": "https:\/\/github.com\/pleonasm\/merkle-tree\/tree\/master"
            },
            "install-path": "..\/pleonasm\/merkle-tree"
        },
        {
            "name": "psr\/http-client",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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"
            },
            "install-path": "..\/psr\/http-client"
        },
        {
            "name": "psr\/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "PSR-17: 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"
            },
            "install-path": "..\/psr\/http-factory"
        },
        {
            "name": "psr\/http-message",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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\/1.1"
            },
            "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": "sebastian\/code-unit-reverse-lookup",
            "version": "1.0.x-dev",
            "version_normalized": "1.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup.git",
                "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/code-unit-reverse-lookup\/zipball\/92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
                "reference": "92a1a52e86d34cde6caa54f1b5ffa9fda18e5d54",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5"
            },
            "time": "2024-03-01T13:45:45+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup\/",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/code-unit-reverse-lookup\/tree\/1.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/code-unit-reverse-lookup"
        },
        {
            "name": "sebastian\/comparator",
            "version": "3.0.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/comparator.git",
                "reference": "4b3c947888c81708b20fb081bb653a2ba68f989a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/comparator\/zipball\/4b3c947888c81708b20fb081bb653a2ba68f989a",
                "reference": "4b3c947888c81708b20fb081bb653a2ba68f989a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "sebastian\/diff": "^3.0",
                "sebastian\/exporter": "^3.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5"
            },
            "time": "2025-08-10T05:29:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/comparator\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/comparator\/tree\/3.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/comparator",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/comparator"
        },
        {
            "name": "sebastian\/diff",
            "version": "3.0.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/diff.git",
                "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/diff\/zipball\/98ff311ca519c3aa73ccd3de053bdb377171d7b6",
                "reference": "98ff311ca519c3aa73ccd3de053bdb377171d7b6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^7.5 || ^8.0",
                "symfony\/process": "^2 || ^3.3 || ^4"
            },
            "time": "2024-03-02T06:16:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/diff\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/diff\/tree\/3.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/diff"
        },
        {
            "name": "sebastian\/environment",
            "version": "4.2.x-dev",
            "version_normalized": "4.2.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/environment.git",
                "reference": "56932f6049a0482853056ffd617c91ffcc754205"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/environment\/zipball\/56932f6049a0482853056ffd617c91ffcc754205",
                "reference": "56932f6049a0482853056ffd617c91ffcc754205",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^7.5"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "time": "2024-03-01T13:49:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM\/PHP environments",
            "homepage": "http:\/\/www.github.com\/sebastianbergmann\/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/environment\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/environment\/tree\/4.2.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/environment"
        },
        {
            "name": "sebastian\/exporter",
            "version": "3.1.x-dev",
            "version_normalized": "3.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/exporter.git",
                "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/exporter\/zipball\/64cfeaa341951ceb2019d7b98232399d57bb2296",
                "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "sebastian\/recursion-context": "^3.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit\/phpunit": "^8.5"
            },
            "time": "2025-09-24T05:55:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http:\/\/www.github.com\/sebastianbergmann\/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/exporter\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/exporter\/tree\/3.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/exporter",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/exporter"
        },
        {
            "name": "sebastian\/global-state",
            "version": "3.0.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/global-state.git",
                "reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/global-state\/zipball\/800689427e3e8cf57a8fe38fcd1d4344c9b2f046",
                "reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "sebastian\/object-reflector": "^1.1.1",
                "sebastian\/recursion-context": "^3.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit\/phpunit": "^8.0"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "time": "2025-08-10T05:40:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http:\/\/www.github.com\/sebastianbergmann\/global-state",
            "keywords": [
                "global state"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/global-state\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/global-state\/tree\/3.0.6"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/global-state",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/global-state"
        },
        {
            "name": "sebastian\/object-enumerator",
            "version": "3.0.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/object-enumerator.git",
                "reference": "ac5b293dba925751b808e02923399fb44ff0d541"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/object-enumerator\/zipball\/ac5b293dba925751b808e02923399fb44ff0d541",
                "reference": "ac5b293dba925751b808e02923399fb44ff0d541",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "sebastian\/object-reflector": "^1.1.1",
                "sebastian\/recursion-context": "^3.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6.0"
            },
            "time": "2024-03-01T13:54:02+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/object-enumerator\/",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/object-enumerator\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/object-enumerator\/tree\/3.0.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/object-enumerator"
        },
        {
            "name": "sebastian\/object-reflector",
            "version": "1.1.x-dev",
            "version_normalized": "1.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/object-reflector.git",
                "reference": "1d439c229e61f244ff1f211e5c99737f90c67def"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/object-reflector\/zipball\/1d439c229e61f244ff1f211e5c99737f90c67def",
                "reference": "1d439c229e61f244ff1f211e5c99737f90c67def",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6.0"
            },
            "time": "2024-03-01T13:56:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/object-reflector\/",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/object-reflector\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/object-reflector\/tree\/1.1.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/object-reflector"
        },
        {
            "name": "sebastian\/recursion-context",
            "version": "3.0.x-dev",
            "version_normalized": "3.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/recursion-context.git",
                "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/recursion-context\/zipball\/8fe7e75986a9d24b4cceae847314035df7703a5a",
                "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^6.0"
            },
            "time": "2025-08-10T05:25:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http:\/\/www.github.com\/sebastianbergmann\/recursion-context",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/recursion-context\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/recursion-context\/tree\/3.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https:\/\/liberapay.com\/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https:\/\/thanks.dev\/u\/gh\/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/sebastian\/recursion-context",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/sebastian\/recursion-context"
        },
        {
            "name": "sebastian\/resource-operations",
            "version": "2.0.x-dev",
            "version_normalized": "2.0.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/resource-operations.git",
                "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/resource-operations\/zipball\/72a7f7674d053d548003b16ff5a106e7e0e06eee",
                "reference": "72a7f7674d053d548003b16ff5a106e7e0e06eee",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-03-01T13:59:09+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https:\/\/www.github.com\/sebastianbergmann\/resource-operations",
            "support": {
                "source": "https:\/\/github.com\/sebastianbergmann\/resource-operations\/tree\/2.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/resource-operations"
        },
        {
            "name": "sebastian\/type",
            "version": "1.1.x-dev",
            "version_normalized": "1.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/type.git",
                "reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/type\/zipball\/18f071c3a29892b037d35e6b20ddf3ea39b42874",
                "reference": "18f071c3a29892b037d35e6b20ddf3ea39b42874",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.2"
            },
            "time": "2024-03-01T14:04:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/type",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/type\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/type\/tree\/1.1.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "..\/sebastian\/type"
        },
        {
            "name": "sebastian\/version",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sebastianbergmann\/version.git",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sebastianbergmann\/version\/zipball\/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "time": "2016-10-03T07:35:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https:\/\/github.com\/sebastianbergmann\/version",
            "support": {
                "issues": "https:\/\/github.com\/sebastianbergmann\/version\/issues",
                "source": "https:\/\/github.com\/sebastianbergmann\/version\/tree\/master"
            },
            "install-path": "..\/sebastian\/version"
        },
        {
            "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": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/simplito\/bn-php.git",
                "reference": "83446756a81720eacc2ffb87ff97958431451fd6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/simplito\/bn-php\/zipball\/83446756a81720eacc2ffb87ff97958431451fd6",
                "reference": "83446756a81720eacc2ffb87ff97958431451fd6",
                "shasum": ""
            },
            "require": {
                "simplito\/bigint-wrapper-php": "~1.0.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "*"
            },
            "time": "2024-01-10T16:16:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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.4"
            },
            "install-path": "..\/simplito\/bn-php"
        },
        {
            "name": "simplito\/elliptic-php",
            "version": "1.0.12",
            "version_normalized": "1.0.12.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/simplito\/elliptic-php.git",
                "reference": "be321666781be2be2c89c79c43ffcac834bc8868"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/simplito\/elliptic-php\/zipball\/be321666781be2be2c89c79c43ffcac834bc8868",
                "reference": "be321666781be2be2c89c79c43ffcac834bc8868",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "simplito\/bn-php": "~1.1.0"
            },
            "require-dev": {
                "phpbench\/phpbench": "@dev",
                "phpunit\/phpunit": "*"
            },
            "time": "2024-01-09T14:57:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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.12"
            },
            "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": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "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\/v3.6.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/deprecation-contracts"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.19.0",
            "version_normalized": "1.19.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
                "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2020-10-23T09:01:57+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                },
                "branch-alias": {
                    "dev-main": "1.19-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Ethereumico\\EthereumWallet\\Dependencies\\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.19.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": "theseer\/tokenizer",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/theseer\/tokenizer.git",
                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/theseer\/tokenizer\/zipball\/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
            },
            "time": "2024-03-03T12:36:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "support": {
                "issues": "https:\/\/github.com\/theseer\/tokenizer\/issues",
                "source": "https:\/\/github.com\/theseer\/tokenizer\/tree\/1.2.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theseer",
                    "type": "github"
                }
            ],
            "install-path": "..\/theseer\/tokenizer"
        },
        {
            "name": "woocommerce\/action-scheduler",
            "version": "3.5.1",
            "version_normalized": "3.5.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/woocommerce\/action-scheduler.git",
                "reference": "98c44ef39641843af53b60111c9c119f14549e2d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/woocommerce\/action-scheduler\/zipball\/98c44ef39641843af53b60111c9c119f14549e2d",
                "reference": "98c44ef39641843af53b60111c9c119f14549e2d",
                "shasum": ""
            },
            "require-dev": {
                "phpunit\/phpunit": "^7.5",
                "woocommerce\/woocommerce-sniffs": "0.1.0",
                "wp-cli\/wp-cli": "~2.5.0",
                "yoast\/phpunit-polyfills": "^1.0"
            },
            "time": "2022-09-13T15:06:50+00:00",
            "type": "wordpress-plugin",
            "extra": {
                "scripts-description": {
                    "test": "Run unit tests",
                    "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
                    "phpcbf": "Fix coding standards warnings\/errors automatically with PHP Code Beautifier"
                }
            },
            "installation-source": "dist",
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "Action Scheduler for WordPress and WooCommerce",
            "homepage": "https:\/\/actionscheduler.org\/",
            "support": {
                "issues": "https:\/\/github.com\/woocommerce\/action-scheduler\/issues",
                "source": "https:\/\/github.com\/woocommerce\/action-scheduler\/tree\/3.5.1"
            },
            "install-path": "..\/woocommerce\/action-scheduler"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "bamarni\/composer-bin-plugin",
        "doctrine\/instantiator",
        "myclabs\/deep-copy",
        "phar-io\/manifest",
        "phar-io\/version",
        "phpunit\/php-code-coverage",
        "phpunit\/php-file-iterator",
        "phpunit\/php-text-template",
        "phpunit\/php-timer",
        "phpunit\/php-token-stream",
        "phpunit\/phpunit",
        "sebastian\/code-unit-reverse-lookup",
        "sebastian\/comparator",
        "sebastian\/diff",
        "sebastian\/environment",
        "sebastian\/exporter",
        "sebastian\/global-state",
        "sebastian\/object-enumerator",
        "sebastian\/object-reflector",
        "sebastian\/recursion-context",
        "sebastian\/resource-operations",
        "sebastian\/type",
        "sebastian\/version",
        "theseer\/tokenizer"
    ]
}