{
    "packages": [
        {
            "name": "container-interop/container-interop",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "shasum": ""
            },
            "require": {
                "psr/container": "^1.0"
            },
            "time": "2017-02-14T19:40:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Interop\\Container\\": "src/Interop/Container/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
            "homepage": "https://github.com/container-interop/container-interop",
            "support": {
                "issues": "https://github.com/container-interop/container-interop/issues",
                "source": "https://github.com/container-interop/container-interop/tree/master"
            },
            "abandoned": "psr/container",
            "install-path": "../container-interop/container-interop"
        },
        {
            "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"
            ],
            "support": {
                "issues": "https://github.com/endroid/qr-code/issues",
                "source": "https://github.com/endroid/qr-code/tree/1.6.6"
            },
            "install-path": "../endroid/qr-code"
        },
        {
            "name": "php-di/invoker",
            "version": "1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/Invoker.git",
                "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
                "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "~1.1"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "phpunit/phpunit": "~4.5"
            },
            "time": "2016-07-14T13:09:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Invoker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Generic and extensible callable invoker",
            "homepage": "https://github.com/PHP-DI/Invoker",
            "keywords": [
                "callable",
                "dependency",
                "dependency-injection",
                "injection",
                "invoke",
                "invoker"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/Invoker/issues",
                "source": "https://github.com/PHP-DI/Invoker/tree/master"
            },
            "install-path": "../php-di/invoker"
        },
        {
            "name": "php-di/php-di",
            "version": "5.4.6",
            "version_normalized": "5.4.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/PHP-DI.git",
                "reference": "3f9255659595f3e289f473778bb6c51aa72abbbd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/3f9255659595f3e289f473778bb6c51aa72abbbd",
                "reference": "3f9255659595f3e289f473778bb6c51aa72abbbd",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "~1.2",
                "php": ">=5.5.0",
                "php-di/invoker": "^1.3.2",
                "php-di/phpdoc-reader": "^2.0.1",
                "psr/container": "~1.0"
            },
            "provide": {
                "container-interop/container-interop-implementation": "^1.0",
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "mnapoli/php-di": "*"
            },
            "require-dev": {
                "doctrine/annotations": "~1.2",
                "doctrine/cache": "~1.4",
                "mnapoli/phpunit-easymock": "~0.2.0",
                "ocramius/proxy-manager": "~1.0|~2.0",
                "phpbench/phpbench": "@dev",
                "phpunit/phpunit": "~4.5"
            },
            "suggest": {
                "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
                "doctrine/cache": "Install it if you want to use the cache (version ~1.4)",
                "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0 or ~2.0)"
            },
            "time": "2017-12-03T08:20:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DI\\": "src/DI/"
                },
                "files": [
                    "src/DI/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "The dependency injection container for humans",
            "homepage": "http://php-di.org/",
            "keywords": [
                "container",
                "dependency injection",
                "di"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/PHP-DI/issues",
                "source": "https://github.com/PHP-DI/PHP-DI/tree/5.4"
            },
            "install-path": "../php-di/php-di"
        },
        {
            "name": "php-di/phpdoc-reader",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-DI/PhpDocReader.git",
                "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
                "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.6"
            },
            "time": "2019-09-26T11:24:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpDocReader\\": "src/PhpDocReader"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
            "keywords": [
                "phpdoc",
                "reflection"
            ],
            "support": {
                "issues": "https://github.com/PHP-DI/PhpDocReader/issues",
                "source": "https://github.com/PHP-DI/PhpDocReader/tree/master"
            },
            "install-path": "../php-di/phpdoc-reader"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "install-path": "../psr/cache"
        },
        {
            "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"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/master"
            },
            "install-path": "../psr/container"
        },
        {
            "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"
            ],
            "support": {
                "issues": "https://github.com/getsentry/sentry-php/issues",
                "source": "https://github.com/getsentry/sentry-php/tree/1.11.0"
            },
            "install-path": "../sentry/sentry"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.19.0",
            "version_normalized": "1.19.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
                "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2020-10-23T09:01:57+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.19-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/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-ctype"
        },
        {
            "name": "twig/twig",
            "version": "v1.42.5",
            "version_normalized": "1.42.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
                "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4|^5.0"
            },
            "time": "2020-02-11T05:59:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.42-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "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": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/1.x"
            },
            "install-path": "../twig/twig"
        },
        {
            "name": "twofas/account-sdk",
            "version": "v4.3.0",
            "version_normalized": "4.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twofas/account-sdk.git",
                "reference": "59c4d8ec63a2882e1ed982aa5bbc36d360dd639c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twofas/account-sdk/zipball/59c4d8ec63a2882e1ed982aa5bbc36d360dd639c",
                "reference": "59c4d8ec63a2882e1ed982aa5bbc36d360dd639c",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.4",
                "twofas/validation-rules": "~1.0"
            },
            "require-dev": {
                "phpcompatibility/php-compatibility": "^8.0",
                "phpunit/phpunit": "4.5.0",
                "squizlabs/php_codesniffer": "^2.2"
            },
            "time": "2021-09-03T08:21:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TwoFAS\\Account\\": "src/"
                }
            },
            "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",
            "support": {
                "issues": "https://github.com/twofas/account-sdk/issues",
                "source": "https://github.com/twofas/account-sdk/tree/v4.3.0"
            },
            "install-path": "../twofas/account-sdk"
        },
        {
            "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.",
            "support": {
                "issues": "https://github.com/twofas/encryption/issues",
                "source": "https://github.com/twofas/encryption/tree/master"
            },
            "install-path": "../twofas/encryption"
        },
        {
            "name": "twofas/sdk",
            "version": "v8.0.0",
            "version_normalized": "8.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twofas/sdk.git",
                "reference": "d9a3cdab8586e25be543fe93dcc806f78057c324"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twofas/sdk/zipball/d9a3cdab8586e25be543fe93dcc806f78057c324",
                "reference": "d9a3cdab8586e25be543fe93dcc806f78057c324",
                "shasum": ""
            },
            "require": {
                "endroid/qr-code": "~1.6.0",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.4",
                "twofas/encryption": "~4.0",
                "twofas/validation-rules": "~1.0"
            },
            "require-dev": {
                "phpcompatibility/php-compatibility": "^8.0",
                "phpunit/phpunit": "4.5.0",
                "squizlabs/php_codesniffer": "^2.2"
            },
            "time": "2021-09-17T09:16:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TwoFAS\\Api\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michał Wężowski",
                    "email": "m.wezowski@2fas.com"
                },
                {
                    "name": "Krystian Dąbek",
                    "email": "k.dabek@2fas.com"
                }
            ],
            "description": "SDK for 2fas.com API",
            "support": {
                "issues": "https://github.com/twofas/sdk/issues",
                "source": "https://github.com/twofas/sdk/tree/v8.0.0"
            },
            "install-path": "../twofas/sdk"
        },
        {
            "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",
            "support": {
                "issues": "https://github.com/twofas/validation-rules/issues",
                "source": "https://github.com/twofas/validation-rules/tree/master"
            },
            "install-path": "../twofas/validation-rules"
        },
        {
            "name": "twofas/wp-plugin-core",
            "version": "v3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "git@github.com:twofas/wp-plugin-core.git",
                "reference": "9f125afdb62ca7442bc22deff602b212b7b2dd4d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twofas/wp-plugin-core/zipball/9f125afdb62ca7442bc22deff602b212b7b2dd4d",
                "reference": "9f125afdb62ca7442bc22deff602b212b7b2dd4d",
                "shasum": ""
            },
            "require": {
                "psr/container": "^1.0"
            },
            "require-dev": {
                "10up/wp_mock": "^0.2.0",
                "phpunit/phpunit": "^5.7"
            },
            "time": "2020-10-08T09:30:49+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/v3.0.1",
                "issues": "https://github.com/twofas/wp-plugin-core/issues"
            },
            "install-path": "../twofas/wp-plugin-core"
        },
        {
            "name": "whichbrowser/parser",
            "version": "v2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WhichBrowser/Parser-PHP.git",
                "reference": "bcf642a1891032de16a5ab976fd352753dd7f9a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/bcf642a1891032de16a5ab976fd352753dd7f9a0",
                "reference": "bcf642a1891032de16a5ab976fd352753dd7f9a0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/cache": "^1.0"
            },
            "require-dev": {
                "cache/array-adapter": "^1.1",
                "icomefromthenet/reverse-regex": "0.0.6.3",
                "php-coveralls/php-coveralls": "^2.0",
                "phpunit/php-code-coverage": "^5.0 || ^7.0",
                "phpunit/phpunit": "^6.0 || ^8.0",
                "squizlabs/php_codesniffer": "^3.5",
                "symfony/yaml": "~3.4 || ~4.0"
            },
            "suggest": {
                "cache/array-adapter": "Allows testing of the caching functionality"
            },
            "time": "2021-05-10T10:18:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WhichBrowser\\": [
                        "src/",
                        "tests/src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niels Leenheer",
                    "email": "niels@leenheer.nl",
                    "role": "Developer"
                }
            ],
            "description": "Useragent sniffing library for PHP",
            "homepage": "http://whichbrowser.net",
            "keywords": [
                "browser",
                "sniffing",
                "ua",
                "useragent"
            ],
            "support": {
                "issues": "https://github.com/WhichBrowser/Parser-PHP/issues",
                "source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.2"
            },
            "install-path": "../whichbrowser/parser"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
