Skip to content
Snippets Groups Projects
Select Git revision
  • 2f081692bef70dae62affad84c9a299d50d3a676
  • master default protected
  • fix/body-raw
  • devel
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0
10 results

.gitattributes

Blame
  • composer.lock 305.21 KiB
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
        "content-hash": "8766cfcc2d3b60705cea3c4654604aed",
        "packages": [
            {
                "name": "psr/log",
                "version": "1.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
                    "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                    "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Log\\": "Psr/Log/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "time": "2020-03-23T09:12:05+00:00"
            },
            {
                "name": "wpdesk/wp-wpdesk-helper-override",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-wpdesk-helper-override.git",
                    "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper-override/repository/archive.zip?sha=77844fc71da7ebb7645f10f0fc15f5294fed8542",
                    "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "phpunit/phpunit": "<7"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2019-08-13T07:33:46+00:00"
            }
        ],
        "packages-dev": [
            {
                "name": "10up/wp_mock",
                "version": "0.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/10up/wp_mock.git",
                    "reference": "64956557e98ee4c8c56cd1e396e822adb4673714"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/10up/wp_mock/zipball/64956557e98ee4c8c56cd1e396e822adb4673714",
                    "reference": "64956557e98ee4c8c56cd1e396e822adb4673714",
                    "shasum": ""
                },
                "require": {
                    "antecedent/patchwork": "^2.1",
                    "mockery/mockery": "^1.0",
                    "php": ">=7.0",
                    "phpunit/phpunit": ">=6.0"
                },
                "require-dev": {
                    "behat/behat": "^3.0",
                    "satooshi/php-coveralls": "^1.0",
                    "sebastian/comparator": ">=1.2.3"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "WP_Mock\\": "./php/WP_Mock"
                    },
                    "classmap": [
                        "php/WP_Mock.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0+"
                ],
                "description": "A mocking library to take the pain out of unit testing for WordPress",
                "time": "2017-12-03T19:28:28+00:00"
            },
            {
                "name": "antecedent/patchwork",
                "version": "2.1.12",
                "source": {
                    "type": "git",
                    "url": "https://github.com/antecedent/patchwork.git",
                    "reference": "b98e046dd4c0acc34a0846604f06f6111654d9ea"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/antecedent/patchwork/zipball/b98e046dd4c0acc34a0846604f06f6111654d9ea",
                    "reference": "b98e046dd4c0acc34a0846604f06f6111654d9ea",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": ">=4"
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ignas Rudaitis",
                        "email": "ignas.rudaitis@gmail.com"
                    }
                ],
                "description": "Method redefinition (monkey-patching) functionality for PHP.",
                "homepage": "http://patchwork2.org/",
                "keywords": [
                    "aop",
                    "aspect",
                    "interception",
                    "monkeypatching",
                    "redefinition",
                    "runkit",
                    "testing"
                ],
                "time": "2019-12-22T17:52:09+00:00"
            },
            {
                "name": "behat/gherkin",
                "version": "v4.7.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Behat/Gherkin.git",
                    "reference": "d5ae4616aeaa91daadbfb8446d9d17aae8d43cf7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Behat/Gherkin/zipball/d5ae4616aeaa91daadbfb8446d9d17aae8d43cf7",
                    "reference": "d5ae4616aeaa91daadbfb8446d9d17aae8d43cf7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "cucumber/cucumber": "dev-gherkin-16.0.0",
                    "phpunit/phpunit": "^5.7.1|~6|~7",
                    "symfony/phpunit-bridge": "~2.7|~3|~4",
                    "symfony/yaml": "~2.3|~3|~4"
                },
                "suggest": {
                    "symfony/yaml": "If you want to parse features, represented in YAML files"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.4-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Behat\\Gherkin": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Konstantin Kudryashov",
                        "email": "ever.zet@gmail.com",
                        "homepage": "http://everzet.com"
                    }
                ],
                "description": "Gherkin DSL parser for PHP",
                "homepage": "http://behat.org/",
                "keywords": [
                    "BDD",
                    "Behat",
                    "Cucumber",
                    "DSL",
                    "gherkin",
                    "parser"
                ],
                "time": "2021-02-04T12:26:47+00:00"
            },
            {
                "name": "codeception/codeception",
                "version": "4.1.20",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/Codeception.git",
                    "reference": "d8b16e13e1781dbc3a7ae8292117d520c89a9c5a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/Codeception/zipball/d8b16e13e1781dbc3a7ae8292117d520c89a9c5a",
                    "reference": "d8b16e13e1781dbc3a7ae8292117d520c89a9c5a",
                    "shasum": ""
                },
                "require": {
                    "behat/gherkin": "^4.4.0",
                    "codeception/lib-asserts": "^1.0",
                    "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
                    "codeception/stub": "^2.0 | ^3.0",
                    "ext-curl": "*",
                    "ext-json": "*",
                    "ext-mbstring": "*",
                    "guzzlehttp/psr7": "~1.4",
                    "php": ">=5.6.0 <9.0",
                    "symfony/console": ">=2.7 <6.0",
                    "symfony/css-selector": ">=2.7 <6.0",
                    "symfony/event-dispatcher": ">=2.7 <6.0",
                    "symfony/finder": ">=2.7 <6.0",
                    "symfony/yaml": ">=2.7 <6.0"
                },
                "require-dev": {
                    "codeception/module-asserts": "*@dev",
                    "codeception/module-cli": "*@dev",
                    "codeception/module-db": "*@dev",
                    "codeception/module-filesystem": "*@dev",
                    "codeception/module-phpbrowser": "*@dev",
                    "codeception/specify": "~0.3",
                    "codeception/util-universalframework": "*@dev",
                    "monolog/monolog": "~1.8",
                    "squizlabs/php_codesniffer": "~2.0",
                    "symfony/process": ">=2.7 <6.0",
                    "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0"
                },
                "suggest": {
                    "codeception/specify": "BDD-style code blocks",
                    "codeception/verify": "BDD-style assertions",
                    "hoa/console": "For interactive console functionality",
                    "stecman/symfony-console-completion": "For BASH autocompletion",
                    "symfony/phpunit-bridge": "For phpunit-bridge support"
                },
                "bin": [
                    "codecept"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": []
                },
                "autoload": {
                    "psr-4": {
                        "Codeception\\": "src/Codeception",
                        "Codeception\\Extension\\": "ext"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk",
                        "email": "davert@mail.ua",
                        "homepage": "http://codegyre.com"
                    }
                ],
                "description": "BDD-style testing framework",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "BDD",
                    "TDD",
                    "acceptance testing",
                    "functional testing",
                    "unit testing"
                ],
                "funding": [
                    {
                        "url": "https://opencollective.com/codeception",
                        "type": "open_collective"
                    }
                ],
                "time": "2021-04-02T16:41:51+00:00"
            },
            {
                "name": "codeception/lib-asserts",
                "version": "1.13.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/lib-asserts.git",
                    "reference": "184231d5eab66bc69afd6b9429344d80c67a33b6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/184231d5eab66bc69afd6b9429344d80c67a33b6",
                    "reference": "184231d5eab66bc69afd6b9429344d80c67a33b6",
                    "shasum": ""
                },
                "require": {
                    "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0",
                    "ext-dom": "*",
                    "php": ">=5.6.0 <9.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk",
                        "email": "davert@mail.ua",
                        "homepage": "http://codegyre.com"
                    },
                    {
                        "name": "Gintautas Miselis"
                    },
                    {
                        "name": "Gustavo Nieves",
                        "homepage": "https://medium.com/@ganieves"
                    }
                ],
                "description": "Assertion methods used by Codeception core and Asserts module",
                "homepage": "https://codeception.com/",
                "keywords": [
                    "codeception"
                ],
                "time": "2020-10-21T16:26:20+00:00"
            },
            {
                "name": "codeception/lib-innerbrowser",
                "version": "1.4.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/lib-innerbrowser.git",
                    "reference": "4ffb91c18e4cacd073ff2914c07e5ccaf5efe449"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/4ffb91c18e4cacd073ff2914c07e5ccaf5efe449",
                    "reference": "4ffb91c18e4cacd073ff2914c07e5ccaf5efe449",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "*@dev",
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-mbstring": "*",
                    "php": ">=5.6.0 <9.0",
                    "symfony/browser-kit": ">=2.7 <6.0",
                    "symfony/dom-crawler": ">=2.7 <6.0"
                },
                "conflict": {
                    "codeception/codeception": "<4.0"
                },
                "require-dev": {
                    "codeception/util-universalframework": "dev-master"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk",
                        "email": "davert@mail.ua",
                        "homepage": "http://codegyre.com"
                    },
                    {
                        "name": "Gintautas Miselis"
                    }
                ],
                "description": "Parent library for all Codeception framework modules and PhpBrowser",
                "homepage": "https://codeception.com/",
                "keywords": [
                    "codeception"
                ],
                "time": "2021-04-06T05:26:49+00:00"
            },
            {
                "name": "codeception/module-asserts",
                "version": "1.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-asserts.git",
                    "reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/59374f2fef0cabb9e8ddb53277e85cdca74328de",
                    "reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "*@dev",
                    "codeception/lib-asserts": "^1.13.1",
                    "php": ">=5.6.0 <9.0"
                },
                "conflict": {
                    "codeception/codeception": "<4.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk"
                    },
                    {
                        "name": "Gintautas Miselis"
                    },
                    {
                        "name": "Gustavo Nieves",
                        "homepage": "https://medium.com/@ganieves"
                    }
                ],
                "description": "Codeception module containing various assertions",
                "homepage": "https://codeception.com/",
                "keywords": [
                    "assertions",
                    "asserts",
                    "codeception"
                ],
                "time": "2020-10-21T16:48:15+00:00"
            },
            {
                "name": "codeception/module-cli",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-cli.git",
                    "reference": "1f841ad4a1d43e5d9e60a43c4cc9e5af8008024f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-cli/zipball/1f841ad4a1d43e5d9e60a43c4cc9e5af8008024f",
                    "reference": "1f841ad4a1d43e5d9e60a43c4cc9e5af8008024f",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "*@dev",
                    "php": ">=5.6.0 <9.0"
                },
                "conflict": {
                    "codeception/codeception": "<4.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk"
                    }
                ],
                "description": "Codeception module for testing basic shell commands and shell output",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "codeception"
                ],
                "time": "2020-12-26T16:56:19+00:00"
            },
            {
                "name": "codeception/module-db",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-db.git",
                    "reference": "8c8076cd05d4db95798acd7dba2a56578210982c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-db/zipball/8c8076cd05d4db95798acd7dba2a56578210982c",
                    "reference": "8c8076cd05d4db95798acd7dba2a56578210982c",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "*@dev",
                    "php": ">=5.6.0 <9.0"
                },
                "conflict": {
                    "codeception/codeception": "<4.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk"
                    },
                    {
                        "name": "Gintautas Miselis"
                    }
                ],
                "description": "DB module for Codeception",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "codeception",
                    "database-testing",
                    "db-testing"
                ],
                "time": "2020-12-20T13:37:07+00:00"
            },
            {
                "name": "codeception/module-filesystem",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-filesystem.git",
                    "reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/781be167fb1557bfc9b61e0a4eac60a32c534ec1",
                    "reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "^4.0",
                    "php": ">=5.6.0 <9.0",
                    "symfony/finder": ">=2.7 <6.0"
                },
                "conflict": {
                    "codeception/codeception": "<4.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk"
                    },
                    {
                        "name": "Gintautas Miselis"
                    }
                ],
                "description": "Codeception module for testing local filesystem",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "codeception",
                    "filesystem"
                ],
                "time": "2020-10-24T14:46:40+00:00"
            },
            {
                "name": "codeception/module-phpbrowser",
                "version": "1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-phpbrowser.git",
                    "reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/770a6be4160a5c0c08d100dd51bff35f6056bbf1",
                    "reference": "770a6be4160a5c0c08d100dd51bff35f6056bbf1",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "^4.0",
                    "codeception/lib-innerbrowser": "^1.3",
                    "guzzlehttp/guzzle": "^6.3|^7.0",
                    "php": ">=5.6.0 <9.0"
                },
                "conflict": {
                    "codeception/codeception": "<4.0"
                },
                "require-dev": {
                    "codeception/module-rest": "^1.0"
                },
                "suggest": {
                    "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk"
                    },
                    {
                        "name": "Gintautas Miselis"
                    }
                ],
                "description": "Codeception module for testing web application over HTTP",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "codeception",
                    "functional-testing",
                    "http"
                ],
                "time": "2020-10-24T15:29:28+00:00"
            },
            {
                "name": "codeception/module-rest",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-rest.git",
                    "reference": "2cd9901c08a143dc80985696dcbe3cefc9f23ab9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-rest/zipball/2cd9901c08a143dc80985696dcbe3cefc9f23ab9",
                    "reference": "2cd9901c08a143dc80985696dcbe3cefc9f23ab9",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "^4.0",
                    "justinrainbow/json-schema": "~5.2.9",
                    "php": ">=5.6.0 <9.0",
                    "softcreatr/jsonpath": "^0.5 || ^0.7"
                },
                "require-dev": {
                    "codeception/lib-innerbrowser": "^1.0",
                    "codeception/util-universalframework": "^1.0"
                },
                "suggest": {
                    "aws/aws-sdk-php": "For using AWS Auth"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Gintautas Miselis"
                    }
                ],
                "description": "REST module for Codeception",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "codeception",
                    "rest"
                ],
                "time": "2021-04-08T08:23:09+00:00"
            },
            {
                "name": "codeception/module-webdriver",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/module-webdriver.git",
                    "reference": "63ea08880a44df809bdfbca08597e1b68cee9f87"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/63ea08880a44df809bdfbca08597e1b68cee9f87",
                    "reference": "63ea08880a44df809bdfbca08597e1b68cee9f87",
                    "shasum": ""
                },
                "require": {
                    "codeception/codeception": "^4.0",
                    "php": ">=5.6.0 <9.0",
                    "php-webdriver/webdriver": "^1.8.0"
                },
                "suggest": {
                    "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Bodnarchuk"
                    },
                    {
                        "name": "Gintautas Miselis"
                    },
                    {
                        "name": "Zaahid Bateson"
                    }
                ],
                "description": "WebDriver module for Codeception",
                "homepage": "http://codeception.com/",
                "keywords": [
                    "acceptance-testing",
                    "browser-testing",
                    "codeception"
                ],
                "time": "2021-01-17T19:23:20+00:00"
            },
            {
                "name": "codeception/phpunit-wrapper",
                "version": "6.8.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/phpunit-wrapper.git",
                    "reference": "fa35d3ce09c2a591247732e0d11be08125c389d4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/fa35d3ce09c2a591247732e0d11be08125c389d4",
                    "reference": "fa35d3ce09c2a591247732e0d11be08125c389d4",
                    "shasum": ""
                },
                "require": {
                    "phpunit/php-code-coverage": ">=4.0.4 <6.0",
                    "phpunit/phpunit": ">=6.5.13 <7.0",
                    "sebastian/comparator": ">=1.2.4 <3.0",
                    "sebastian/diff": ">=1.4 <4.0"
                },
                "replace": {
                    "codeception/phpunit-wrapper": "*"
                },
                "require-dev": {
                    "codeception/specify": "*",
                    "vlucas/phpdotenv": "^3.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Codeception\\PHPUnit\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Davert",
                        "email": "davert.php@resend.cc"
                    }
                ],
                "description": "PHPUnit classes used by Codeception",
                "time": "2020-12-28T14:00:48+00:00"
            },
            {
                "name": "codeception/stub",
                "version": "3.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/Stub.git",
                    "reference": "eea518711d736eab838c1274593c4568ec06b23d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/Stub/zipball/eea518711d736eab838c1274593c4568ec06b23d",
                    "reference": "eea518711d736eab838c1274593c4568ec06b23d",
                    "shasum": ""
                },
                "require": {
                    "codeception/phpunit-wrapper": "^6.6.1 | ^7.7.1 | ^8.0.3",
                    "phpunit/phpunit": ">=6.5 <9.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Codeception\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
                "time": "2019-08-10T16:20:53+00:00"
            },
            {
                "name": "codeception/util-universalframework",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Codeception/util-universalframework.git",
                    "reference": "cc381f364c6d24f9b9c7b70a4c724949725f491a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Codeception/util-universalframework/zipball/cc381f364c6d24f9b9c7b70a4c724949725f491a",
                    "reference": "cc381f364c6d24f9b9c7b70a4c724949725f491a",
                    "shasum": ""
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Gintautas Miselis"
                    }
                ],
                "description": "Mock framework module used in internal Codeception tests",
                "homepage": "http://codeception.com/",
                "time": "2019-09-22T06:06:49+00:00"
            },
            {
                "name": "composer/ca-bundle",
                "version": "1.2.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/ca-bundle.git",
                    "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
                    "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
                    "shasum": ""
                },
                "require": {
                    "ext-openssl": "*",
                    "ext-pcre": "*",
                    "php": "^5.3.2 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpstan/phpstan": "^0.12.55",
                    "psr/log": "^1.0",
                    "symfony/phpunit-bridge": "^4.2 || ^5",
                    "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\CaBundle\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
                "keywords": [
                    "cabundle",
                    "cacert",
                    "certificate",
                    "ssl",
                    "tls"
                ],
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-01-12T12:10:35+00:00"
            },
            {
                "name": "composer/composer",
                "version": "1.10.21",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/composer.git",
                    "reference": "04021432f4a9cbd9351dd166b8c193f42c36a39c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/composer/zipball/04021432f4a9cbd9351dd166b8c193f42c36a39c",
                    "reference": "04021432f4a9cbd9351dd166b8c193f42c36a39c",
                    "shasum": ""
                },
                "require": {
                    "composer/ca-bundle": "^1.0",
                    "composer/semver": "^1.0",
                    "composer/spdx-licenses": "^1.2",
                    "composer/xdebug-handler": "^1.1",
                    "justinrainbow/json-schema": "^5.2.10",
                    "php": "^5.3.2 || ^7.0 || ^8.0",
                    "psr/log": "^1.0",
                    "seld/jsonlint": "^1.4",
                    "seld/phar-utils": "^1.0",
                    "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
                    "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
                    "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
                    "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
                },
                "conflict": {
                    "symfony/console": "2.8.38"
                },
                "require-dev": {
                    "phpspec/prophecy": "^1.10",
                    "symfony/phpunit-bridge": "^4.2"
                },
                "suggest": {
                    "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                    "ext-zip": "Enabling the zip extension allows you to unzip archives",
                    "ext-zlib": "Allow gzip compression of HTTP requests"
                },
                "bin": [
                    "bin/composer"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.10-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\": "src/Composer"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
                "homepage": "https://getcomposer.org/",
                "keywords": [
                    "autoload",
                    "dependency",
                    "package"
                ],
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-04-01T07:16:35+00:00"
            },
            {
                "name": "composer/semver",
                "version": "1.7.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/semver.git",
                    "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
                    "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.5 || ^5.0.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Semver\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "Semver library that offers utilities, version constraint parsing and validation.",
                "keywords": [
                    "semantic",
                    "semver",
                    "validation",
                    "versioning"
                ],
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-12-03T15:47:16+00:00"
            },
            {
                "name": "composer/spdx-licenses",
                "version": "1.5.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/spdx-licenses.git",
                    "reference": "de30328a7af8680efdc03e396aad24befd513200"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
                    "reference": "de30328a7af8680efdc03e396aad24befd513200",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Spdx\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "SPDX licenses list and validation library.",
                "keywords": [
                    "license",
                    "spdx",
                    "validator"
                ],
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-12-03T16:04:16+00:00"
            },
            {
                "name": "composer/xdebug-handler",
                "version": "1.4.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/xdebug-handler.git",
                    "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
                    "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0 || ^8.0",
                    "psr/log": "^1.0"
                },
                "require-dev": {
                    "phpstan/phpstan": "^0.12.55",
                    "symfony/phpunit-bridge": "^4.2 || ^5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Composer\\XdebugHandler\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "John Stevenson",
                        "email": "john-stevenson@blueyonder.co.uk"
                    }
                ],
                "description": "Restarts a process without Xdebug.",
                "keywords": [
                    "Xdebug",
                    "performance"
                ],
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-03-25T17:01:18+00:00"
            },
            {
                "name": "cweagans/composer-patches",
                "version": "1.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/cweagans/composer-patches.git",
                    "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
                    "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.0 || ^2.0",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "composer/composer": "~1.0 || ~2.0",
                    "phpunit/phpunit": "~4.6"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "cweagans\\Composer\\Patches"
                },
                "autoload": {
                    "psr-4": {
                        "cweagans\\Composer\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Cameron Eagans",
                        "email": "me@cweagans.net"
                    }
                ],
                "description": "Provides a way to patch Composer packages.",
                "time": "2020-09-30T17:56:20+00:00"
            },
            {
                "name": "dealerdirect/phpcodesniffer-composer-installer",
                "version": "v0.6.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
                    "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/8001af8eb107fbfcedc31a8b51e20b07d85b457a",
                    "reference": "8001af8eb107fbfcedc31a8b51e20b07d85b457a",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.0",
                    "php": "^5.3|^7",
                    "squizlabs/php_codesniffer": "^2|^3"
                },
                "require-dev": {
                    "composer/composer": "*",
                    "phpcompatibility/php-compatibility": "^9.0",
                    "sensiolabs/security-checker": "^4.1.0"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Franck Nijhof",
                        "email": "franck.nijhof@dealerdirect.com",
                        "homepage": "http://www.frenck.nl",
                        "role": "Developer / IT Manager"
                    }
                ],
                "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
                "homepage": "http://www.dealerdirect.com",
                "keywords": [
                    "PHPCodeSniffer",
                    "PHP_CodeSniffer",
                    "code quality",
                    "codesniffer",
                    "composer",
                    "installer",
                    "phpcs",
                    "plugin",
                    "qa",
                    "quality",
                    "standard",
                    "standards",
                    "style guide",
                    "stylecheck",
                    "tests"
                ],
                "time": "2020-01-29T20:22:20+00:00"
            },
            {
                "name": "dg/mysql-dump",
                "version": "v1.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dg/MySQL-dump.git",
                    "reference": "e0e287b715b43293773a8b0edf8514f606e01780"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dg/MySQL-dump/zipball/e0e287b715b43293773a8b0edf8514f606e01780",
                    "reference": "e0e287b715b43293773a8b0edf8514f606e01780",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "David Grudl",
                        "homepage": "http://davidgrudl.com"
                    }
                ],
                "description": "MySQL database dump.",
                "homepage": "https://github.com/dg/MySQL-dump",
                "keywords": [
                    "mysql"
                ],
                "time": "2019-09-10T21:36:25+00:00"
            },
            {
                "name": "doctrine/inflector",
                "version": "v1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
                    "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Common String Manipulations with regard to casing and singular/plural rules.",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "inflection",
                    "pluralize",
                    "singularize",
                    "string"
                ],
                "time": "2017-07-22T12:18:28+00:00"
            },
            {
                "name": "doctrine/instantiator",
                "version": "1.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/instantiator.git",
                    "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                    "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3,<8.0-DEV"
                },
                "require-dev": {
                    "athletic/athletic": "~0.1.8",
                    "ext-pdo": "*",
                    "ext-phar": "*",
                    "phpunit/phpunit": "~4.0",
                    "squizlabs/php_codesniffer": "~2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com",
                        "homepage": "http://ocramius.github.com/"
                    }
                ],
                "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                "homepage": "https://github.com/doctrine/instantiator",
                "keywords": [
                    "constructor",
                    "instantiate"
                ],
                "time": "2015-06-14T21:17:01+00:00"
            },
            {
                "name": "gettext/gettext",
                "version": "v4.8.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-gettext/Gettext.git",
                    "reference": "58bc0f7f37e78efb0f9758f93d4a0f669f0f84a1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/58bc0f7f37e78efb0f9758f93d4a0f669f0f84a1",
                    "reference": "58bc0f7f37e78efb0f9758f93d4a0f669f0f84a1",
                    "shasum": ""
                },
                "require": {
                    "gettext/languages": "^2.3",
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "illuminate/view": "*",
                    "phpunit/phpunit": "^4.8|^5.7|^6.5",
                    "squizlabs/php_codesniffer": "^3.0",
                    "symfony/yaml": "~2",
                    "twig/extensions": "*",
                    "twig/twig": "^1.31|^2.0"
                },
                "suggest": {
                    "illuminate/view": "Is necessary if you want to use the Blade extractor",
                    "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
                    "twig/extensions": "Is necessary if you want to use the Twig extractor",
                    "twig/twig": "Is necessary if you want to use the Twig extractor"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Gettext\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Oscar Otero",
                        "email": "oom@oscarotero.com",
                        "homepage": "http://oscarotero.com",
                        "role": "Developer"
                    }
                ],
                "description": "PHP gettext manager",
                "homepage": "https://github.com/oscarotero/Gettext",
                "keywords": [
                    "JS",
                    "gettext",
                    "i18n",
                    "mo",
                    "po",
                    "translation"
                ],
                "funding": [
                    {
                        "url": "https://paypal.me/oscarotero",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/oscarotero",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/misteroom",
                        "type": "patreon"
                    }
                ],
                "time": "2021-03-10T19:35:49+00:00"
            },
            {
                "name": "gettext/languages",
                "version": "2.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-gettext/Languages.git",
                    "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
                    "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.16.0",
                    "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
                },
                "bin": [
                    "bin/export-plural-rules"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Gettext\\Languages\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michele Locati",
                        "email": "mlocati@gmail.com",
                        "role": "Developer"
                    }
                ],
                "description": "gettext languages with plural rules",
                "homepage": "https://github.com/php-gettext/Languages",
                "keywords": [
                    "cldr",
                    "i18n",
                    "internationalization",
                    "l10n",
                    "language",
                    "languages",
                    "localization",
                    "php",
                    "plural",
                    "plural rules",
                    "plurals",
                    "translate",
                    "translations",
                    "unicode"
                ],
                "time": "2019-11-13T10:30:21+00:00"
            },
            {
                "name": "guzzlehttp/guzzle",
                "version": "6.5.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/guzzle.git",
                    "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
                    "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "guzzlehttp/promises": "^1.0",
                    "guzzlehttp/psr7": "^1.6.1",
                    "php": ">=5.5",
                    "symfony/polyfill-intl-idn": "^1.17.0"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                    "psr/log": "^1.1"
                },
                "suggest": {
                    "psr/log": "Required for using the Log middleware"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "6.5-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\": "src/"
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "Guzzle is a PHP HTTP client library",
                "homepage": "http://guzzlephp.org/",
                "keywords": [
                    "client",
                    "curl",
                    "framework",
                    "http",
                    "http client",
                    "rest",
                    "web service"
                ],
                "time": "2020-06-16T21:01:06+00:00"
            },
            {
                "name": "guzzlehttp/promises",
                "version": "1.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/promises.git",
                    "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                    "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "symfony/phpunit-bridge": "^4.4 || ^5.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Promise\\": "src/"
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "Guzzle promises library",
                "keywords": [
                    "promise"
                ],
                "time": "2021-03-07T09:25:29+00:00"
            },
            {
                "name": "guzzlehttp/psr7",
                "version": "1.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/psr7.git",
                    "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
                    "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0",
                    "psr/http-message": "~1.0",
                    "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
                },
                "provide": {
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
                    "ext-zlib": "*",
                    "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
                },
                "suggest": {
                    "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.7-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Psr7\\": "src/"
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Tobias Schultze",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "PSR-7 message implementation that also provides common utility methods",
                "keywords": [
                    "http",
                    "message",
                    "psr-7",
                    "request",
                    "response",
                    "stream",
                    "uri",
                    "url"
                ],
                "time": "2021-03-21T16:25:00+00:00"
            },
            {
                "name": "hamcrest/hamcrest-php",
                "version": "v2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/hamcrest/hamcrest-php.git",
                    "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
                    "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3|^7.0|^8.0"
                },
                "replace": {
                    "cordoval/hamcrest-php": "*",
                    "davedevelopment/hamcrest-php": "*",
                    "kodova/hamcrest-php": "*"
                },
                "require-dev": {
                    "phpunit/php-file-iterator": "^1.4 || ^2.0",
                    "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "hamcrest"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "This is the PHP port of Hamcrest Matchers",
                "keywords": [
                    "test"
                ],
                "time": "2020-07-09T08:09:16+00:00"
            },
            {
                "name": "hautelook/phpass",
                "version": "0.3.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/hautelook/phpass.git",
                    "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/hautelook/phpass/zipball/b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
                    "reference": "b4cbd9b67ed3ef5672ec79d8e0c46d24bd844abd",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Hautelook": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Public Domain"
                ],
                "authors": [
                    {
                        "name": "Solar Designer",
                        "email": "solar@openwall.com",
                        "homepage": "http://openwall.com/phpass/"
                    }
                ],
                "description": "Portable PHP password hashing framework",
                "homepage": "http://github.com/hautelook/phpass/",
                "keywords": [
                    "blowfish",
                    "crypt",
                    "password",
                    "security"
                ],
                "time": "2012-08-31T00:00:00+00:00"
            },
            {
                "name": "illuminate/contracts",
                "version": "v5.5.44",
                "source": {
                    "type": "git",
                    "url": "https://github.com/illuminate/contracts.git",
                    "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/illuminate/contracts/zipball/b2a62b4a85485fca9cf5fa61a933ad64006ff528",
                    "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0",
                    "psr/container": "~1.0",
                    "psr/simple-cache": "~1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.5-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Illuminate\\Contracts\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Taylor Otwell",
                        "email": "taylor@laravel.com"
                    }
                ],
                "description": "The Illuminate Contracts package.",
                "homepage": "https://laravel.com",
                "time": "2018-03-20T15:34:35+00:00"
            },
            {
                "name": "illuminate/support",
                "version": "v5.5.44",
                "source": {
                    "type": "git",
                    "url": "https://github.com/illuminate/support.git",
                    "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/illuminate/support/zipball/5c405512d75dcaf5d37791badce02d86ed8e4bc4",
                    "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4",
                    "shasum": ""
                },
                "require": {
                    "doctrine/inflector": "~1.1",
                    "ext-mbstring": "*",
                    "illuminate/contracts": "5.5.*",
                    "nesbot/carbon": "^1.24.1",
                    "php": ">=7.0"
                },
                "replace": {
                    "tightenco/collect": "<5.5.33"
                },
                "suggest": {
                    "illuminate/filesystem": "Required to use the composer class (5.5.*).",
                    "symfony/process": "Required to use the composer class (~3.3).",
                    "symfony/var-dumper": "Required to use the dd function (~3.3)."
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.5-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Illuminate\\Support\\": ""
                    },
                    "files": [
                        "helpers.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Taylor Otwell",
                        "email": "taylor@laravel.com"
                    }
                ],
                "description": "The Illuminate Support package.",
                "homepage": "https://laravel.com",
                "time": "2018-08-10T19:40:01+00:00"
            },
            {
                "name": "justinrainbow/json-schema",
                "version": "5.2.10",
                "source": {
                    "type": "git",
                    "url": "https://github.com/justinrainbow/json-schema.git",
                    "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
                    "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                    "json-schema/json-schema-test-suite": "1.2.0",
                    "phpunit/phpunit": "^4.8.35"
                },
                "bin": [
                    "bin/validate-json"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "JsonSchema\\": "src/JsonSchema/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bruno Prieto Reis",
                        "email": "bruno.p.reis@gmail.com"
                    },
                    {
                        "name": "Justin Rainbow",
                        "email": "justin.rainbow@gmail.com"
                    },
                    {
                        "name": "Igor Wiedler",
                        "email": "igor@wiedler.ch"
                    },
                    {
                        "name": "Robert Schönthal",
                        "email": "seroscho@googlemail.com"
                    }
                ],
                "description": "A library to validate a json schema.",
                "homepage": "https://github.com/justinrainbow/json-schema",
                "keywords": [
                    "json",
                    "schema"
                ],
                "time": "2020-05-27T16:41:55+00:00"
            },
            {
                "name": "kylekatarnls/update-helper",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/kylekatarnls/update-helper.git",
                    "reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
                    "reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1.0 || ^2.0.0",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "codeclimate/php-test-reporter": "dev-master",
                    "composer/composer": "2.0.x-dev || ^2.0.0-dev",
                    "phpunit/phpunit": ">=4.8.35 <6.0"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "UpdateHelper\\ComposerPlugin"
                },
                "autoload": {
                    "psr-0": {
                        "UpdateHelper\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Kyle",
                        "email": "kylekatarnls@gmail.com"
                    }
                ],
                "description": "Update helper",
                "funding": [
                    {
                        "url": "https://github.com/kylekatarnls",
                        "type": "github"
                    },
                    {
                        "url": "https://opencollective.com/Carbon",
                        "type": "open_collective"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-04-07T20:44:10+00:00"
            },
            {
                "name": "lucatume/wp-browser",
                "version": "2.6.17",
                "source": {
                    "type": "git",
                    "url": "https://github.com/lucatume/wp-browser.git",
                    "reference": "00debfb08763ff2f0b8f8c2dee0e1962504bb7c7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/lucatume/wp-browser/zipball/00debfb08763ff2f0b8f8c2dee0e1962504bb7c7",
                    "reference": "00debfb08763ff2f0b8f8c2dee0e1962504bb7c7",
                    "shasum": ""
                },
                "require": {
                    "antecedent/patchwork": "^2.0",
                    "codeception/codeception": "^2.5 || ^3.0 || ^4.0",
                    "dg/mysql-dump": "^1.3",
                    "ext-fileinfo": "*",
                    "ext-iconv": "*",
                    "ext-json": "*",
                    "ext-pdo": "*",
                    "mikemclin/laravel-wp-password": "~2.0.0",
                    "php": ">=5.6.0",
                    "symfony/filesystem": ">=3.0",
                    "symfony/process": ">=2.7 <5.0",
                    "vria/nodiacritic": "^0.1.2",
                    "wp-cli/wp-cli-bundle": ">=2.0 <3.0.0",
                    "zordius/lightncandy": "^1.2"
                },
                "require-dev": {
                    "erusev/parsedown": "^1.7",
                    "gumlet/php-image-resize": "^1.6",
                    "lucatume/codeception-snapshot-assertions": "^0.2",
                    "mikey179/vfsstream": "^1.6",
                    "victorjonsson/markdowndocs": "dev-master",
                    "vlucas/phpdotenv": "^3.0"
                },
                "suggest": {
                    "codeception/module-asserts": "Codeception 4.0 compatibility.",
                    "codeception/module-cli": "Codeception 4.0 compatibility; required by the WPCLI module.",
                    "codeception/module-db": "Codeception 4.0 compatibility; required by the WPDb module.",
                    "codeception/module-filesystem": "Codeception 4.0 compatibility; required by the WPFilesystem module.",
                    "codeception/module-phpbrowser": "Codeception 4.0 compatibility; required by the WPBrowser module.",
                    "codeception/module-webdriver": "Codeception 4.0 compatibility; required by the WPWebDriver module.",
                    "codeception/util-universalframework": "Codeception 4.0 compatibility; required by the WordPress framework module.",
                    "gumlet/php-image-resize": "To handle runtime image modification in the WPDb::haveAttachmentInDatabase method.",
                    "vlucas/phpdotenv:^4.0": "To manage more complex environment file based configuration of the suites."
                },
                "type": "library",
                "extra": {
                    "_hash": "484f861f69198089cab0e642f27e5653"
                },
                "autoload": {
                    "psr-4": {
                        "Codeception\\": "src/Codeception",
                        "tad\\": "src/tad"
                    },
                    "files": [
                        "src/tad/WPBrowser/utils.php",
                        "src/tad/WPBrowser/wp-polyfills.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "theAverageDev (Luca Tumedei)",
                        "email": "luca@theaveragedev.com",
                        "homepage": "http://theaveragedev.com",
                        "role": "Developer"
                    }
                ],
                "description": "WordPress extension of the PhpBrowser class.",
                "homepage": "http://github.com/lucatume/wp-browser",
                "keywords": [
                    "codeception",
                    "wordpress"
                ],
                "funding": [
                    {
                        "url": "https://github.com/lucatume",
                        "type": "github"
                    }
                ],
                "time": "2020-11-17T12:36:00+00:00"
            },
            {
                "name": "matthiasmullie/minify",
                "version": "1.3.66",
                "source": {
                    "type": "git",
                    "url": "https://github.com/matthiasmullie/minify.git",
                    "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
                    "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
                    "shasum": ""
                },
                "require": {
                    "ext-pcre": "*",
                    "matthiasmullie/path-converter": "~1.1",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "~2.0",
                    "matthiasmullie/scrapbook": "dev-master",
                    "phpunit/phpunit": ">=4.8"
                },
                "suggest": {
                    "psr/cache-implementation": "Cache implementation to use with Minify::cache"
                },
                "bin": [
                    "bin/minifycss",
                    "bin/minifyjs"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "MatthiasMullie\\Minify\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Matthias Mullie",
                        "email": "minify@mullie.eu",
                        "homepage": "http://www.mullie.eu",
                        "role": "Developer"
                    }
                ],
                "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
                "homepage": "http://www.minifier.org",
                "keywords": [
                    "JS",
                    "css",
                    "javascript",
                    "minifier",
                    "minify"
                ],
                "funding": [
                    {
                        "url": "https://github.com/[user1",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/user2",
                        "type": "github"
                    }
                ],
                "time": "2021-01-06T15:18:10+00:00"
            },
            {
                "name": "matthiasmullie/path-converter",
                "version": "1.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/matthiasmullie/path-converter.git",
                    "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                    "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                    "shasum": ""
                },
                "require": {
                    "ext-pcre": "*",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.8"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "MatthiasMullie\\PathConverter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Matthias Mullie",
                        "email": "pathconverter@mullie.eu",
                        "homepage": "http://www.mullie.eu",
                        "role": "Developer"
                    }
                ],
                "description": "Relative path converter",
                "homepage": "http://github.com/matthiasmullie/path-converter",
                "keywords": [
                    "converter",
                    "path",
                    "paths",
                    "relative"
                ],
                "time": "2019-02-05T23:41:09+00:00"
            },
            {
                "name": "mck89/peast",
                "version": "v1.12.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mck89/peast.git",
                    "reference": "833be7a294627a8c5b1c482cbf489f73bf9b8086"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mck89/peast/zipball/833be7a294627a8c5b1c482cbf489f73bf9b8086",
                    "reference": "833be7a294627a8c5b1c482cbf489f73bf9b8086",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.12.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Peast\\": "lib/Peast/",
                        "Peast\\test\\": "test/Peast/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marco Marchiò",
                        "email": "marco.mm89@gmail.com"
                    }
                ],
                "description": "Peast is PHP library that generates AST for JavaScript code",
                "time": "2021-01-08T15:16:19+00:00"
            },
            {
                "name": "mikemclin/laravel-wp-password",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mikemclin/laravel-wp-password.git",
                    "reference": "84ff1113ff6866cdb0350c176dc3c843383e4819"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mikemclin/laravel-wp-password/zipball/84ff1113ff6866cdb0350c176dc3c843383e4819",
                    "reference": "84ff1113ff6866cdb0350c176dc3c843383e4819",
                    "shasum": ""
                },
                "require": {
                    "hautelook/phpass": "0.3.*",
                    "illuminate/support": ">=4.0.0",
                    "php": ">=5.3.0"
                },
                "replace": {
                    "mikemclin/laravel-wp-password": "self.version"
                },
                "require-dev": {
                    "mockery/mockery": "~0.9",
                    "phpunit/phpunit": "~4.0",
                    "satooshi/php-coveralls": "dev-master"
                },
                "type": "laravel-package",
                "extra": {
                    "laravel": {
                        "providers": [
                            "MikeMcLin\\WpPassword\\WpPasswordProvider"
                        ],
                        "aliases": {
                            "WpPassword": "MikeMcLin\\WpPassword\\Facades\\WpPassword"
                        }
                    }
                },
                "autoload": {
                    "psr-4": {
                        "MikeMcLin\\WpPassword\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike McLin",
                        "email": "mike@mikemclin.com",
                        "homepage": "http://mikemclin.net"
                    }
                ],
                "description": "Laravel package that checks and creates WordPress password hashes",
                "homepage": "https://github.com/mikemclin/laravel-wp-password",
                "keywords": [
                    "hashing",
                    "laravel",
                    "password",
                    "wordpress"
                ],
                "time": "2018-01-11T14:12:02+00:00"
            },
            {
                "name": "mockery/mockery",
                "version": "1.3.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mockery/mockery.git",
                    "reference": "31467aeb3ca3188158613322d66df81cedd86626"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mockery/mockery/zipball/31467aeb3ca3188158613322d66df81cedd86626",
                    "reference": "31467aeb3ca3188158613322d66df81cedd86626",
                    "shasum": ""
                },
                "require": {
                    "hamcrest/hamcrest-php": "^2.0.1",
                    "lib-pcre": ">=7.0",
                    "php": ">=5.6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Mockery": "library/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Pádraic Brady",
                        "email": "padraic.brady@gmail.com",
                        "homepage": "http://blog.astrumfutura.com"
                    },
                    {
                        "name": "Dave Marshall",
                        "email": "dave.marshall@atstsolutions.co.uk",
                        "homepage": "http://davedevelopment.co.uk"
                    }
                ],
                "description": "Mockery is a simple yet flexible PHP mock object framework",
                "homepage": "https://github.com/mockery/mockery",
                "keywords": [
                    "BDD",
                    "TDD",
                    "library",
                    "mock",
                    "mock objects",
                    "mockery",
                    "stub",
                    "test",
                    "test double",
                    "testing"
                ],
                "time": "2021-02-24T09:51:00+00:00"
            },
            {
                "name": "monolog/monolog",
                "version": "1.26.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/monolog.git",
                    "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
                    "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0",
                    "psr/log": "~1.0"
                },
                "provide": {
                    "psr/log-implementation": "1.0.0"
                },
                "require-dev": {
                    "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                    "doctrine/couchdb": "~1.0@dev",
                    "graylog2/gelf-php": "~1.0",
                    "php-amqplib/php-amqplib": "~2.4",
                    "php-console/php-console": "^3.1.3",
                    "phpstan/phpstan": "^0.12.59",
                    "phpunit/phpunit": "~4.5",
                    "ruflin/elastica": ">=0.90 <3.0",
                    "sentry/sentry": "^0.13",
                    "swiftmailer/swiftmailer": "^5.3|^6.0"
                },
                "suggest": {
                    "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                    "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                    "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                    "ext-mongo": "Allow sending log messages to a MongoDB server",
                    "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                    "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                    "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                    "php-console/php-console": "Allow sending log messages to Google Chrome",
                    "rollbar/rollbar": "Allow sending log messages to Rollbar",
                    "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                    "sentry/sentry": "Allow sending log messages to a Sentry server"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Monolog\\": "src/Monolog"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
                "homepage": "http://github.com/Seldaek/monolog",
                "keywords": [
                    "log",
                    "logging",
                    "psr-3"
                ],
                "funding": [
                    {
                        "url": "https://github.com/Seldaek",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-12-14T12:56:38+00:00"
            },
            {
                "name": "mustache/mustache",
                "version": "v2.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/bobthecow/mustache.php.git",
                    "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4",
                    "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.2.4"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "~1.11",
                    "phpunit/phpunit": "~3.7|~4.0|~5.0"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Mustache": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Justin Hileman",
                        "email": "justin@justinhileman.info",
                        "homepage": "http://justinhileman.com"
                    }
                ],
                "description": "A Mustache implementation in PHP.",
                "homepage": "https://github.com/bobthecow/mustache.php",
                "keywords": [
                    "mustache",
                    "templating"
                ],
                "time": "2019-11-23T21:40:31+00:00"
            },
            {
                "name": "myclabs/deep-copy",
                "version": "1.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/myclabs/DeepCopy.git",
                    "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
                    "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "require-dev": {
                    "doctrine/collections": "^1.0",
                    "doctrine/common": "^2.6",
                    "phpunit/phpunit": "^4.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "DeepCopy\\": "src/DeepCopy/"
                    },
                    "files": [
                        "src/DeepCopy/deep_copy.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Create deep copies (clones) of your objects",
                "keywords": [
                    "clone",
                    "copy",
                    "duplicate",
                    "object",
                    "object graph"
                ],
                "time": "2017-10-19T19:58:43+00:00"
            },
            {
                "name": "nb/oxymel",
                "version": "v0.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/nb/oxymel.git",
                    "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
                    "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.2.4"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Oxymel": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nikolay Bachiyski",
                        "email": "nb@nikolay.bg",
                        "homepage": "http://extrapolate.me/"
                    }
                ],
                "description": "A sweet XML builder",
                "homepage": "https://github.com/nb/oxymel",
                "keywords": [
                    "xml"
                ],
                "time": "2013-02-24T15:01:54+00:00"
            },
            {
                "name": "nesbot/carbon",
                "version": "1.39.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/briannesbitt/Carbon.git",
                    "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
                    "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
                    "shasum": ""
                },
                "require": {
                    "kylekatarnls/update-helper": "^1.1",
                    "php": ">=5.3.9",
                    "symfony/translation": "~2.6 || ~3.0 || ~4.0"
                },
                "require-dev": {
                    "composer/composer": "^1.2",
                    "friendsofphp/php-cs-fixer": "~2",
                    "phpunit/phpunit": "^4.8.35 || ^5.7"
                },
                "bin": [
                    "bin/upgrade-carbon"
                ],
                "type": "library",
                "extra": {
                    "update-helper": "Carbon\\Upgrade",
                    "laravel": {
                        "providers": [
                            "Carbon\\Laravel\\ServiceProvider"
                        ]
                    }
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Brian Nesbitt",
                        "email": "brian@nesbot.com",
                        "homepage": "http://nesbot.com"
                    }
                ],
                "description": "A simple API extension for DateTime.",
                "homepage": "http://carbon.nesbot.com",
                "keywords": [
                    "date",
                    "datetime",
                    "time"
                ],
                "time": "2019-10-14T05:51:36+00:00"
            },
            {
                "name": "paragonie/random_compat",
                "version": "v9.99.100",
                "source": {
                    "type": "git",
                    "url": "https://github.com/paragonie/random_compat.git",
                    "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                    "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                    "shasum": ""
                },
                "require": {
                    "php": ">= 7"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.*|5.*",
                    "vimeo/psalm": "^1"
                },
                "suggest": {
                    "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paragon Initiative Enterprises",
                        "email": "security@paragonie.com",
                        "homepage": "https://paragonie.com"
                    }
                ],
                "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                "keywords": [
                    "csprng",
                    "polyfill",
                    "pseudorandom",
                    "random"
                ],
                "time": "2020-10-15T08:29:30+00:00"
            },
            {
                "name": "phar-io/manifest",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/manifest.git",
                    "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
                    "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-phar": "*",
                    "phar-io/version": "^1.0.1",
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
                "time": "2017-03-05T18:14:27+00:00"
            },
            {
                "name": "phar-io/version",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phar-io/version.git",
                    "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
                    "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.6 || ^7.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Heuer",
                        "email": "sebastian@phpeople.de",
                        "role": "Developer"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "Developer"
                    }
                ],
                "description": "Library for handling version information and constraints",
                "time": "2017-03-05T17:38:23+00:00"
            },
            {
                "name": "php-webdriver/webdriver",
                "version": "1.10.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-webdriver/php-webdriver.git",
                    "reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd9290b95b7651d495bd69253d6e3ef469a7f211",
                    "reference": "cd9290b95b7651d495bd69253d6e3ef469a7f211",
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "ext-json": "*",
                    "ext-zip": "*",
                    "php": "^5.6 || ~7.0 || ^8.0",
                    "symfony/polyfill-mbstring": "^1.12",
                    "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
                },
                "replace": {
                    "facebook/webdriver": "*"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.0",
                    "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
                    "php-coveralls/php-coveralls": "^2.4",
                    "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
                    "php-parallel-lint/php-parallel-lint": "^1.2",
                    "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
                    "squizlabs/php_codesniffer": "^3.5",
                    "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
                },
                "suggest": {
                    "ext-SimpleXML": "For Firefox profile creation"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.8.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Facebook\\WebDriver\\": "lib/"
                    },
                    "files": [
                        "lib/Exception/TimeoutException.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
                "homepage": "https://github.com/php-webdriver/php-webdriver",
                "keywords": [
                    "Chromedriver",
                    "geckodriver",
                    "php",
                    "selenium",
                    "webdriver"
                ],
                "time": "2021-02-25T13:38:09+00:00"
            },
            {
                "name": "phpcompatibility/php-compatibility",
                "version": "9.3.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
                    "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
                    "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3",
                    "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
                },
                "conflict": {
                    "squizlabs/php_codesniffer": "2.6.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
                },
                "suggest": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
                    "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
                },
                "type": "phpcodesniffer-standard",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-3.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Wim Godden",
                        "homepage": "https://github.com/wimg",
                        "role": "lead"
                    },
                    {
                        "name": "Juliette Reinders Folmer",
                        "homepage": "https://github.com/jrfnl",
                        "role": "lead"
                    },
                    {
                        "name": "Contributors",
                        "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
                    }
                ],
                "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
                "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
                "keywords": [
                    "compatibility",
                    "phpcs",
                    "standards"
                ],
                "time": "2019-12-27T09:44:58+00:00"
            },
            {
                "name": "phpdocumentor/reflection-common",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                    "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                    "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": [
                            "src"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jaap van Otterdijk",
                        "email": "opensource@ijaap.nl"
                    }
                ],
                "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
                "homepage": "http://www.phpdoc.org",
                "keywords": [
                    "FQSEN",
                    "phpDocumentor",
                    "phpdoc",
                    "reflection",
                    "static analysis"
                ],
                "time": "2017-09-11T18:02:19+00:00"
            },
            {
                "name": "phpdocumentor/reflection-docblock",
                "version": "4.3.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                    "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
                    "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0",
                    "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
                    "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
                    "webmozart/assert": "^1.0"
                },
                "require-dev": {
                    "doctrine/instantiator": "^1.0.5",
                    "mockery/mockery": "^1.0",
                    "phpdocumentor/type-resolver": "0.4.*",
                    "phpunit/phpunit": "^6.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
                "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
                "time": "2019-12-28T18:55:12+00:00"
            },
            {
                "name": "phpdocumentor/type-resolver",
                "version": "0.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpDocumentor/TypeResolver.git",
                    "reference": "cf842904952e64e703800d094cdf34e715a8a3ae"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/cf842904952e64e703800d094cdf34e715a8a3ae",
                    "reference": "cf842904952e64e703800d094cdf34e715a8a3ae",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0",
                    "phpdocumentor/reflection-common": "^1.0"
                },
                "require-dev": {
                    "mockery/mockery": "^1.0",
                    "phpunit/phpunit": "^6.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "phpDocumentor\\Reflection\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "me@mikevanriel.com"
                    }
                ],
                "time": "2017-12-30T13:23:38+00:00"
            },
            {
                "name": "phpoption/phpoption",
                "version": "1.7.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/schmittjoh/php-option.git",
                    "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
                    "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5.9 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.4.1",
                    "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.7-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PhpOption\\": "src/PhpOption/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Johannes M. Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Graham Campbell",
                        "email": "graham@alt-three.com"
                    }
                ],
                "description": "Option Type for PHP",
                "keywords": [
                    "language",
                    "option",
                    "php",
                    "type"
                ],
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-07-20T17:29:33+00:00"
            },
            {
                "name": "phpspec/prophecy",
                "version": "v1.10.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpspec/prophecy.git",
                    "reference": "451c3cd1418cf640de218914901e51b064abb093"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
                    "reference": "451c3cd1418cf640de218914901e51b064abb093",
                    "shasum": ""
                },
                "require": {
                    "doctrine/instantiator": "^1.0.2",
                    "php": "^5.3|^7.0",
                    "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
                    "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
                    "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
                },
                "require-dev": {
                    "phpspec/phpspec": "^2.5 || ^3.2",
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.10.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Prophecy\\": "src/Prophecy"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Konstantin Kudryashov",
                        "email": "ever.zet@gmail.com",
                        "homepage": "http://everzet.com"
                    },
                    {
                        "name": "Marcello Duarte",
                        "email": "marcello.duarte@gmail.com"
                    }
                ],
                "description": "Highly opinionated mocking framework for PHP 5.3+",
                "homepage": "https://github.com/phpspec/prophecy",
                "keywords": [
                    "Double",
                    "Dummy",
                    "fake",
                    "mock",
                    "spy",
                    "stub"
                ],
                "time": "2020-03-05T15:02:03+00:00"
            },
            {
                "name": "phpunit/php-code-coverage",
                "version": "5.3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                    "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
                    "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.0",
                    "phpunit/php-file-iterator": "^1.4.2",
                    "phpunit/php-text-template": "^1.2.1",
                    "phpunit/php-token-stream": "^2.0.1",
                    "sebastian/code-unit-reverse-lookup": "^1.0.1",
                    "sebastian/environment": "^3.0",
                    "sebastian/version": "^2.0.1",
                    "theseer/tokenizer": "^1.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0"
                },
                "suggest": {
                    "ext-xdebug": "^2.5.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.3.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
                "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                "keywords": [
                    "coverage",
                    "testing",
                    "xunit"
                ],
                "time": "2018-04-06T15:36:58+00:00"
            },
            {
                "name": "phpunit/php-file-iterator",
                "version": "1.4.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                    "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
                    "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sb@sebastian-bergmann.de",
                        "role": "lead"
                    }
                ],
                "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                "keywords": [
                    "filesystem",
                    "iterator"
                ],
                "time": "2017-11-27T13:52:08+00:00"
            },
            {
                "name": "phpunit/php-text-template",
                "version": "1.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-text-template.git",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Simple template engine.",
                "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                "keywords": [
                    "template"
                ],
                "time": "2015-06-21T13:50:34+00:00"
            },
            {
                "name": "phpunit/php-timer",
                "version": "1.0.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-timer.git",
                    "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                    "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.3 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sb@sebastian-bergmann.de",
                        "role": "lead"
                    }
                ],
                "description": "Utility class for timing",
                "homepage": "https://github.com/sebastianbergmann/php-timer/",
                "keywords": [
                    "timer"
                ],
                "time": "2017-02-26T11:10:40+00:00"
            },
            {
                "name": "phpunit/php-token-stream",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                    "reference": "791198a2c6254db10131eecfe8c06670700904db"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
                    "reference": "791198a2c6254db10131eecfe8c06670700904db",
                    "shasum": ""
                },
                "require": {
                    "ext-tokenizer": "*",
                    "php": "^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.2.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Wrapper around PHP's tokenizer extension.",
                "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
                "keywords": [
                    "tokenizer"
                ],
                "abandoned": true,
                "time": "2017-11-27T05:48:46+00:00"
            },
            {
                "name": "phpunit/phpunit",
                "version": "6.5.14",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpunit.git",
                    "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
                    "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-json": "*",
                    "ext-libxml": "*",
                    "ext-mbstring": "*",
                    "ext-xml": "*",
                    "myclabs/deep-copy": "^1.6.1",
                    "phar-io/manifest": "^1.0.1",
                    "phar-io/version": "^1.0",
                    "php": "^7.0",
                    "phpspec/prophecy": "^1.7",
                    "phpunit/php-code-coverage": "^5.3",
                    "phpunit/php-file-iterator": "^1.4.3",
                    "phpunit/php-text-template": "^1.2.1",
                    "phpunit/php-timer": "^1.0.9",
                    "phpunit/phpunit-mock-objects": "^5.0.9",
                    "sebastian/comparator": "^2.1",
                    "sebastian/diff": "^2.0",
                    "sebastian/environment": "^3.1",
                    "sebastian/exporter": "^3.1",
                    "sebastian/global-state": "^2.0",
                    "sebastian/object-enumerator": "^3.0.3",
                    "sebastian/resource-operations": "^1.0",
                    "sebastian/version": "^2.0.1"
                },
                "conflict": {
                    "phpdocumentor/reflection-docblock": "3.0.2",
                    "phpunit/dbunit": "<3.0"
                },
                "require-dev": {
                    "ext-pdo": "*"
                },
                "suggest": {
                    "ext-xdebug": "*",
                    "phpunit/php-invoker": "^1.1"
                },
                "bin": [
                    "phpunit"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "6.5.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "The PHP Unit Testing framework.",
                "homepage": "https://phpunit.de/",
                "keywords": [
                    "phpunit",
                    "testing",
                    "xunit"
                ],
                "time": "2019-02-01T05:22:47+00:00"
            },
            {
                "name": "phpunit/phpunit-mock-objects",
                "version": "5.0.10",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                    "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
                    "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
                    "shasum": ""
                },
                "require": {
                    "doctrine/instantiator": "^1.0.5",
                    "php": "^7.0",
                    "phpunit/php-text-template": "^1.2.1",
                    "sebastian/exporter": "^3.1"
                },
                "conflict": {
                    "phpunit/phpunit": "<6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.5.11"
                },
                "suggest": {
                    "ext-soap": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Mock Object library for PHPUnit",
                "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
                "keywords": [
                    "mock",
                    "xunit"
                ],
                "abandoned": true,
                "time": "2018-08-09T05:50:03+00:00"
            },
            {
                "name": "psr/container",
                "version": "1.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"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "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"
                ],
                "time": "2017-02-14T16:28:37+00:00"
            },
            {
                "name": "psr/http-message",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-message.git",
                    "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                    "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for HTTP messages",
                "homepage": "https://github.com/php-fig/http-message",
                "keywords": [
                    "http",
                    "http-message",
                    "psr",
                    "psr-7",
                    "request",
                    "response"
                ],
                "time": "2016-08-06T14:39:51+00:00"
            },
            {
                "name": "psr/simple-cache",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/simple-cache.git",
                    "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                    "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\SimpleCache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interfaces for simple caching",
                "keywords": [
                    "cache",
                    "caching",
                    "psr",
                    "psr-16",
                    "simple-cache"
                ],
                "time": "2017-10-23T01:57:42+00:00"
            },
            {
                "name": "ralouphie/getallheaders",
                "version": "3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ralouphie/getallheaders.git",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpunit": "^5 || ^6.5"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/getallheaders.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ralph Khattar",
                        "email": "ralph.khattar@gmail.com"
                    }
                ],
                "description": "A polyfill for getallheaders.",
                "time": "2019-03-08T08:55:37+00:00"
            },
            {
                "name": "rmccue/requests",
                "version": "v1.7.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/rmccue/Requests.git",
                    "reference": "87932f52ffad70504d93f04f15690cf16a089546"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
                    "reference": "87932f52ffad70504d93f04f15690cf16a089546",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.2"
                },
                "require-dev": {
                    "requests/test-server": "dev-master"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Requests": "library/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "ISC"
                ],
                "authors": [
                    {
                        "name": "Ryan McCue",
                        "homepage": "http://ryanmccue.info"
                    }
                ],
                "description": "A HTTP library written in PHP, for human beings.",
                "homepage": "http://github.com/rmccue/Requests",
                "keywords": [
                    "curl",
                    "fsockopen",
                    "http",
                    "idna",
                    "ipv6",
                    "iri",
                    "sockets"
                ],
                "time": "2016-10-13T00:11:37+00:00"
            },
            {
                "name": "sebastian/code-unit-reverse-lookup",
                "version": "1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                    "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
                    "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Looks up which function or method a line of code belongs to",
                "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-30T08:15:22+00:00"
            },
            {
                "name": "sebastian/comparator",
                "version": "2.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
                    "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
                    "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0",
                    "sebastian/diff": "^2.0 || ^3.0",
                    "sebastian/exporter": "^3.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.1.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
                "homepage": "https://github.com/sebastianbergmann/comparator",
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
                "time": "2018-02-01T13:46:46+00:00"
            },
            {
                "name": "sebastian/diff",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
                    "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
                    "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Diff implementation",
                "homepage": "https://github.com/sebastianbergmann/diff",
                "keywords": [
                    "diff"
                ],
                "time": "2017-08-03T08:09:46+00:00"
            },
            {
                "name": "sebastian/environment",
                "version": "3.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
                    "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
                    "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.1.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "http://www.github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
                "time": "2017-07-01T08:51:00+00:00"
            },
            {
                "name": "sebastian/exporter",
                "version": "3.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
                    "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
                    "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0",
                    "sebastian/recursion-context": "^3.0"
                },
                "require-dev": {
                    "ext-mbstring": "*",
                    "phpunit/phpunit": "^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.1.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "http://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-30T07:47:53+00:00"
            },
            {
                "name": "sebastian/global-state",
                "version": "2.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
                    "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                    "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0"
                },
                "suggest": {
                    "ext-uopz": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Snapshotting of global state",
                "homepage": "http://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
                "time": "2017-04-27T15:39:26+00:00"
            },
            {
                "name": "sebastian/object-enumerator",
                "version": "3.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                    "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
                    "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0",
                    "sebastian/object-reflector": "^1.1.1",
                    "sebastian/recursion-context": "^3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Traverses array structures and object graphs to enumerate all referenced objects",
                "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-30T07:40:27+00:00"
            },
            {
                "name": "sebastian/object-reflector",
                "version": "1.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/object-reflector.git",
                    "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
                    "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Allows reflection of object attributes, including inherited and non-public ones",
                "homepage": "https://github.com/sebastianbergmann/object-reflector/",
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-30T07:37:18+00:00"
            },
            {
                "name": "sebastian/recursion-context",
                "version": "3.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/recursion-context.git",
                    "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
                    "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    }
                ],
                "description": "Provides functionality to recursively process PHP variables",
                "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
                "funding": [
                    {
                        "url": "https://github.com/sebastianbergmann",
                        "type": "github"
                    }
                ],
                "time": "2020-11-30T07:34:24+00:00"
            },
            {
                "name": "sebastian/resource-operations",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/resource-operations.git",
                    "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                    "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides a list of PHP built-in functions that operate on resources",
                "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
                "time": "2015-07-28T20:34:47+00:00"
            },
            {
                "name": "sebastian/version",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                    "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                "homepage": "https://github.com/sebastianbergmann/version",
                "time": "2016-10-03T07:35:21+00:00"
            },
            {
                "name": "seld/jsonlint",
                "version": "1.8.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/jsonlint.git",
                    "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
                    "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
                },
                "bin": [
                    "bin/jsonlint"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "JSON Linter",
                "keywords": [
                    "json",
                    "linter",
                    "parser",
                    "validator"
                ],
                "funding": [
                    {
                        "url": "https://github.com/Seldaek",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                        "type": "tidelift"
                    }
                ],
                "time": "2020-11-11T09:19:24+00:00"
            },
            {
                "name": "seld/phar-utils",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Seldaek/phar-utils.git",
                    "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
                    "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Seld\\PharUtils\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be"
                    }
                ],
                "description": "PHAR file format utilities, for when PHP phars you up",
                "keywords": [
                    "phar"
                ],
                "time": "2020-07-07T18:42:57+00:00"
            },
            {
                "name": "softcreatr/jsonpath",
                "version": "0.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/SoftCreatR/JSONPath.git",
                    "reference": "758c56cdae8c58a599caac00f818eafbb1364e14"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/758c56cdae8c58a599caac00f818eafbb1364e14",
                    "reference": "758c56cdae8c58a599caac00f818eafbb1364e14",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "php": ">=5.4,<7.1"
                },
                "conflict": {
                    "phpunit/phpunit": "<4.0,>=7.0"
                },
                "replace": {
                    "flow/jsonpath": "*"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0 || ^5.7 || ^6.5",
                    "roave/security-advisories": "dev-master",
                    "squizlabs/php_codesniffer": "^3.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Flow\\JSONPath\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Stephen Frank",
                        "email": "stephen@flowsa.com",
                        "homepage": "https://prismaticbytes.com",
                        "role": "Developer"
                    },
                    {
                        "name": "Sascha Greuel",
                        "email": "hello@1-2.dev",
                        "homepage": "http://1-2.dev",
                        "role": "Developer"
                    }
                ],
                "description": "JSONPath implementation for parsing, searching and flattening arrays",
                "funding": [
                    {
                        "url": "https://github.com/softcreatr",
                        "type": "github"
                    }
                ],
                "time": "2020-11-02T12:58:48+00:00"
            },
            {
                "name": "squizlabs/php_codesniffer",
                "version": "3.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                    "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
                    "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
                    "shasum": ""
                },
                "require": {
                    "ext-simplexml": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
                },
                "bin": [
                    "bin/phpcs",
                    "bin/phpcbf"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "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"
                ],
                "time": "2021-04-09T00:54:41+00:00"
            },
            {
                "name": "symfony/browser-kit",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/browser-kit.git",
                    "reference": "8079a6b3668ef15cdbf73a4c7d31081abb8bb5f0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/browser-kit/zipball/8079a6b3668ef15cdbf73a4c7d31081abb8bb5f0",
                    "reference": "8079a6b3668ef15cdbf73a4c7d31081abb8bb5f0",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "symfony/dom-crawler": "~2.8|~3.0"
                },
                "require-dev": {
                    "symfony/css-selector": "~2.8|~3.0",
                    "symfony/process": "~2.8|~3.0"
                },
                "suggest": {
                    "symfony/process": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\BrowserKit\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony BrowserKit Component",
                "homepage": "https://symfony.com",
                "time": "2017-07-12T13:03:20+00:00"
            },
            {
                "name": "symfony/console",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/console.git",
                    "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
                    "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "symfony/debug": "~2.8|~3.0",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.3"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "~3.3",
                    "symfony/dependency-injection": "~3.3",
                    "symfony/event-dispatcher": "~2.8|~3.0",
                    "symfony/filesystem": "~2.8|~3.0",
                    "symfony/http-kernel": "~2.8|~3.0",
                    "symfony/process": "~2.8|~3.0"
                },
                "suggest": {
                    "psr/log": "For using the console logger",
                    "symfony/event-dispatcher": "",
                    "symfony/filesystem": "",
                    "symfony/process": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Console\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Console Component",
                "homepage": "https://symfony.com",
                "time": "2017-07-29T21:27:59+00:00"
            },
            {
                "name": "symfony/css-selector",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/css-selector.git",
                    "reference": "4d882dced7b995d5274293039370148e291808f2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
                    "reference": "4d882dced7b995d5274293039370148e291808f2",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\CssSelector\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jean-François Simon",
                        "email": "jeanfrancois.simon@sensiolabs.com"
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony CssSelector Component",
                "homepage": "https://symfony.com",
                "time": "2017-05-01T15:01:29+00:00"
            },
            {
                "name": "symfony/debug",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/debug.git",
                    "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
                    "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "psr/log": "~1.0"
                },
                "conflict": {
                    "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
                },
                "require-dev": {
                    "symfony/http-kernel": "~2.8|~3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Debug\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Debug Component",
                "homepage": "https://symfony.com",
                "time": "2017-07-28T15:27:31+00:00"
            },
            {
                "name": "symfony/dom-crawler",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dom-crawler.git",
                    "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
                    "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "require-dev": {
                    "symfony/css-selector": "~2.8|~3.0"
                },
                "suggest": {
                    "symfony/css-selector": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\DomCrawler\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony DomCrawler Component",
                "homepage": "https://symfony.com",
                "time": "2017-05-25T23:10:31+00:00"
            },
            {
                "name": "symfony/event-dispatcher",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/event-dispatcher.git",
                    "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
                    "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "conflict": {
                    "symfony/dependency-injection": "<3.3"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "~2.8|~3.0",
                    "symfony/dependency-injection": "~3.3",
                    "symfony/expression-language": "~2.8|~3.0",
                    "symfony/stopwatch": "~2.8|~3.0"
                },
                "suggest": {
                    "symfony/dependency-injection": "",
                    "symfony/http-kernel": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\EventDispatcher\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony EventDispatcher Component",
                "homepage": "https://symfony.com",
                "time": "2017-06-09T14:53:08+00:00"
            },
            {
                "name": "symfony/filesystem",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/filesystem.git",
                    "reference": "427987eb4eed764c3b6e38d52a0f87989e010676"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
                    "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Filesystem\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Filesystem Component",
                "homepage": "https://symfony.com",
                "time": "2017-07-11T07:17:58+00:00"
            },
            {
                "name": "symfony/finder",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/finder.git",
                    "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
                    "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Finder\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Finder Component",
                "homepage": "https://symfony.com",
                "time": "2017-06-01T21:01:25+00:00"
            },
            {
                "name": "symfony/polyfill-ctype",
                "version": "v1.19.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"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.19-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "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"
                ],
                "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"
                    }
                ],
                "time": "2020-10-23T09:01:57+00:00"
            },
            {
                "name": "symfony/polyfill-intl-idn",
                "version": "v1.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-idn.git",
                    "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
                    "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3",
                    "symfony/polyfill-intl-normalizer": "^1.10",
                    "symfony/polyfill-php70": "^1.10",
                    "symfony/polyfill-php72": "^1.10"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.19-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Idn\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Laurent Bassin",
                        "email": "laurent@bassin.info"
                    },
                    {
                        "name": "Trevor Rowbotham",
                        "email": "trevor.rowbotham@pm.me"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "idn",
                    "intl",
                    "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"
                    }
                ],
                "time": "2020-10-21T09:57:48+00:00"
            },
            {
                "name": "symfony/polyfill-intl-normalizer",
                "version": "v1.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                    "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
                    "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-intl": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.19-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ],
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "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 intl's Normalizer class and related functions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "intl",
                    "normalizer",
                    "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"
                    }
                ],
                "time": "2020-10-23T09:01:57+00:00"
            },
            {
                "name": "symfony/polyfill-mbstring",
                "version": "v1.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-mbstring.git",
                    "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
                    "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "suggest": {
                    "ext-mbstring": "For best performance"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.19-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "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"
                    }
                ],
                "time": "2020-10-23T09:01:57+00:00"
            },
            {
                "name": "symfony/polyfill-php70",
                "version": "v1.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php70.git",
                    "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
                    "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
                    "shasum": ""
                },
                "require": {
                    "paragonie/random_compat": "~1.0|~2.0|~9.99",
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.19-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Php70\\": ""
                    },
                    "files": [
                        "bootstrap.php"
                    ],
                    "classmap": [
                        "Resources/stubs"
                    ]
                },
                "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 backporting some PHP 7.0+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "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"
                    }
                ],
                "time": "2020-10-23T09:01:57+00:00"
            },
            {
                "name": "symfony/polyfill-php72",
                "version": "v1.19.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/polyfill-php72.git",
                    "reference": "beecef6b463b06954638f02378f52496cb84bacc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
                    "reference": "beecef6b463b06954638f02378f52496cb84bacc",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "1.19-dev"
                    },
                    "thanks": {
                        "name": "symfony/polyfill",
                        "url": "https://github.com/symfony/polyfill"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Polyfill\\Php72\\": ""
                    },
                    "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 backporting some PHP 7.2+ features to lower PHP versions",
                "homepage": "https://symfony.com",
                "keywords": [
                    "compatibility",
                    "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"
                    }
                ],
                "time": "2020-10-23T09:01:57+00:00"
            },
            {
                "name": "symfony/process",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/process.git",
                    "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
                    "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Process\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Process Component",
                "homepage": "https://symfony.com",
                "time": "2017-07-13T13:05:09+00:00"
            },
            {
                "name": "symfony/translation",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/translation.git",
                    "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
                    "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "symfony/config": "<2.8",
                    "symfony/yaml": "<3.3"
                },
                "require-dev": {
                    "psr/log": "~1.0",
                    "symfony/config": "~2.8|~3.0",
                    "symfony/intl": "^2.8.18|^3.2.5",
                    "symfony/yaml": "~3.3"
                },
                "suggest": {
                    "psr/log": "To use logging capability in translator",
                    "symfony/config": "",
                    "symfony/yaml": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Translation\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Translation Component",
                "homepage": "https://symfony.com",
                "time": "2017-06-24T16:45:30+00:00"
            },
            {
                "name": "symfony/yaml",
                "version": "v3.3.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/yaml.git",
                    "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
                    "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "require-dev": {
                    "symfony/console": "~2.8|~3.0"
                },
                "suggest": {
                    "symfony/console": "For validating YAML files using the lint command"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Yaml\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Yaml Component",
                "homepage": "https://symfony.com",
                "time": "2017-07-23T12:43:26+00:00"
            },
            {
                "name": "theseer/tokenizer",
                "version": "1.1.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/theseer/tokenizer.git",
                    "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                    "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-tokenizer": "*",
                    "ext-xmlwriter": "*",
                    "php": "^7.0"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Arne Blankerts",
                        "email": "arne@blankerts.de",
                        "role": "Developer"
                    }
                ],
                "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
                "time": "2019-06-13T22:48:21+00:00"
            },
            {
                "name": "vlucas/phpdotenv",
                "version": "v4.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/vlucas/phpdotenv.git",
                    "reference": "da64796370fc4eb03cc277088f6fede9fde88482"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/da64796370fc4eb03cc277088f6fede9fde88482",
                    "reference": "da64796370fc4eb03cc277088f6fede9fde88482",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5.9 || ^7.0 || ^8.0",
                    "phpoption/phpoption": "^1.7.3",
                    "symfony/polyfill-ctype": "^1.17"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.4.1",
                    "ext-filter": "*",
                    "ext-pcre": "*",
                    "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20"
                },
                "suggest": {
                    "ext-filter": "Required to use the boolean validator.",
                    "ext-pcre": "Required to use most of the library."
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Dotenv\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "graham@alt-three.com",
                        "homepage": "https://gjcampbell.co.uk/"
                    },
                    {
                        "name": "Vance Lucas",
                        "email": "vance@vancelucas.com",
                        "homepage": "https://vancelucas.com/"
                    }
                ],
                "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
                "keywords": [
                    "dotenv",
                    "env",
                    "environment"
                ],
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-01-20T15:11:48+00:00"
            },
            {
                "name": "vria/nodiacritic",
                "version": "0.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/vria/nodiacritic.git",
                    "reference": "3efeb60fb2586fe3ce8ff0f3c122d380717b8b07"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/vria/nodiacritic/zipball/3efeb60fb2586fe3ce8ff0f3c122d380717b8b07",
                    "reference": "3efeb60fb2586fe3ce8ff0f3c122d380717b8b07",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.8.*"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "VRia\\Utils\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0"
                ],
                "authors": [
                    {
                        "name": "Riabchenko Vlad",
                        "email": "contact@vria.eu",
                        "homepage": "http://vria.eu"
                    }
                ],
                "description": "Tiny helper function that removes all diacritical signs from characters",
                "homepage": "https://github.com/vria/nodiacritic",
                "keywords": [
                    "accent",
                    "diacritic",
                    "filter",
                    "string",
                    "text"
                ],
                "time": "2016-09-17T22:03:11+00:00"
            },
            {
                "name": "webmozart/assert",
                "version": "1.9.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozarts/assert.git",
                    "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
                    "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.3 || ^7.0 || ^8.0",
                    "symfony/polyfill-ctype": "^1.8"
                },
                "conflict": {
                    "phpstan/phpstan": "<0.12.20",
                    "vimeo/psalm": "<3.9.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.36 || ^7.5.13"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Webmozart\\Assert\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Assertions to validate method input/output with nice error messages.",
                "keywords": [
                    "assert",
                    "check",
                    "validate"
                ],
                "time": "2020-07-08T17:02:28+00:00"
            },
            {
                "name": "wp-cli/cache-command",
                "version": "v2.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/cache-command.git",
                    "reference": "c1a91b35f274e8aa5142eb4d82842421ed89049a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/c1a91b35f274e8aa5142eb4d82842421ed89049a",
                    "reference": "c1a91b35f274e8aa5142eb4d82842421ed89049a",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "cache",
                        "cache add",
                        "cache decr",
                        "cache delete",
                        "cache flush",
                        "cache get",
                        "cache incr",
                        "cache replace",
                        "cache set",
                        "cache type",
                        "transient",
                        "transient delete",
                        "transient get",
                        "transient set",
                        "transient type",
                        "transient list"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "cache-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Manages object and transient caches.",
                "homepage": "https://github.com/wp-cli/cache-command",
                "time": "2020-12-07T19:32:47+00:00"
            },
            {
                "name": "wp-cli/checksum-command",
                "version": "v2.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/checksum-command.git",
                    "reference": "a03cb058fcb295b8a1b060cc90618e777b86ad49"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/a03cb058fcb295b8a1b060cc90618e777b86ad49",
                    "reference": "a03cb058fcb295b8a1b060cc90618e777b86ad49",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "core verify-checksums",
                        "plugin verify-checksums"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "checksum-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Verifies file integrity by comparing to published checksums.",
                "homepage": "https://github.com/wp-cli/checksum-command",
                "time": "2020-12-07T22:47:40+00:00"
            },
            {
                "name": "wp-cli/config-command",
                "version": "v2.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/config-command.git",
                    "reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/config-command/zipball/6468e97ab2ace5b0a448d9e19091d42f6461b466",
                    "reference": "6468e97ab2ace5b0a448d9e19091d42f6461b466",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2",
                    "wp-cli/wp-config-transformer": "^1.2.1"
                },
                "require-dev": {
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "config",
                        "config edit",
                        "config delete",
                        "config create",
                        "config get",
                        "config has",
                        "config list",
                        "config path",
                        "config set",
                        "config shuffle-salts"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "config-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    },
                    {
                        "name": "Alain Schlesser",
                        "email": "alain.schlesser@gmail.com",
                        "homepage": "https://www.alainschlesser.com"
                    }
                ],
                "description": "Generates and reads the wp-config.php file.",
                "homepage": "https://github.com/wp-cli/config-command",
                "time": "2020-10-31T11:20:34+00:00"
            },
            {
                "name": "wp-cli/core-command",
                "version": "v2.0.12",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/core-command.git",
                    "reference": "a7001bd43b58fe67decd02c739615102cc0beb51"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/core-command/zipball/a7001bd43b58fe67decd02c739615102cc0beb51",
                    "reference": "a7001bd43b58fe67decd02c739615102cc0beb51",
                    "shasum": ""
                },
                "require": {
                    "composer/semver": "^1.4 || ^2 || ^3",
                    "wp-cli/wp-cli": "^2.4"
                },
                "require-dev": {
                    "wp-cli/checksum-command": "^1 || ^2",
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "core",
                        "core check-update",
                        "core download",
                        "core install",
                        "core is-installed",
                        "core multisite-convert",
                        "core multisite-install",
                        "core update",
                        "core update-db",
                        "core version"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "core-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Downloads, installs, updates, and manages a WordPress installation.",
                "homepage": "https://github.com/wp-cli/core-command",
                "time": "2020-12-07T19:31:14+00:00"
            },
            {
                "name": "wp-cli/cron-command",
                "version": "v2.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/cron-command.git",
                    "reference": "668b8c7bc1c1a1930e8a956b1a8325d159cce78c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/668b8c7bc1c1a1930e8a956b1a8325d159cce78c",
                    "reference": "668b8c7bc1c1a1930e8a956b1a8325d159cce78c",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "cron",
                        "cron test",
                        "cron event",
                        "cron event delete",
                        "cron event list",
                        "cron event run",
                        "cron event schedule",
                        "cron schedule",
                        "cron schedule list",
                        "cron event unschedule"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "cron-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
                "homepage": "https://github.com/wp-cli/cron-command",
                "time": "2020-12-07T19:30:59+00:00"
            },
            {
                "name": "wp-cli/db-command",
                "version": "v2.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/db-command.git",
                    "reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/db-command/zipball/8e3cd46987241ed97ddb7f682b3505dff8d6dce4",
                    "reference": "8e3cd46987241ed97ddb7f682b3505dff8d6dce4",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "db",
                        "db clean",
                        "db create",
                        "db drop",
                        "db reset",
                        "db check",
                        "db optimize",
                        "db prefix",
                        "db repair",
                        "db cli",
                        "db query",
                        "db export",
                        "db import",
                        "db search",
                        "db tables",
                        "db size",
                        "db columns"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "db-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Performs basic database operations using credentials stored in wp-config.php.",
                "homepage": "https://github.com/wp-cli/db-command",
                "time": "2020-01-28T16:39:32+00:00"
            },
            {
                "name": "wp-cli/embed-command",
                "version": "v2.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/embed-command.git",
                    "reference": "93d5582a9b03e950d3a2fe0869ae2c12d55a6242"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/embed-command/zipball/93d5582a9b03e950d3a2fe0869ae2c12d55a6242",
                    "reference": "93d5582a9b03e950d3a2fe0869ae2c12d55a6242",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "embed",
                        "embed fetch",
                        "embed provider",
                        "embed provider list",
                        "embed provider match",
                        "embed handler",
                        "embed handler list",
                        "embed cache",
                        "embed cache clear",
                        "embed cache find",
                        "embed cache trigger"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "WP_CLI\\Embeds\\": "src/"
                    },
                    "files": [
                        "embed-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Pascal Birchler",
                        "homepage": "https://pascalbirchler.com/"
                    }
                ],
                "description": "Inspects oEmbed providers, clears embed cache, and more.",
                "homepage": "https://github.com/wp-cli/embed-command",
                "time": "2020-12-07T19:30:42+00:00"
            },
            {
                "name": "wp-cli/entity-command",
                "version": "v2.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/entity-command.git",
                    "reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/0df89e4fba48177acf768bff9c00cda95a3fe5b9",
                    "reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/cache-command": "^1 || ^2",
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/media-command": "^1.1 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "comment",
                        "comment approve",
                        "comment count",
                        "comment create",
                        "comment delete",
                        "comment exists",
                        "comment generate",
                        "comment get",
                        "comment list",
                        "comment meta",
                        "comment meta add",
                        "comment meta delete",
                        "comment meta get",
                        "comment meta list",
                        "comment meta patch",
                        "comment meta pluck",
                        "comment meta update",
                        "comment recount",
                        "comment spam",
                        "comment status",
                        "comment trash",
                        "comment unapprove",
                        "comment unspam",
                        "comment untrash",
                        "comment update",
                        "menu",
                        "menu create",
                        "menu delete",
                        "menu item",
                        "menu item add-custom",
                        "menu item add-post",
                        "menu item add-term",
                        "menu item delete",
                        "menu item list",
                        "menu item update",
                        "menu list",
                        "menu location",
                        "menu location assign",
                        "menu location list",
                        "menu location remove",
                        "network meta",
                        "network meta add",
                        "network meta delete",
                        "network meta get",
                        "network meta list",
                        "network meta patch",
                        "network meta pluck",
                        "network meta update",
                        "option",
                        "option add",
                        "option delete",
                        "option get",
                        "option list",
                        "option patch",
                        "option pluck",
                        "option update",
                        "post",
                        "post create",
                        "post delete",
                        "post edit",
                        "post exists",
                        "post generate",
                        "post get",
                        "post list",
                        "post meta",
                        "post meta add",
                        "post meta delete",
                        "post meta get",
                        "post meta list",
                        "post meta patch",
                        "post meta pluck",
                        "post meta update",
                        "post term",
                        "post term add",
                        "post term list",
                        "post term remove",
                        "post term set",
                        "post update",
                        "post-type",
                        "post-type get",
                        "post-type list",
                        "site",
                        "site activate",
                        "site archive",
                        "site create",
                        "site deactivate",
                        "site delete",
                        "site empty",
                        "site list",
                        "site mature",
                        "site option",
                        "site private",
                        "site public",
                        "site spam",
                        "site unarchive",
                        "site unmature",
                        "site unspam",
                        "taxonomy",
                        "taxonomy get",
                        "taxonomy list",
                        "term",
                        "term create",
                        "term delete",
                        "term generate",
                        "term get",
                        "term list",
                        "term meta",
                        "term meta add",
                        "term meta delete",
                        "term meta get",
                        "term meta list",
                        "term meta patch",
                        "term meta pluck",
                        "term meta update",
                        "term recount",
                        "term update",
                        "user",
                        "user add-cap",
                        "user add-role",
                        "user create",
                        "user delete",
                        "user generate",
                        "user get",
                        "user import-csv",
                        "user list",
                        "user list-caps",
                        "user meta",
                        "user meta add",
                        "user meta delete",
                        "user meta get",
                        "user meta list",
                        "user meta patch",
                        "user meta pluck",
                        "user meta update",
                        "user remove-cap",
                        "user remove-role",
                        "user reset-password",
                        "user session",
                        "user session destroy",
                        "user session list",
                        "user set-role",
                        "user spam",
                        "user term",
                        "user term add",
                        "user term list",
                        "user term remove",
                        "user term set",
                        "user unspam",
                        "user update"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/",
                        "WP_CLI\\": "src/WP_CLI"
                    },
                    "files": [
                        "entity-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
                "homepage": "https://github.com/wp-cli/entity-command",
                "time": "2019-11-12T11:32:14+00:00"
            },
            {
                "name": "wp-cli/eval-command",
                "version": "v2.0.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/eval-command.git",
                    "reference": "8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce",
                    "reference": "8a5e0340e82e1fb2b48a5dedd88cef1fb8b410ce",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "eval",
                        "eval-file"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "eval-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Executes arbitrary PHP code or files.",
                "homepage": "https://github.com/wp-cli/eval-command",
                "time": "2020-12-07T19:30:26+00:00"
            },
            {
                "name": "wp-cli/export-command",
                "version": "v2.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/export-command.git",
                    "reference": "df2e1ff4fb7e969c54c57febccdc9d2de1e5f499"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/export-command/zipball/df2e1ff4fb7e969c54c57febccdc9d2de1e5f499",
                    "reference": "df2e1ff4fb7e969c54c57febccdc9d2de1e5f499",
                    "shasum": ""
                },
                "require": {
                    "nb/oxymel": "~0.1.0",
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/import-command": "^1 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "export"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "export-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Exports WordPress content to a WXR file.",
                "homepage": "https://github.com/wp-cli/export-command",
                "time": "2021-01-14T12:16:33+00:00"
            },
            {
                "name": "wp-cli/extension-command",
                "version": "v2.0.10",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/extension-command.git",
                    "reference": "2bc83433707fa4d2127f2ff48357ccbbee39052f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/2bc83433707fa4d2127f2ff48357ccbbee39052f",
                    "reference": "2bc83433707fa4d2127f2ff48357ccbbee39052f",
                    "shasum": ""
                },
                "require": {
                    "composer/semver": "^1.4 || ^2.0",
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/scaffold-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1.6"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "plugin",
                        "plugin activate",
                        "plugin deactivate",
                        "plugin delete",
                        "plugin get",
                        "plugin install",
                        "plugin is-installed",
                        "plugin list",
                        "plugin path",
                        "plugin search",
                        "plugin status",
                        "plugin toggle",
                        "plugin uninstall",
                        "plugin update",
                        "theme",
                        "theme activate",
                        "theme delete",
                        "theme disable",
                        "theme enable",
                        "theme get",
                        "theme install",
                        "theme is-installed",
                        "theme list",
                        "theme mod",
                        "theme mod get",
                        "theme mod set",
                        "theme mod remove",
                        "theme path",
                        "theme search",
                        "theme status",
                        "theme update",
                        "theme mod list"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "extension-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    },
                    {
                        "name": "Alain Schlesser",
                        "email": "alain.schlesser@gmail.com",
                        "homepage": "https://www.alainschlesser.com"
                    }
                ],
                "description": "Manages plugins and themes, including installs, activations, and updates.",
                "homepage": "https://github.com/wp-cli/extension-command",
                "time": "2020-07-05T08:07:53+00:00"
            },
            {
                "name": "wp-cli/i18n-command",
                "version": "v2.2.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/i18n-command.git",
                    "reference": "a66da3f09f6a728832381012848c3074bf1635c8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/a66da3f09f6a728832381012848c3074bf1635c8",
                    "reference": "a66da3f09f6a728832381012848c3074bf1635c8",
                    "shasum": ""
                },
                "require": {
                    "gettext/gettext": "^4.8",
                    "mck89/peast": "^1.8",
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/scaffold-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1.3"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "i18n",
                        "i18n make-pot",
                        "i18n make-json"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "WP_CLI\\I18n\\": "src/"
                    },
                    "files": [
                        "i18n-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Pascal Birchler",
                        "homepage": "https://pascalbirchler.com/"
                    }
                ],
                "description": "Provides internationalization tools for WordPress projects.",
                "homepage": "https://github.com/wp-cli/i18n-command",
                "time": "2020-12-07T19:28:27+00:00"
            },
            {
                "name": "wp-cli/import-command",
                "version": "v2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/import-command.git",
                    "reference": "c7438c1eeda5669531c52fc9223fcea5bda39cc8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/import-command/zipball/c7438c1eeda5669531c52fc9223fcea5bda39cc8",
                    "reference": "c7438c1eeda5669531c52fc9223fcea5bda39cc8",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/export-command": "^1 || ^2",
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "import"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "import-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Imports content from a given WXR file.",
                "homepage": "https://github.com/wp-cli/import-command",
                "time": "2020-12-07T19:28:45+00:00"
            },
            {
                "name": "wp-cli/language-command",
                "version": "v2.0.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/language-command.git",
                    "reference": "c4f3cddd816e26df2b0e7e7753d786b54a2c95c8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/language-command/zipball/c4f3cddd816e26df2b0e7e7753d786b54a2c95c8",
                    "reference": "c4f3cddd816e26df2b0e7e7753d786b54a2c95c8",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "language",
                        "language core",
                        "language core activate",
                        "language core is-installed",
                        "language core install",
                        "language core list",
                        "language core uninstall",
                        "language core update",
                        "language plugin",
                        "language plugin is-installed",
                        "language plugin install",
                        "language plugin list",
                        "language plugin uninstall",
                        "language plugin update",
                        "language theme",
                        "language theme is-installed",
                        "language theme install",
                        "language theme list",
                        "language theme uninstall",
                        "language theme update"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "language-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Installs, activates, and manages language packs.",
                "homepage": "https://github.com/wp-cli/language-command",
                "time": "2020-12-07T19:29:09+00:00"
            },
            {
                "name": "wp-cli/maintenance-mode-command",
                "version": "v2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/maintenance-mode-command.git",
                    "reference": "1f4f09ad15696f65e713c4c73008f6550318b3bd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/1f4f09ad15696f65e713c4c73008f6550318b3bd",
                    "reference": "1f4f09ad15696f65e713c4c73008f6550318b3bd",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "maintenance-mode",
                        "maintenance-mode activate",
                        "maintenance-mode deactivate",
                        "maintenance-mode status",
                        "maintenance-mode is-active"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "WP_CLI\\MaintenanceMode\\": "src/"
                    },
                    "files": [
                        "maintenance-mode-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Thrijith Thankachan",
                        "email": "thrijith13@gmail.com",
                        "homepage": "https://thrijith.com"
                    }
                ],
                "description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
                "homepage": "https://github.com/wp-cli/maintenance-mode-command",
                "time": "2020-12-07T19:29:39+00:00"
            },
            {
                "name": "wp-cli/media-command",
                "version": "v2.0.9",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/media-command.git",
                    "reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/media-command/zipball/830e72a2cbd3eeec95a97df2c1c17d925d86790d",
                    "reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/extension-command": "^2.0",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "media",
                        "media import",
                        "media regenerate",
                        "media image-size"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "media-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
                "homepage": "https://github.com/wp-cli/media-command",
                "time": "2020-06-11T00:17:12+00:00"
            },
            {
                "name": "wp-cli/mustangostang-spyc",
                "version": "0.6.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/spyc.git",
                    "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
                    "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.3.*@dev"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.5.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Mustangostang\\": "src/"
                    },
                    "files": [
                        "includes/functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "mustangostang",
                        "email": "vlad.andersen@gmail.com"
                    }
                ],
                "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
                "homepage": "https://github.com/mustangostang/spyc/",
                "time": "2017-04-25T11:26:20+00:00"
            },
            {
                "name": "wp-cli/package-command",
                "version": "v2.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/package-command.git",
                    "reference": "92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/package-command/zipball/92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a",
                    "reference": "92a0d7f2f4b54ad2aeff2292baaa96ba8f93f37a",
                    "shasum": ""
                },
                "require": {
                    "composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
                    "ext-json": "*",
                    "wp-cli/wp-cli": "^2.1"
                },
                "require-dev": {
                    "wp-cli/scaffold-command": "^1 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "package",
                        "package browse",
                        "package install",
                        "package list",
                        "package update",
                        "package uninstall"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "package-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Lists, installs, and removes WP-CLI packages.",
                "homepage": "https://github.com/wp-cli/package-command",
                "time": "2020-01-28T12:55:09+00:00"
            },
            {
                "name": "wp-cli/php-cli-tools",
                "version": "v0.11.12",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/php-cli-tools.git",
                    "reference": "e472e08489f7504d9e8c5c5a057e1419cd1b2b3e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/e472e08489f7504d9e8c5c5a057e1419cd1b2b3e",
                    "reference": "e472e08489f7504d9e8c5c5a057e1419cd1b2b3e",
                    "shasum": ""
                },
                "require": {
                    "php": ">= 5.3.0"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "cli": "lib/"
                    },
                    "files": [
                        "lib/cli/cli.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@handbuilt.co",
                        "role": "Maintainer"
                    },
                    {
                        "name": "James Logsdon",
                        "email": "jlogsdon@php.net",
                        "role": "Developer"
                    }
                ],
                "description": "Console utilities for PHP",
                "homepage": "http://github.com/wp-cli/php-cli-tools",
                "keywords": [
                    "cli",
                    "console"
                ],
                "time": "2021-03-03T12:43:49+00:00"
            },
            {
                "name": "wp-cli/rewrite-command",
                "version": "v2.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/rewrite-command.git",
                    "reference": "6b2c7d186b375976869b8d74f1a3bac1f98aca57"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/6b2c7d186b375976869b8d74f1a3bac1f98aca57",
                    "reference": "6b2c7d186b375976869b8d74f1a3bac1f98aca57",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "rewrite",
                        "rewrite flush",
                        "rewrite list",
                        "rewrite structure"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "rewrite-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
                "homepage": "https://github.com/wp-cli/rewrite-command",
                "time": "2020-12-07T19:27:22+00:00"
            },
            {
                "name": "wp-cli/role-command",
                "version": "v2.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/role-command.git",
                    "reference": "50e563a81f7462c4c5374abf6a1c0e88dfb01c9c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/role-command/zipball/50e563a81f7462c4c5374abf6a1c0e88dfb01c9c",
                    "reference": "50e563a81f7462c4c5374abf6a1c0e88dfb01c9c",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "role",
                        "role create",
                        "role delete",
                        "role exists",
                        "role list",
                        "role reset",
                        "cap",
                        "cap add",
                        "cap list",
                        "cap remove"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "role-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Adds, removes, lists, and resets roles and capabilities.",
                "homepage": "https://github.com/wp-cli/role-command",
                "time": "2020-12-07T19:27:04+00:00"
            },
            {
                "name": "wp-cli/scaffold-command",
                "version": "v2.0.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/scaffold-command.git",
                    "reference": "4814acbdf3d7af499530cc1ae1e82f3ed9f12674"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/4814acbdf3d7af499530cc1ae1e82f3ed9f12674",
                    "reference": "4814acbdf3d7af499530cc1ae1e82f3ed9f12674",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.4 || ^7.0",
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "scaffold",
                        "scaffold underscores",
                        "scaffold block",
                        "scaffold child-theme",
                        "scaffold plugin",
                        "scaffold plugin-tests",
                        "scaffold post-type",
                        "scaffold taxonomy",
                        "scaffold theme-tests"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "scaffold-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
                "homepage": "https://github.com/wp-cli/scaffold-command",
                "time": "2019-11-25T13:26:31+00:00"
            },
            {
                "name": "wp-cli/search-replace-command",
                "version": "v2.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/search-replace-command.git",
                    "reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/1104e4fb7dd83e85dedb8a98ed8f0ac30639694b",
                    "reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "search-replace"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "search-replace-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Searches/replaces strings in the database.",
                "homepage": "https://github.com/wp-cli/search-replace-command",
                "time": "2020-06-10T13:24:39+00:00"
            },
            {
                "name": "wp-cli/server-command",
                "version": "v2.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/server-command.git",
                    "reference": "be65465bda181209c95011f15d4575809d039ea9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/server-command/zipball/be65465bda181209c95011f15d4575809d039ea9",
                    "reference": "be65465bda181209c95011f15d4575809d039ea9",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "server"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "server-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Launches PHP's built-in web server for a specific WordPress installation.",
                "homepage": "https://github.com/wp-cli/server-command",
                "time": "2020-12-07T19:26:47+00:00"
            },
            {
                "name": "wp-cli/shell-command",
                "version": "v2.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/shell-command.git",
                    "reference": "76088e1ff69855d89454aed886d27c3f62b12c2c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/76088e1ff69855d89454aed886d27c3f62b12c2c",
                    "reference": "76088e1ff69855d89454aed886d27c3f62b12c2c",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "shell"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/",
                        "WP_CLI\\": "src/WP_CLI"
                    },
                    "files": [
                        "shell-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Opens an interactive PHP console for running and testing PHP code.",
                "homepage": "https://github.com/wp-cli/shell-command",
                "time": "2020-12-07T19:26:30+00:00"
            },
            {
                "name": "wp-cli/super-admin-command",
                "version": "v2.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/super-admin-command.git",
                    "reference": "23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f",
                    "reference": "23b9a4e6f27d5effe5cfd67db2329e0d58dbb53f",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2"
                },
                "require-dev": {
                    "wp-cli/entity-command": "^1.3 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "super-admin",
                        "super-admin add",
                        "super-admin list",
                        "super-admin remove"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "super-admin-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Lists, adds, or removes super admin users on a multisite installation.",
                "homepage": "https://github.com/wp-cli/super-admin-command",
                "time": "2020-12-07T19:26:13+00:00"
            },
            {
                "name": "wp-cli/widget-command",
                "version": "v2.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/widget-command.git",
                    "reference": "0c73470adbc73b45f4d371e4869672eacca104b3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/0c73470adbc73b45f4d371e4869672eacca104b3",
                    "reference": "0c73470adbc73b45f4d371e4869672eacca104b3",
                    "shasum": ""
                },
                "require": {
                    "wp-cli/wp-cli": "^2.4"
                },
                "require-dev": {
                    "wp-cli/extension-command": "^1.2 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "type": "wp-cli-package",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    },
                    "bundled": true,
                    "commands": [
                        "widget",
                        "widget add",
                        "widget deactivate",
                        "widget delete",
                        "widget list",
                        "widget move",
                        "widget reset",
                        "widget update",
                        "sidebar",
                        "sidebar list"
                    ]
                },
                "autoload": {
                    "psr-4": {
                        "": "src/"
                    },
                    "files": [
                        "widget-command.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniel Bachhuber",
                        "email": "daniel@runcommand.io",
                        "homepage": "https://runcommand.io"
                    }
                ],
                "description": "Adds, moves, and removes widgets; lists sidebars.",
                "homepage": "https://github.com/wp-cli/widget-command",
                "time": "2020-12-07T19:25:02+00:00"
            },
            {
                "name": "wp-cli/wp-cli",
                "version": "v2.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/wp-cli.git",
                    "reference": "ceb18598e79befa9b2a37a51efbb34910628988b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/ceb18598e79befa9b2a37a51efbb34910628988b",
                    "reference": "ceb18598e79befa9b2a37a51efbb34910628988b",
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "mustache/mustache": "~2.13",
                    "php": "^5.4 || ^7.0",
                    "rmccue/requests": "~1.6",
                    "symfony/finder": ">2.7",
                    "wp-cli/mustangostang-spyc": "^0.6.3",
                    "wp-cli/php-cli-tools": "~0.11.2"
                },
                "require-dev": {
                    "roave/security-advisories": "dev-master",
                    "wp-cli/db-command": "^1.3 || ^2",
                    "wp-cli/entity-command": "^1.2 || ^2",
                    "wp-cli/extension-command": "^1.1 || ^2",
                    "wp-cli/package-command": "^1 || ^2",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "suggest": {
                    "ext-readline": "Include for a better --prompt implementation",
                    "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
                },
                "bin": [
                    "bin/wp",
                    "bin/wp.bat"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.4.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "WP_CLI": "php"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "WP-CLI framework",
                "homepage": "https://wp-cli.org",
                "keywords": [
                    "cli",
                    "wordpress"
                ],
                "time": "2020-02-18T08:15:37+00:00"
            },
            {
                "name": "wp-cli/wp-cli-bundle",
                "version": "v2.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/wp-cli-bundle.git",
                    "reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/713bc75b2f88550920dedc4f2ad3e1daf9f76326",
                    "reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326",
                    "shasum": ""
                },
                "require": {
                    "cweagans/composer-patches": "^1.6",
                    "php": ">=5.4",
                    "wp-cli/cache-command": "^2",
                    "wp-cli/checksum-command": "^2",
                    "wp-cli/config-command": "^2",
                    "wp-cli/core-command": "^2",
                    "wp-cli/cron-command": "^2",
                    "wp-cli/db-command": "^2",
                    "wp-cli/embed-command": "^2",
                    "wp-cli/entity-command": "^2",
                    "wp-cli/eval-command": "^2",
                    "wp-cli/export-command": "^2",
                    "wp-cli/extension-command": "^2",
                    "wp-cli/i18n-command": "^2",
                    "wp-cli/import-command": "^2",
                    "wp-cli/language-command": "^2",
                    "wp-cli/maintenance-mode-command": "^2",
                    "wp-cli/media-command": "^2",
                    "wp-cli/package-command": "^2",
                    "wp-cli/rewrite-command": "^2",
                    "wp-cli/role-command": "^2",
                    "wp-cli/scaffold-command": "^2",
                    "wp-cli/search-replace-command": "^2",
                    "wp-cli/server-command": "^2",
                    "wp-cli/shell-command": "^2",
                    "wp-cli/super-admin-command": "^2",
                    "wp-cli/widget-command": "^2",
                    "wp-cli/wp-cli": "^2.4"
                },
                "require-dev": {
                    "roave/security-advisories": "dev-master",
                    "wp-cli/wp-cli-tests": "^2.1"
                },
                "suggest": {
                    "psy/psysh": "Enhanced `wp shell` functionality"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.1.x-dev"
                    },
                    "enable-patching": true
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "WP-CLI bundle package with default commands.",
                "homepage": "https://wp-cli.org",
                "keywords": [
                    "cli",
                    "wordpress"
                ],
                "time": "2019-11-12T17:43:58+00:00"
            },
            {
                "name": "wp-cli/wp-config-transformer",
                "version": "v1.2.8",
                "source": {
                    "type": "git",
                    "url": "https://github.com/wp-cli/wp-config-transformer.git",
                    "reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/0bb2b9162c38ca72370380aea11dc06e431e13a5",
                    "reference": "0bb2b9162c38ca72370380aea11dc06e431e13a5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.29"
                },
                "require-dev": {
                    "composer/composer": ">=1.5.6 <1.7.0 || ^1.7.1 || ^2.0.0",
                    "phpunit/phpunit": "^6.5.5 || ^7.0.0",
                    "wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/WPConfigTransformer.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Frankie Jarrett",
                        "email": "fjarrett@gmail.com"
                    }
                ],
                "description": "Programmatically edit a wp-config.php file.",
                "time": "2020-11-12T08:08:10+00:00"
            },
            {
                "name": "wp-coding-standards/wpcs",
                "version": "2.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
                    "reference": "7da1894633f168fe244afc6de00d141f27517b62"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
                    "reference": "7da1894633f168fe244afc6de00d141f27517b62",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4",
                    "squizlabs/php_codesniffer": "^3.3.1"
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
                    "phpcompatibility/php-compatibility": "^9.0",
                    "phpcsstandards/phpcsdevtools": "^1.0",
                    "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
                },
                "suggest": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
                },
                "type": "phpcodesniffer-standard",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Contributors",
                        "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
                    }
                ],
                "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
                "keywords": [
                    "phpcs",
                    "standards",
                    "wordpress"
                ],
                "time": "2020-05-13T23:57:56+00:00"
            },
            {
                "name": "wpdesk/wp-basic-requirements",
                "version": "3.2.7",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-basic-requirements.git",
                    "reference": "d8f1314890362d3002cedb6a7439e367168e85da"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-basic-requirements/repository/archive.zip?sha=d8f1314890362d3002cedb6a7439e367168e85da",
                    "reference": "d8f1314890362d3002cedb6a7439e367168e85da",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "php": ">=5.5",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "extra": {
                    "text-domain": "wp-basic-requirements",
                    "translations-folder": "lang",
                    "po-files": {
                        "pl_PL": "wp-basic-requirements-pl_PL.po"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2021-03-01T11:02:15+00:00"
            },
            {
                "name": "wpdesk/wp-builder",
                "version": "1.4.4",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-builder.git",
                    "reference": "e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-builder/repository/archive.zip?sha=e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9",
                    "reference": "e18df43bc3bc047c7bc0ed3e52eabb16118f4bc9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "WPDesk\\PluginBuilder\\": "src/"
                    },
                    "classmap": [
                        "src/Plugin/WithoutNamespace"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2020-06-17T08:00:07+00:00"
            },
            {
                "name": "wpdesk/wp-code-sniffer",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-code-sniffer.git",
                    "reference": "3e14d2e64b4b13ab241403dbda8429f61da1f4be"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-code-sniffer/repository/archive.zip?sha=3e14d2e64b4b13ab241403dbda8429f61da1f4be",
                    "reference": "3e14d2e64b4b13ab241403dbda8429f61da1f4be",
                    "shasum": ""
                },
                "require": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
                    "phpcompatibility/php-compatibility": "^9.3",
                    "squizlabs/php_codesniffer": "^3.5",
                    "wp-coding-standards/wpcs": "^2.2"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7"
                },
                "type": "phpcodesniffer-standard",
                "extra": {
                    "class": "WPDesk\\Composer\\Codeception\\Plugin"
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "grola",
                        "email": "grola@wpdesk.net"
                    }
                ],
                "description": "Library for WP Desk Coding standards in plugins.",
                "homepage": "https://gitlab.com/wpdesk/wp-code-sniffer",
                "keywords": [
                    "admin",
                    "code sniffer",
                    "wordpress"
                ],
                "time": "2020-04-20T12:25:18+00:00"
            },
            {
                "name": "wpdesk/wp-codeception",
                "version": "1.10.5",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/library/wp-codeception.git",
                    "reference": "07ed042a13310232a384f1833a40034d6d98b6d3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Flibrary%2Fwp-codeception/repository/archive.zip?sha=07ed042a13310232a384f1833a40034d6d98b6d3",
                    "reference": "07ed042a13310232a384f1833a40034d6d98b6d3",
                    "shasum": ""
                },
                "require": {
                    "codeception/module-asserts": "^1.1",
                    "codeception/module-cli": "^1.0",
                    "codeception/module-db": "^1.0",
                    "codeception/module-filesystem": "^1.0",
                    "codeception/module-phpbrowser": "^1.0",
                    "codeception/module-rest": "^1.2",
                    "codeception/module-webdriver": "^1.0",
                    "codeception/util-universalframework": "^1.0",
                    "composer-plugin-api": "^1.1",
                    "ext-json": "*",
                    "lucatume/wp-browser": "^2.4",
                    "php": ">=5.6",
                    "vlucas/phpdotenv": "^4.1",
                    "wpdesk/wp-builder": "^1.0"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "WPDesk\\Composer\\Codeception\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "WPDesk\\Codeception\\": "src/WPDesk/Codeception",
                        "Codeception\\Module\\": "src/Codeception/Module",
                        "WPDesk\\Composer\\Codeception\\": "src/WPDesk/Composer"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "grola",
                        "email": "grola@wpdesk.net"
                    }
                ],
                "description": "Library for WP Desk Codeception tests.",
                "homepage": "https://gitlab.com/wpdesk/wp-codeception",
                "keywords": [
                    "admin",
                    "codeception",
                    "wordpress"
                ],
                "time": "2021-03-04T16:15:26+00:00"
            },
            {
                "name": "wpdesk/wp-logs",
                "version": "1.6.2",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-logs.git",
                    "reference": "f1d4afb9b61347bc19337016f5d618bcedc593b4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-logs/repository/archive.zip?sha=f1d4afb9b61347bc19337016f5d618bcedc593b4",
                    "reference": "f1d4afb9b61347bc19337016f5d618bcedc593b4",
                    "shasum": ""
                },
                "require": {
                    "monolog/monolog": "^1.23",
                    "php": ">=5.6",
                    "psr/log": "^1.0.1",
                    "wpdesk/wp-notice": "^3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/deprecated"
                    ],
                    "psr-4": {
                        "WPDesk\\Logger\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2020-07-23T13:48:54+00:00"
            },
            {
                "name": "wpdesk/wp-notice",
                "version": "3.1.3",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-notice.git",
                    "reference": "bd062f56852a6206ae23f0c635ee7c97aa553438"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-notice/repository/archive.zip?sha=bd062f56852a6206ae23f0c635ee7c97aa553438",
                    "reference": "bd062f56852a6206ae23f0c635ee7c97aa553438",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5",
                    "wpdesk/wp-builder": "^1.0"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "WPDesk\\Notice\\": "src/WPDesk/Notice/"
                    },
                    "files": [
                        "src/WPDesk/notice-functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "grola",
                        "email": "grola@wpdesk.net"
                    }
                ],
                "description": "Library for displaying Wordpress notices.",
                "homepage": "https://gitlab.com/wpdesk/wp-notice",
                "keywords": [
                    "admin",
                    "notice",
                    "wordpress"
                ],
                "time": "2020-03-06T11:09:25+00:00"
            },
            {
                "name": "wpdesk/wp-plugin-flow",
                "version": "2.9.0",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-plugin-flow.git",
                    "reference": "1a530002acae87564a78293db18559ef6b4f7a5f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-plugin-flow/repository/archive.zip?sha=1a530002acae87564a78293db18559ef6b4f7a5f",
                    "reference": "1a530002acae87564a78293db18559ef6b4f7a5f",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6",
                    "wpdesk/wp-basic-requirements": "^3.2.3",
                    "wpdesk/wp-builder": "^1.4.4",
                    "wpdesk/wp-wpdesk-helper": "^2.4",
                    "wpdesk/wp-wpdesk-license": "^2.10.1",
                    "wpdesk/wp-wpdesk-tracker": "^2.3.1"
                },
                "require-dev": {
                    "10up/wp_mock": "^0.2",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.4.2",
                    "wp-coding-standards/wpcs": "^0.14.1",
                    "wpdesk/wp-wpdesk-composer": "^2.3"
                },
                "type": "library",
                "extra": {
                    "text-domain": "wp-plugin-flow",
                    "translations-folder": "lang",
                    "po-files": {
                        "pl_PL": "pl_PL.po"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2020-12-02T15:32:42+00:00"
            },
            {
                "name": "wpdesk/wp-wpdesk-composer",
                "version": "2.10.5",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-wpdesk-composer.git",
                    "reference": "ab78656b567e8e76a34b58541f42c2f9d346bbba"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-composer/repository/archive.zip?sha=ab78656b567e8e76a34b58541f42c2f9d346bbba",
                    "reference": "ab78656b567e8e76a34b58541f42c2f9d346bbba",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1",
                    "ext-json": "*",
                    "gettext/gettext": "^4",
                    "matthiasmullie/minify": "^1.3",
                    "php": ">=5.6",
                    "wp-cli/wp-cli": "^2.4",
                    "wpdesk/wp-code-sniffer": "^1.0"
                },
                "require-dev": {
                    "composer/composer": "^1.8"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "WPDesk\\Composer\\GitPlugin\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "WPDesk\\Composer\\GitPlugin\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2021-04-13T09:38:27+00:00"
            },
            {
                "name": "wpdesk/wp-wpdesk-helper",
                "version": "2.4.0",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-wpdesk-helper.git",
                    "reference": "064dc027c08594e12e8185808bb68b8bbabb8d23"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper/repository/archive.zip?sha=064dc027c08594e12e8185808bb68b8bbabb8d23",
                    "reference": "064dc027c08594e12e8185808bb68b8bbabb8d23",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6",
                    "wpdesk/wp-basic-requirements": "^3",
                    "wpdesk/wp-builder": "^1.2",
                    "wpdesk/wp-logs": "^1.6.0",
                    "wpdesk/wp-notice": "^3.1.1",
                    "wpdesk/wp-wpdesk-license": "^2.6",
                    "wpdesk/wp-wpdesk-tracker": "^2.0.4"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "extra": {
                    "text-domain": "wpdesk-helper-textdomain",
                    "translations-folder": "lang",
                    "po-files": {
                        "pl_PL": "wpdesk-helper-pl_PL.po"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "WPDesk\\Helper\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2020-08-14T08:26:29+00:00"
            },
            {
                "name": "wpdesk/wp-wpdesk-license",
                "version": "2.10.3",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-wpdesk-license.git",
                    "reference": "34d318ea1f4184eccadd3928234473ecdacf97e1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-license/repository/archive.zip?sha=34d318ea1f4184eccadd3928234473ecdacf97e1",
                    "reference": "34d318ea1f4184eccadd3928234473ecdacf97e1",
                    "shasum": ""
                },
                "require": {
                    "ext-curl": "*",
                    "ext-json": "*",
                    "php": ">=5.6",
                    "wpdesk/wp-builder": "^1.3.1",
                    "wpdesk/wp-logs": "^1.6",
                    "wpdesk/wp-notice": "^3.0"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "extra": {
                    "text-domain": "wp-wpdesk-license",
                    "translations-folder": "lang",
                    "po-files": {
                        "pl_PL": "wp-wpdesk-license-pl_PL.po"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/ApiManager"
                    ],
                    "psr-4": {
                        "WPDesk\\License\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2021-04-06T09:06:47+00:00"
            },
            {
                "name": "wpdesk/wp-wpdesk-tracker",
                "version": "2.3.2",
                "source": {
                    "type": "git",
                    "url": "https://gitlab.com/wpdesk/wp-wpdesk-tracker.git",
                    "reference": "1ce2f7cc010541a7dc7b2681fb10d9ae2836e06f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-tracker/repository/archive.zip?sha=1ce2f7cc010541a7dc7b2681fb10d9ae2836e06f",
                    "reference": "1ce2f7cc010541a7dc7b2681fb10d9ae2836e06f",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "10up/wp_mock": "*",
                    "mockery/mockery": "*",
                    "phpunit/phpunit": "<7",
                    "squizlabs/php_codesniffer": "^3.0.2",
                    "wimg/php-compatibility": "^8",
                    "wp-coding-standards/wpcs": "^0.14.1"
                },
                "type": "library",
                "extra": {
                    "text-domain": "wpdesk-tracker",
                    "translations-folder": "lang",
                    "po-files": {
                        "pl_PL": "wpdesk-tracker-pl_PL.po"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "authors": [
                    {
                        "name": "Krzysiek",
                        "email": "krzysiek@wpdesk.pl"
                    }
                ],
                "time": "2020-12-22T13:45:59+00:00"
            },
            {
                "name": "zordius/lightncandy",
                "version": "v1.2.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/zordius/lightncandy.git",
                    "reference": "dfdb910ae7b59e274f1ff97d29b724871f01b4cc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/zordius/lightncandy/zipball/dfdb910ae7b59e274f1ff97d29b724871f01b4cc",
                    "reference": "dfdb910ae7b59e274f1ff97d29b724871f01b4cc",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.5-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "LightnCandy\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Zordius Chen",
                        "email": "zordius@gmail.com"
                    }
                ],
                "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
                "homepage": "https://github.com/zordius/lightncandy",
                "keywords": [
                    "handlebars",
                    "logicless",
                    "mustache",
                    "php",
                    "template"
                ],
                "time": "2019-06-09T04:10:55+00:00"
            }
        ],
        "aliases": [],
        "minimum-stability": "stable",
        "stability-flags": [],
        "prefer-stable": true,
        "prefer-lowest": false,
        "platform": {
            "php": ">=7.0"
        },
        "platform-dev": [],
        "platform-overrides": {
            "php": "7.0"
        },
        "plugin-api-version": "1.1.0"
    }