[
    {
        "name": "endroid/qr-code",
        "version": "1.6.6",
        "version_normalized": "1.6.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/endroid/qr-code.git",
            "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/endroid/qr-code/zipball/cef5d5b7b904d7bb0708eb744c35316364b65fa0",
            "reference": "cef5d5b7b904d7bb0708eb744c35316364b65fa0",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "php": ">=5.3.0"
        },
        "time": "2016-05-29T07:37:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Endroid\\QrCode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeroen van den Enden",
                "email": "info@endroid.nl",
                "homepage": "http://endroid.nl/"
            }
        ],
        "description": "Endroid QR Code",
        "homepage": "https://github.com/endroid/QrCode",
        "keywords": [
            "code",
            "endroid",
            "qr",
            "qrcode"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.2.3",
        "version_normalized": "3.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.2"
        },
        "time": "2018-01-21T07:42:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "sentry/sentry",
        "version": "1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/getsentry/sentry-php.git",
            "reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
            "reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": "^5.3|^7.0"
        },
        "conflict": {
            "raven/raven": "*"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.8.0",
            "monolog/monolog": "^1.0",
            "phpunit/phpunit": "^4.8.35 || ^5.7"
        },
        "suggest": {
            "ext-hash": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "monolog/monolog": "Automatically capture Monolog events as breadcrumbs"
        },
        "time": "2020-02-12T18:38:11+00:00",
        "bin": [
            "bin/sentry"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Raven_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "David Cramer",
                "email": "dcramer@gmail.com"
            }
        ],
        "description": "A PHP client for Sentry (http://getsentry.com)",
        "homepage": "http://getsentry.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v1.33.2",
        "version_normalized": "1.33.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd6ca96227917e1e85b41c7c3cc6507b411e0927",
            "reference": "dd6ca96227917e1e85b41c7c3cc6507b411e0927",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.7"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "time": "2017-04-20T17:39:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.33-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "twofas/account-sdk",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twofas/account-sdk.git",
            "reference": "5c5e43a08246e9012a6b47856f6a6277a257404b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twofas/account-sdk/zipball/5c5e43a08246e9012a6b47856f6a6277a257404b",
            "reference": "5c5e43a08246e9012a6b47856f6a6277a257404b",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.3.3",
            "twofas/validation-rules": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.5.0",
            "squizlabs/php_codesniffer": "^2.2",
            "wimg/php-compatibility": "^8.0"
        },
        "time": "2019-08-01T17:55:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TwoFAS\\Account\\": "TwoFAS/Account/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Krystian Dąbek",
                "email": "k.dabek@2fas.com"
            },
            {
                "name": "Szymon Czembor",
                "email": "s.czembor@2fas.com"
            },
            {
                "name": "Michał Wężowski",
                "email": "m.wezowski@2fas.com"
            }
        ],
        "description": "SDK for 2fas.com Account API"
    },
    {
        "name": "twofas/encryption",
        "version": "v4.0.0",
        "version_normalized": "4.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twofas/encryption.git",
            "reference": "7be586110b276bd1059093ff5aa0fb6bf6f14913"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twofas/encryption/zipball/7be586110b276bd1059093ff5aa0fb6bf6f14913",
            "reference": "7be586110b276bd1059093ff5aa0fb6bf6f14913",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.5.0"
        },
        "time": "2018-08-27T13:07:15+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TwoFAS\\Encryption\\": [
                    "src/",
                    "tests/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "WJanusz",
                "email": "w.janusz@2fas.com"
            },
            {
                "name": "Krystian Dąbek",
                "email": "k.dabek@2fas.com"
            }
        ],
        "description": "Encryption for TwoFAS data."
    },
    {
        "name": "twofas/sdk",
        "version": "v6.0.0",
        "version_normalized": "6.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twofas/sdk.git",
            "reference": "e5d6e6c3cced6c6f91646d92b7e59be321504c52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twofas/sdk/zipball/e5d6e6c3cced6c6f91646d92b7e59be321504c52",
            "reference": "e5d6e6c3cced6c6f91646d92b7e59be321504c52",
            "shasum": ""
        },
        "require": {
            "endroid/qr-code": "~1.6.0",
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.3.3",
            "twofas/encryption": "~4.0",
            "twofas/validation-rules": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.5.0",
            "squizlabs/php_codesniffer": "^2.2",
            "wimg/php-compatibility": "^8.0"
        },
        "time": "2018-10-23T12:53:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TwoFAS\\": "TwoFAS/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Krystian Dąbek",
                "email": "k.dabek@2fas.com"
            },
            {
                "name": "Michał Wężowski",
                "email": "m.wezowski@2fas.com"
            }
        ],
        "description": "SDK for 2fas.com API"
    },
    {
        "name": "twofas/validation-rules",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twofas/validation-rules.git",
            "reference": "7a5c7126843d218623a8cffebfa4a22bd8ce157c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twofas/validation-rules/zipball/7a5c7126843d218623a8cffebfa4a22bd8ce157c",
            "reference": "7a5c7126843d218623a8cffebfa4a22bd8ce157c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "4.5.0"
        },
        "time": "2018-05-18T12:24:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TwoFAS\\ValidationRules\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Krystian Dąbek",
                "email": "k.dabek@2fas.com"
            }
        ],
        "description": "Validation rules for SDK"
    },
    {
        "name": "twofas/wp-plugin-core",
        "version": "v0.5",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "git@github.com:twofas/wp-plugin-core.git",
            "reference": "d47d90a23ba5d68a2d10213592c8781917cccb6b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twofas/wp-plugin-core/zipball/d47d90a23ba5d68a2d10213592c8781917cccb6b",
            "reference": "d47d90a23ba5d68a2d10213592c8781917cccb6b",
            "shasum": ""
        },
        "require": {
            "pimple/pimple": "^3.0",
            "twofas/encryption": "^4.0"
        },
        "require-dev": {
            "10up/wp_mock": "^0.1",
            "phpunit/phpunit": "^4.8"
        },
        "time": "2019-08-13T13:23:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TwoFAS\\Core\\": "src/"
            }
        },
        "autoload-dev": {
            "psr-4": {
                "TwoFAS\\Core\\": "tests/"
            }
        },
        "description": "Common classes for WordPress plugins.",
        "support": {
            "source": "https://github.com/twofas/wp-plugin-core/tree/v0.5",
            "issues": "https://github.com/twofas/wp-plugin-core/issues"
        }
    }
]
