{
    "packages": [
        {
            "name": "fgrosse/phpasn1",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "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",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FG\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Große",
                    "email": "friedrich.grosse@gmail.com",
                    "homepage": "https://github.com/FGrosse",
                    "role": "Author"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
                }
            ],
            "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
            "homepage": "https://github.com/FGrosse/PHPASN1",
            "keywords": [
                "DER",
                "asn.1",
                "asn1",
                "ber",
                "binary",
                "decoding",
                "encoding",
                "x.509",
                "x.690",
                "x509",
                "x690"
            ],
            "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": "kornrunner/ethereum-address",
            "version": "v0.3.0",
            "version_normalized": "0.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kornrunner/php-ethereum-address.git",
                "reference": "89197ed3992d74f0de76702cd82ec32d1264dad9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kornrunner/php-ethereum-address/zipball/89197ed3992d74f0de76702cd82ec32d1264dad9",
                "reference": "89197ed3992d74f0de76702cd82ec32d1264dad9",
                "shasum": ""
            },
            "require": {
                "kornrunner/keccak": "^1.0",
                "mdanter/ecc": "^1",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2021-03-25T11:44:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "kornrunner\\Ethereum\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Boris Momčilović",
                    "email": "boris.momcilovic@gmail.com"
                }
            ],
            "description": "Pure PHP Ethereum Address Generator / Validator",
            "support": {
                "issues": "https://github.com/kornrunner/php-ethereum-address/issues",
                "source": "https://github.com/kornrunner/php-ethereum-address/tree/v0.3.0"
            },
            "install-path": "../kornrunner/ethereum-address"
        },
        {
            "name": "kornrunner/keccak",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kornrunner/php-keccak.git",
                "reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/433749d28e117fb97baf9f2631b92b5d9ab3c890",
                "reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "symfony/polyfill-mbstring": "^1.8"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.2"
            },
            "time": "2020-12-07T15:40:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "kornrunner\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Boris Momcilovic",
                    "homepage": "https://github.com/kornrunner/php-keccak"
                }
            ],
            "description": "Pure PHP implementation of Keccak",
            "keywords": [
                "keccak",
                "sha-3",
                "sha3-256"
            ],
            "support": {
                "issues": "https://github.com/kornrunner/php-keccak/issues",
                "source": "https://github.com/kornrunner/php-keccak/tree/1.1.0"
            },
            "install-path": "../kornrunner/keccak"
        },
        {
            "name": "mdanter/ecc",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpecc/phpecc.git",
                "reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpecc/phpecc/zipball/34e2eec096bf3dcda814e8f66dd91ae87a2db7cd",
                "reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "fgrosse/phpasn1": "^2.0",
                "php": "^7.0||^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0||^8.0||^9.0",
                "squizlabs/php_codesniffer": "^2.0",
                "symfony/yaml": "^2.6|^3.0"
            },
            "time": "2021-01-16T19:42:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mdanter\\Ecc\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matyas Danter",
                    "homepage": "http://matejdanter.com/",
                    "role": "Author"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io",
                    "homepage": "http://aztech.io",
                    "role": "Maintainer"
                },
                {
                    "name": "Thomas Kerin",
                    "email": "afk11@users.noreply.github.com",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP Elliptic Curve Cryptography library",
            "homepage": "https://github.com/phpecc/phpecc",
            "keywords": [
                "Diffie",
                "ECDSA",
                "Hellman",
                "curve",
                "ecdh",
                "elliptic",
                "nistp192",
                "nistp224",
                "nistp256",
                "nistp384",
                "nistp521",
                "phpecc",
                "secp256k1",
                "secp256r1"
            ],
            "support": {
                "issues": "https://github.com/phpecc/phpecc/issues",
                "source": "https://github.com/phpecc/phpecc/tree/v1.0.0"
            },
            "install-path": "../mdanter/ecc"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.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"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
