[
    {
        "name": "bjeavons/zxcvbn-php",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bjeavons/zxcvbn-php.git",
            "reference": "3235e184d296780374f92626a9e38de27f21557a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/3235e184d296780374f92626a9e38de27f21557a",
            "reference": "3235e184d296780374f92626a9e38de27f21557a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "symfony/polyfill-mbstring": ">=1.3.1"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "*",
            "phpunit/phpunit": "^6.0",
            "squizlabs/php_codesniffer": "3.*"
        },
        "time": "2020-01-28T19:42:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZxcvbnPhp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "See contributors",
                "homepage": "https://github.com/bjeavons/zxcvbn-php"
            }
        ],
        "description": "Realistic password strength estimation PHP library based on Zxcvbn JS",
        "homepage": "https://github.com/bjeavons/zxcvbn-php",
        "keywords": [
            "password",
            "zxcvbn"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    }
]
