[
    {
        "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"
        ]
    },
    {
        "name": "simplito/bigint-wrapper-php",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplito/bigint-wrapper-php.git",
            "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplito/bigint-wrapper-php/zipball/cf21ec76d33f103add487b3eadbd9f5033a25930",
            "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930",
            "shasum": ""
        },
        "time": "2018-02-27T12:38:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BI\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simplito Team",
                "email": "s.smyczynski@simplito.com",
                "homepage": "https://simplito.com"
            }
        ],
        "description": "Common interface for php_gmp and php_bcmath modules"
    },
    {
        "name": "simplito/bn-php",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplito/bn-php.git",
            "reference": "e852fcd27e4acbc32459606d7606e45a85e42465"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplito/bn-php/zipball/e852fcd27e4acbc32459606d7606e45a85e42465",
            "reference": "e852fcd27e4acbc32459606d7606e45a85e42465",
            "shasum": ""
        },
        "require": {
            "simplito/bigint-wrapper-php": "~1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2018-04-12T11:07:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BN\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simplito Team",
                "email": "s.smyczynski@simplito.com",
                "homepage": "https://simplito.com"
            }
        ],
        "description": "Big number implementation compatible with bn.js"
    },
    {
        "name": "simplito/elliptic-php",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplito/elliptic-php.git",
            "reference": "18a72b837b845bf9a2ad2c0050eaf864a22b7550"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplito/elliptic-php/zipball/18a72b837b845bf9a2ad2c0050eaf864a22b7550",
            "reference": "18a72b837b845bf9a2ad2c0050eaf864a22b7550",
            "shasum": ""
        },
        "require": {
            "ext-gmp": "*",
            "simplito/bn-php": "~1.1.0"
        },
        "require-dev": {
            "phpbench/phpbench": "@dev",
            "phpunit/phpunit": "*"
        },
        "time": "2021-10-19T08:42:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Elliptic\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Simplito Team",
                "email": "s.smyczynski@simplito.com",
                "homepage": "https://simplito.com"
            }
        ],
        "description": "Fast elliptic curve cryptography",
        "homepage": "https://github.com/simplito/elliptic-php",
        "keywords": [
            "Curve25519",
            "ECDSA",
            "Ed25519",
            "EdDSA",
            "cryptography",
            "curve",
            "curve25519-weier",
            "ecc",
            "ecdh",
            "elliptic",
            "nistp192",
            "nistp224",
            "nistp256",
            "nistp384",
            "nistp521",
            "secp256k1"
        ]
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "3.6.1",
        "version_normalized": "3.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e",
            "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2021-10-11T04:00:11+00:00",
        "bin": [
            "bin/phpcs",
            "bin/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.20.0",
        "version_normalized": "1.20.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
            "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-10-23T14:02:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.20-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
        "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"
            }
        ]
    },
    {
        "name": "wp-coding-standards/wpcs",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
            "reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c",
            "reference": "f328bcafd97377e8e5e5d7b244d5ddbf301a3a5c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
        },
        "require-dev": {
            "phpcompatibility/php-compatibility": "^9.0"
        },
        "suggest": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
        },
        "time": "2018-12-18T09:43:51+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Contributors",
                "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
            }
        ],
        "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
        "keywords": [
            "phpcs",
            "standards",
            "wordpress"
        ]
    }
]
