composer.lock

Summary

Maintainability
Test Coverage
{
    "_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": "eb0010aa42bef45f1a99a621580d7dd4",
    "packages": [
        {
            "name": "composer/installers",
            "version": "v1.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.6.* || ^2.0",
                "composer/semver": "^1 || ^3",
                "phpstan/phpstan": "^0.12.55",
                "phpstan/phpstan-phpunit": "^0.12.16",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.3"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Craft",
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "joomla",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "symfony",
                "tastyigniter",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v1.12.0"
            },
            "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-09-13T08:19:44+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "automattic/vipwpcs",
            "version": "2.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Automattic/VIP-Coding-Standards.git",
                "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b",
                "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b",
                "shasum": ""
            },
            "require": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7",
                "php": ">=5.4",
                "sirbrillig/phpcs-variable-analysis": "^2.11.1",
                "squizlabs/php_codesniffer": "^3.5.5",
                "wp-coding-standards/wpcs": "^2.3"
            },
            "require-dev": {
                "php-parallel-lint/php-console-highlighter": "^0.5",
                "php-parallel-lint/php-parallel-lint": "^1.0",
                "phpcompatibility/php-compatibility": "^9",
                "phpcsstandards/phpcsdevtools": "^1.0",
                "phpunit/phpunit": "^4 || ^5 || ^6 || ^7"
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/Automattic/VIP-Coding-Standards/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions",
            "keywords": [
                "phpcs",
                "standards",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/Automattic/VIP-Coding-Standards/issues",
                "source": "https://github.com/Automattic/VIP-Coding-Standards",
                "wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki"
            },
            "time": "2021-09-29T16:20:23+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
                "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd",
                "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 || ^6.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"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.3.5"
            },
            "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": "2023-01-11T08:27:00+00:00"
        },
        {
            "name": "composer/composer",
            "version": "2.2.21",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "978198befc71de0b18fc1fc5a472c03b184b504a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/978198befc71de0b18fc1fc5a472c03b184b504a",
                "reference": "978198befc71de0b18fc1fc5a472c03b184b504a",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "composer/metadata-minifier": "^1.0",
                "composer/pcre": "^1.0",
                "composer/semver": "^3.0",
                "composer/spdx-licenses": "^1.2",
                "composer/xdebug-handler": "^2.0 || ^3.0",
                "justinrainbow/json-schema": "^5.2.11",
                "php": "^5.3.2 || ^7.0 || ^8.0",
                "psr/log": "^1.0 || ^2.0",
                "react/promise": "^1.2 || ^2.7",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.0",
                "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
                "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
            },
            "require-dev": {
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
            },
            "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-main": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "https://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://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"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/composer/issues",
                "source": "https://github.com/composer/composer/tree/2.2.21"
            },
            "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": "2023-02-15T12:07:40+00:00"
        },
        {
            "name": "composer/metadata-minifier",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/metadata-minifier.git",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^2",
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\MetadataMinifier\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Small utility library that handles metadata minification and expansion.",
            "keywords": [
                "composer",
                "compression"
            ],
            "support": {
                "issues": "https://github.com/composer/metadata-minifier/issues",
                "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
            },
            "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-07T13:37:33+00:00"
        },
        {
            "name": "composer/pcre",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
                "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
                "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.3",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
            "keywords": [
                "PCRE",
                "preg",
                "regex",
                "regular expression"
            ],
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
                "source": "https://github.com/composer/pcre/tree/1.0.1"
            },
            "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": "2022-01-21T20:24:37+00:00"
        },
        {
            "name": "composer/semver",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.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"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.3.2"
            },
            "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": "2022-04-01T19:23:25+00:00"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.5.7",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "c848241796da2abf65837d51dce1fae55a960149"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
                "reference": "c848241796da2abf65837d51dce1fae55a960149",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "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"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/spdx-licenses/issues",
                "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
            },
            "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": "2022-05-23T07:37:50+00:00"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/9e36aeed4616366d2b690bdce11f71e9178c579a",
                "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1",
                "php": "^5.3.2 || ^7.0 || ^8.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.1",
                "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
            },
            "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"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/xdebug-handler/issues",
                "source": "https://github.com/composer/xdebug-handler/tree/2.0.5"
            },
            "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": "2022-02-24T20:20:32+00:00"
        },
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v0.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
                "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "*",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^9.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"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "homepage": "http://www.dealerdirect.com",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcbf",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "support": {
                "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
                "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
            },
            "time": "2022-02-04T12:51:07+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"
            ],
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/master"
            },
            "time": "2015-06-14T21:17:01+00:00"
        },
        {
            "name": "eftec/bladeone",
            "version": "3.52",
            "source": {
                "type": "git",
                "url": "https://github.com/EFTEC/BladeOne.git",
                "reference": "a19bf66917de0b29836983db87a455a4f6e32148"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/a19bf66917de0b29836983db87a455a4f6e32148",
                "reference": "a19bf66917de0b29836983db87a455a4f6e32148",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16.1",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^3.5.4"
            },
            "suggest": {
                "eftec/bladeonehtml": "Extension to create forms",
                "ext-mbstring": "This extension is used if it's active"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "eftec\\bladeone\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jorge Patricio Castro Castillo",
                    "email": "jcastro@eftec.cl"
                }
            ],
            "description": "The standalone version Blade Template Engine from Laravel in a single php file",
            "homepage": "https://github.com/EFTEC/BladeOne",
            "keywords": [
                "blade",
                "php",
                "template",
                "templating",
                "view"
            ],
            "support": {
                "issues": "https://github.com/EFTEC/BladeOne/issues",
                "source": "https://github.com/EFTEC/BladeOne/tree/3.52"
            },
            "time": "2021-04-17T13:49:01+00:00"
        },
        {
            "name": "gettext/gettext",
            "version": "v4.8.8",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Gettext.git",
                "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/302a00aa9d6762c92c884d879c15d3ed05d6a37d",
                "reference": "302a00aa9d6762c92c884d879c15d3ed05d6a37d",
                "shasum": ""
            },
            "require": {
                "gettext/languages": "^2.3",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "illuminate/view": "^5.0.x-dev",
                "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"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/oscarotero/Gettext/issues",
                "source": "https://github.com/php-gettext/Gettext/tree/v4.8.8"
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
            "time": "2022-12-08T11:59:50+00:00"
        },
        {
            "name": "gettext/languages",
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-gettext/Languages.git",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "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"
            ],
            "support": {
                "issues": "https://github.com/php-gettext/Languages/issues",
                "source": "https://github.com/php-gettext/Languages/tree/2.10.0"
            },
            "funding": [
                {
                    "url": "https://paypal.me/mlocati",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/mlocati",
                    "type": "github"
                }
            ],
            "time": "2022-10-18T15:00:10+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.5.8",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.9",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.17"
            },
            "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": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "time": "2022-06-20T22:16:07+00:00"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "b94b2807d85443f9719887892882d0329d1e2598"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
                "reference": "b94b2807d85443f9719887892882d0329d1e2598",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.5.2"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "time": "2022-08-28T14:55:35+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "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",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "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"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "time": "2023-04-17T16:00:37+00:00"
        },
        {
            "name": "humanmade/mercator",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/humanmade/Mercator.git",
                "reference": "21b0e838ff23d24bf023a74d1da42e063553d934"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/humanmade/Mercator/zipball/21b0e838ff23d24bf023a74d1da42e063553d934",
                "reference": "21b0e838ff23d24bf023a74d1da42e063553d934",
                "shasum": ""
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "wordpress-muplugin",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Human Made Limited",
                    "email": "support@humanmade.co.uk",
                    "homepage": "http://hmn.md/"
                }
            ],
            "description": "WordPress multisite domain mapping for the modern era.",
            "homepage": "https://github.com/humanmade/Mercator",
            "keywords": [
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/humanmade/Mercator/issues",
                "source": "https://github.com/humanmade/Mercator/tree/master"
            },
            "time": "2018-10-30T18:53:20+00:00"
        },
        {
            "name": "johnpbloch/wordpress",
            "version": "6.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/johnpbloch/wordpress.git",
                "reference": "45e299b8eae626d7b1db1eb53a69e63b9cc75bf6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/45e299b8eae626d7b1db1eb53a69e63b9cc75bf6",
                "reference": "45e299b8eae626d7b1db1eb53a69e63b9cc75bf6",
                "shasum": ""
            },
            "require": {
                "johnpbloch/wordpress-core": "6.3.1",
                "johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
                "php": ">=7.0.0"
            },
            "type": "package",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress Community",
                    "homepage": "https://wordpress.org/about/"
                }
            ],
            "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
            "homepage": "https://wordpress.org/",
            "keywords": [
                "blog",
                "cms",
                "wordpress"
            ],
            "support": {
                "docs": "https://developer.wordpress.org/",
                "forum": "https://wordpress.org/support/",
                "irc": "irc://irc.freenode.net/wordpress",
                "issues": "https://core.trac.wordpress.org/",
                "source": "https://core.trac.wordpress.org/browser"
            },
            "time": "2023-08-29T14:28:17+00:00"
        },
        {
            "name": "johnpbloch/wordpress-core",
            "version": "6.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/johnpbloch/wordpress-core.git",
                "reference": "fc432f78ae5256b7fa28e810cfdf0b968d003699"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/fc432f78ae5256b7fa28e810cfdf0b968d003699",
                "reference": "fc432f78ae5256b7fa28e810cfdf0b968d003699",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.0.0"
            },
            "provide": {
                "wordpress/core-implementation": "6.3.1"
            },
            "type": "wordpress-core",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WordPress Community",
                    "homepage": "https://wordpress.org/about/"
                }
            ],
            "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
            "homepage": "https://wordpress.org/",
            "keywords": [
                "blog",
                "cms",
                "wordpress"
            ],
            "support": {
                "forum": "https://wordpress.org/support/",
                "irc": "irc://irc.freenode.net/wordpress",
                "issues": "https://core.trac.wordpress.org/",
                "source": "https://core.trac.wordpress.org/browser",
                "wiki": "https://codex.wordpress.org/"
            },
            "time": "2023-08-29T14:28:14+00:00"
        },
        {
            "name": "johnpbloch/wordpress-core-installer",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/johnpbloch/wordpress-core-installer.git",
                "reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/237faae9a60a4a2e1d45dce1a5836ffa616de63e",
                "reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.6.0"
            },
            "conflict": {
                "composer/installers": "<1.0.6"
            },
            "require-dev": {
                "composer/composer": "^1.0 || ^2.0",
                "phpunit/phpunit": ">=5.7.27"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "johnpbloch\\Composer\\WordPressCorePlugin"
            },
            "autoload": {
                "psr-0": {
                    "johnpbloch\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "John P. Bloch",
                    "email": "me@johnpbloch.com"
                }
            ],
            "description": "A custom installer to handle deploying WordPress with composer",
            "keywords": [
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/johnpbloch/wordpress-core-installer/issues",
                "source": "https://github.com/johnpbloch/wordpress-core-installer/tree/master"
            },
            "time": "2020-04-16T21:44:57+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.12",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "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"
            ],
            "support": {
                "issues": "https://github.com/justinrainbow/json-schema/issues",
                "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
            },
            "time": "2022-04-13T08:02:27+00:00"
        },
        {
            "name": "mck89/peast",
            "version": "v1.15.1",
            "source": {
                "type": "git",
                "url": "https://github.com/mck89/peast.git",
                "reference": "cf06286910b7efc9dce7503553ebee314df3d3d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mck89/peast/zipball/cf06286910b7efc9dce7503553ebee314df3d3d3",
                "reference": "cf06286910b7efc9dce7503553ebee314df3d3d3",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "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.15.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Peast\\": "lib/Peast/",
                    "Peast\\test\\": "test/Peast/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marco Marchiò",
                    "email": "marco.mm89@gmail.com"
                }
            ],
            "description": "Peast is PHP library that generates AST for JavaScript code",
            "support": {
                "issues": "https://github.com/mck89/peast/issues",
                "source": "https://github.com/mck89/peast/tree/v1.15.1"
            },
            "time": "2023-01-21T13:18:17+00:00"
        },
        {
            "name": "mustache/mustache",
            "version": "v2.14.2",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/mustache.php.git",
                "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb",
                "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb",
                "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"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/mustache.php/issues",
                "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2"
            },
            "time": "2022-08-23T13:07:01+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": {
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ],
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https://github.com/myclabs/DeepCopy/issues",
                "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/nb/oxymel/issues",
                "source": "https://github.com/nb/oxymel/tree/master"
            },
            "time": "2013-02-24T15:01:54+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.21",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "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"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "time": "2022-02-16T17:07:03+00:00"
        },
        {
            "name": "php-coveralls/php-coveralls",
            "version": "v2.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-coveralls/php-coveralls.git",
                "reference": "9d8243bbf0e053333692857c98fab7cfba0d60a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9d8243bbf0e053333692857c98fab7cfba0d60a9",
                "reference": "9d8243bbf0e053333692857c98fab7cfba0d60a9",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^6.0 || ^7.0",
                "php": "^5.5 || ^7.0 || ^8.0",
                "psr/log": "^1.0 || ^2.0",
                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
            },
            "suggest": {
                "symfony/http-kernel": "Allows Symfony integration"
            },
            "bin": [
                "bin/php-coveralls"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpCoveralls\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kitamura Satoshi",
                    "email": "with.no.parachute@gmail.com",
                    "homepage": "https://www.facebook.com/satooshi.jp",
                    "role": "Original creator"
                },
                {
                    "name": "Takashi Matsuo",
                    "email": "tmatsuo@google.com"
                },
                {
                    "name": "Google Inc"
                },
                {
                    "name": "Dariusz Ruminski",
                    "email": "dariusz.ruminski@gmail.com",
                    "homepage": "https://github.com/keradus"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
                }
            ],
            "description": "PHP client library for Coveralls API",
            "homepage": "https://github.com/php-coveralls/php-coveralls",
            "keywords": [
                "ci",
                "coverage",
                "github",
                "test"
            ],
            "support": {
                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.5.3"
            },
            "time": "2022-09-12T20:47:09+00:00"
        },
        {
            "name": "phpcompatibility/php-compatibility",
            "version": "dev-develop",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
                "reference": "5fdb06faa21181715841a0a95031e770626af53e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/5fdb06faa21181715841a0a95031e770626af53e",
                "reference": "5fdb06faa21181715841a0a95031e770626af53e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "phpcsstandards/phpcsutils": "^1.0",
                "squizlabs/php_codesniffer": "^3.7.1"
            },
            "replace": {
                "wimg/php-compatibility": "*"
            },
            "require-dev": {
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcsstandards/phpcsdevcs": "^1.1.3",
                "phpcsstandards/phpcsdevtools": "^1.2.0",
                "phpunit/phpunit": "^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "default-branch": true,
            "type": "phpcodesniffer-standard",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev",
                    "dev-develop": "10.x-dev"
                }
            },
            "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",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibility"
            },
            "time": "2023-03-28T10:54:08+00:00"
        },
        {
            "name": "phpcompatibility/phpcompatibility-paragonie",
            "version": "1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
                "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
                "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "paragonie/random_compat": "dev-master",
                "paragonie/sodium_compat": "dev-master"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer '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",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "paragonie",
                "phpcs",
                "polyfill",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
            },
            "time": "2022-10-25T01:46:02+00:00"
        },
        {
            "name": "phpcompatibility/phpcompatibility-wp",
            "version": "2.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
                "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
                "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcompatibility/phpcompatibility-paragonie": "^1.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer '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",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
            },
            "time": "2022-10-24T09:00:36+00:00"
        },
        {
            "name": "phpcsstandards/phpcsutils",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
                "reference": "e74812ac026d9f9f18a936d29880b2db3211f89d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/e74812ac026d9f9f18a936d29880b2db3211f89d",
                "reference": "e74812ac026d9f9f18a936d29880b2db3211f89d",
                "shasum": ""
            },
            "require": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.7.1 || 4.0.x-dev@dev"
            },
            "require-dev": {
                "ext-filter": "*",
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcsstandards/phpcsdevcs": "^1.1.3",
                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.3",
                "yoast/phpunit-polyfills": "^1.0.1"
            },
            "type": "phpcodesniffer-standard",
            "extra": {
                "branch-alias": {
                    "dev-stable": "1.x-dev",
                    "dev-develop": "1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "PHPCSUtils/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
                }
            ],
            "description": "A suite of utility functions for use with PHP_CodeSniffer",
            "homepage": "https://phpcsutils.com/",
            "keywords": [
                "PHP_CodeSniffer",
                "phpcbf",
                "phpcodesniffer-standard",
                "phpcs",
                "phpcs3",
                "standards",
                "static analysis",
                "tokens",
                "utility"
            ],
            "support": {
                "docs": "https://phpcsutils.com/",
                "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
                "source": "https://github.com/PHPCSStandards/PHPCSUtils"
            },
            "time": "2023-03-28T16:57:37+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"
            ],
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
            },
            "time": "2017-09-11T18:02:19+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0.0",
                "phpdocumentor/type-resolver": "^0.4.0",
                "webmozart/assert": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^4.4"
            },
            "type": "library",
            "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.",
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/3.x"
            },
            "time": "2017-11-10T14:09:06+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
            },
            "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"
                }
            ],
            "support": {
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
            },
            "time": "2017-07-14T14:27:02+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"
            ],
            "support": {
                "issues": "https://github.com/phpspec/prophecy/issues",
                "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
            },
            "time": "2020-03-05T15:02:03+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "4.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^5.6 || ^7.0",
                "phpunit/php-file-iterator": "^1.3",
                "phpunit/php-text-template": "^1.2",
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
                "sebastian/code-unit-reverse-lookup": "^1.0",
                "sebastian/environment": "^1.3.2 || ^2.0",
                "sebastian/version": "^1.0 || ^2.0"
            },
            "require-dev": {
                "ext-xdebug": "^2.1.4",
                "phpunit/phpunit": "^5.7"
            },
            "suggest": {
                "ext-xdebug": "^2.5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.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": "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"
            ],
            "support": {
                "irc": "irc://irc.freenode.net/phpunit",
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
            },
            "time": "2017-04-02T07:44:40+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"
            ],
            "support": {
                "irc": "irc://irc.freenode.net/phpunit",
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
            },
            "time": "2017-02-26T11:10:40+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.12",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-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"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
                "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
            },
            "abandoned": true,
            "time": "2017-12-04T08:55:13+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "5.7.27",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "myclabs/deep-copy": "~1.3",
                "php": "^5.6 || ^7.0",
                "phpspec/prophecy": "^1.6.2",
                "phpunit/php-code-coverage": "^4.0.4",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": "^1.0.6",
                "phpunit/phpunit-mock-objects": "^3.2",
                "sebastian/comparator": "^1.2.4",
                "sebastian/diff": "^1.4.3",
                "sebastian/environment": "^1.3.4 || ^2.0",
                "sebastian/exporter": "~2.0",
                "sebastian/global-state": "^1.1",
                "sebastian/object-enumerator": "~2.0",
                "sebastian/resource-operations": "~1.0",
                "sebastian/version": "^1.0.6|^2.0.1",
                "symfony/yaml": "~2.1|~3.0|~4.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "3.0.2"
            },
            "require-dev": {
                "ext-pdo": "*"
            },
            "suggest": {
                "ext-xdebug": "*",
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7.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"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/5.7.27"
            },
            "time": "2018-02-01T05:50:59+00:00"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "3.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.6 || ^7.0",
                "phpunit/php-text-template": "^1.2",
                "sebastian/exporter": "^1.2 || ^2.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.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": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "support": {
                "irc": "irc://irc.freenode.net/phpunit",
                "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
                "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4"
            },
            "abandoned": true,
            "time": "2017-06-30T09:13:00+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/1.1"
            },
            "time": "2023-04-04T09:50:52+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "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": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "time": "2021-05-03T11:20:27+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.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "react/promise",
            "version": "v2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v2.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/WyriHaximus",
                    "type": "github"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "time": "2022-02-11T10:27:51+00:00"
        },
        {
            "name": "rmccue/requests",
            "version": "v1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/Requests.git",
                "reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/Requests/zipball/82e6936366eac3af4d836c18b9d8c31028fe4cd5",
                "reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "php-parallel-lint/php-console-highlighter": "^0.5.0",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5",
                "requests/test-server": "dev-master",
                "squizlabs/php_codesniffer": "^3.5",
                "wp-coding-standards/wpcs": "^2.0"
            },
            "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/WordPress/Requests",
            "keywords": [
                "curl",
                "fsockopen",
                "http",
                "idna",
                "ipv6",
                "iri",
                "sockets"
            ],
            "support": {
                "issues": "https://github.com/WordPress/Requests/issues",
                "source": "https://github.com/WordPress/Requests/tree/v1.8.1"
            },
            "time": "2021-06-04T09:56:25+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/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T08:15:22+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2 || ~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.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": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
                "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
            },
            "time": "2017-01-29T09:50:25+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                "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.4-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"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
                "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
            },
            "time": "2017-05-22T07:24:03+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0"
            },
            "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"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
                "source": "https://github.com/sebastianbergmann/environment/tree/master"
            },
            "time": "2016-11-26T07:53:53+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~2.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "~4.4"
            },
            "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": "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"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
                "source": "https://github.com/sebastianbergmann/exporter/tree/master"
            },
            "time": "2016-11-19T08:54:04+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "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": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
                "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
            },
            "time": "2015-10-12T03:26:01+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "sebastian/recursion-context": "~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5"
            },
            "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"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
            },
            "time": "2017-02-18T15:18:39+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "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": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
            },
            "time": "2016-11-19T07:33:16+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",
            "support": {
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
            },
            "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",
            "support": {
                "issues": "https://github.com/sebastianbergmann/version/issues",
                "source": "https://github.com/sebastianbergmann/version/tree/master"
            },
            "time": "2016-10-03T07:35:21+00:00"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
                "reference": "4211420d25eba80712bff236a98960ef68b866b7",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.5",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "time": "2022-04-01T13:37:23+00:00"
        },
        {
            "name": "seld/phar-utils",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "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"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/phar-utils/issues",
                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
            },
            "time": "2022-08-31T10:31:18+00:00"
        },
        {
            "name": "sirbrillig/phpcs-variable-analysis",
            "version": "v2.11.16",
            "source": {
                "type": "git",
                "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
                "reference": "dc5582dc5a93a235557af73e523c389aac9a8e88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/dc5582dc5a93a235557af73e523c389aac9a8e88",
                "reference": "dc5582dc5a93a235557af73e523c389aac9a8e88",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "squizlabs/php_codesniffer": "^3.5.6"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
                "phpcsstandards/phpcsdevcs": "^1.1",
                "phpstan/phpstan": "^1.7",
                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0",
                "sirbrillig/phpcs-import-detection": "^1.1",
                "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta"
            },
            "type": "phpcodesniffer-standard",
            "autoload": {
                "psr-4": {
                    "VariableAnalysis\\": "VariableAnalysis/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Sam Graham",
                    "email": "php-codesniffer-variableanalysis@illusori.co.uk"
                },
                {
                    "name": "Payton Swick",
                    "email": "payton@foolord.com"
                }
            ],
            "description": "A PHPCS sniff to detect problems with variables.",
            "keywords": [
                "phpcs",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
                "source": "https://github.com/sirbrillig/phpcs-variable-analysis",
                "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
            },
            "time": "2023-03-31T16:46:32+00:00"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "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",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
            },
            "time": "2023-02-22T23:07:41+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
                "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/filesystem": "~2.8|~3.0|~4.0",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.3",
                "symfony/finder": "<3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": "~3.3|~4.0",
                "symfony/event-dispatcher": "~3.3|~4.0",
                "symfony/finder": "~3.3|~4.0",
                "symfony/yaml": "~3.0|~4.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "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 Config Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v3.4.47"
            },
            "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-24T10:57:07+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
                "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/debug": "~2.8|~3.0|~4.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~3.3|~4.0",
                "symfony/dependency-injection": "~3.4|~4.0",
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
                "symfony/lock": "~3.4|~4.0",
                "symfony/process": "~3.3|~4.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/console/tree/v3.4.47"
            },
            "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-24T10:57:07+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
                "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "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|~4.0"
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/debug/tree/v3.4.47"
            },
            "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"
                }
            ],
            "abandoned": "symfony/error-handler",
            "time": "2020-10-24T10:57:07+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
                "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v3.4.47"
            },
            "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-24T10:57:07+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
                "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8"
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v3.4.47"
            },
            "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-11-16T17:02:08+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": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "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": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.19.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "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": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.19.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "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": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "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": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php70\\": ""
                },
                "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php70/tree/v1.19.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "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": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.19.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-23T09:01:57+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
                "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8"
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/process/tree/v3.4.47"
            },
            "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-24T10:57:07+00:00"
        },
        {
            "name": "symfony/stopwatch",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/298b81faad4ce60e94466226b2abbb8c9bca7462",
                "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "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 Stopwatch Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/stopwatch/tree/v3.4.47"
            },
            "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-24T10:57:07+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "~3.4|~4.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v3.4.47"
            },
            "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-24T10:57:07+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"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.9.1"
            },
            "time": "2020-07-08T17:02:28+00:00"
        },
        {
            "name": "wp-cli/cache-command",
            "version": "v2.0.11",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/cache-command.git",
                "reference": "80aa8e1546ac278be035731d41ec6d28213fb7db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/80aa8e1546ac278be035731d41ec6d28213fb7db",
                "reference": "80aa8e1546ac278be035731d41ec6d28213fb7db",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "cache-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/cache-command/issues",
                "source": "https://github.com/wp-cli/cache-command/tree/v2.0.11"
            },
            "time": "2023-02-27T12:17:33+00:00"
        },
        {
            "name": "wp-cli/checksum-command",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/checksum-command.git",
                "reference": "1a44dfbd3f962283a93ba547142300c98956d811"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/1a44dfbd3f962283a93ba547142300c98956d811",
                "reference": "1a44dfbd3f962283a93ba547142300c98956d811",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/extension-command": "^1.2 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "core verify-checksums",
                    "plugin verify-checksums"
                ]
            },
            "autoload": {
                "files": [
                    "checksum-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/checksum-command/issues",
                "source": "https://github.com/wp-cli/checksum-command/tree/v2.2.0"
            },
            "time": "2023-03-24T20:57:16+00:00"
        },
        {
            "name": "wp-cli/config-command",
            "version": "v2.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/config-command.git",
                "reference": "112ab8af6564084a3599c0f4d90ac91911cf565e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/config-command/zipball/112ab8af6564084a3599c0f4d90ac91911cf565e",
                "reference": "112ab8af6564084a3599c0f4d90ac91911cf565e",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5",
                "wp-cli/wp-config-transformer": "^1.2.1"
            },
            "require-dev": {
                "wp-cli/db-command": "^1.3 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "config-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/config-command/issues",
                "source": "https://github.com/wp-cli/config-command/tree/v2.1.5"
            },
            "time": "2023-02-17T16:29:34+00:00"
        },
        {
            "name": "wp-cli/core-command",
            "version": "v2.1.10",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/core-command.git",
                "reference": "181f41645a8ca869d886a0ce84fbde2008bdab9f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/core-command/zipball/181f41645a8ca869d886a0ce84fbde2008bdab9f",
                "reference": "181f41645a8ca869d886a0ce84fbde2008bdab9f",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^1.4 || ^2 || ^3",
                "wp-cli/wp-cli": "^2.5.1"
            },
            "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": "^3.1.4"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "core-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/core-command/issues",
                "source": "https://github.com/wp-cli/core-command/tree/v2.1.10"
            },
            "time": "2023-04-10T13:44:51+00:00"
        },
        {
            "name": "wp-cli/cron-command",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/cron-command.git",
                "reference": "a72c43d49703aa5f458cb64df9065e1540e0e394"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/a72c43d49703aa5f458cb64df9065e1540e0e394",
                "reference": "a72c43d49703aa5f458cb64df9065e1540e0e394",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/eval-command": "^2.0",
                "wp-cli/server-command": "^2.0",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "cron-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/cron-command/issues",
                "source": "https://github.com/wp-cli/cron-command/tree/v2.2.1"
            },
            "time": "2023-02-17T17:03:53+00:00"
        },
        {
            "name": "wp-cli/db-command",
            "version": "v2.0.25",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/db-command.git",
                "reference": "258b9b348d5d1cf884881b1bd1efc819e735af0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/db-command/zipball/258b9b348d5d1cf884881b1bd1efc819e735af0d",
                "reference": "258b9b348d5d1cf884881b1bd1efc819e735af0d",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "db-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/db-command/issues",
                "source": "https://github.com/wp-cli/db-command/tree/v2.0.25"
            },
            "time": "2023-02-17T16:38:54+00:00"
        },
        {
            "name": "wp-cli/embed-command",
            "version": "v2.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/embed-command.git",
                "reference": "ccf8263ea04538c551c3f0144fc1ffe6dc9d31b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/embed-command/zipball/ccf8263ea04538c551c3f0144fc1ffe6dc9d31b6",
                "reference": "ccf8263ea04538c551c3f0144fc1ffe6dc9d31b6",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "embed-command.php"
                ],
                "psr-4": {
                    "WP_CLI\\Embeds\\": "src/"
                }
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/embed-command/issues",
                "source": "https://github.com/wp-cli/embed-command/tree/v2.0.12"
            },
            "time": "2023-02-17T17:57:27+00:00"
        },
        {
            "name": "wp-cli/entity-command",
            "version": "v2.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/entity-command.git",
                "reference": "694a4a556d2c16860b738787b4c0294a89c4a760"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/694a4a556d2c16860b738787b4c0294a89c4a760",
                "reference": "694a4a556d2c16860b738787b4c0294a89c4a760",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "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/super-admin-command": "^1 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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 clean-duplicates",
                    "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": {
                "files": [
                    "entity-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/entity-command/issues",
                "source": "https://github.com/wp-cli/entity-command/tree/v2.4.2"
            },
            "time": "2023-03-15T17:10:20+00:00"
        },
        {
            "name": "wp-cli/eval-command",
            "version": "v2.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/eval-command.git",
                "reference": "1ba2dab5be33f270f5256ceb605e5a3046194f78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/1ba2dab5be33f270f5256ceb605e5a3046194f78",
                "reference": "1ba2dab5be33f270f5256ceb605e5a3046194f78",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "eval",
                    "eval-file"
                ]
            },
            "autoload": {
                "files": [
                    "eval-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/eval-command/issues",
                "source": "https://github.com/wp-cli/eval-command/tree/v2.2.2"
            },
            "time": "2023-02-17T15:16:09+00:00"
        },
        {
            "name": "wp-cli/export-command",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/export-command.git",
                "reference": "1731f1c869382dfc2cf2630c3139e1f97522db40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/export-command/zipball/1731f1c869382dfc2cf2630c3139e1f97522db40",
                "reference": "1731f1c869382dfc2cf2630c3139e1f97522db40",
                "shasum": ""
            },
            "require": {
                "nb/oxymel": "~0.1.0",
                "wp-cli/wp-cli": "^2.5"
            },
            "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/media-command": "^1 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "export"
                ]
            },
            "autoload": {
                "files": [
                    "export-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/export-command/issues",
                "source": "https://github.com/wp-cli/export-command/tree/v2.1.1"
            },
            "time": "2023-02-17T16:41:22+00:00"
        },
        {
            "name": "wp-cli/extension-command",
            "version": "v2.1.13",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/extension-command.git",
                "reference": "e92390ce3a0d95f534ab6c88f9a77bfd4615de47"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/e92390ce3a0d95f534ab6c88f9a77bfd4615de47",
                "reference": "e92390ce3a0d95f534ab6c88f9a77bfd4615de47",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^1.4 || ^2 || ^3",
                "wp-cli/wp-cli": "^2.5.1"
            },
            "require-dev": {
                "wp-cli/cache-command": "^2.0",
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/language-command": "^2.0",
                "wp-cli/scaffold-command": "^1.2 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "extension-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/extension-command/issues",
                "source": "https://github.com/wp-cli/extension-command/tree/v2.1.13"
            },
            "time": "2023-04-04T21:39:30+00:00"
        },
        {
            "name": "wp-cli/i18n-command",
            "version": "v2.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/i18n-command.git",
                "reference": "43d5cf8968dbddf90907083ad048f12be5ca3d43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/43d5cf8968dbddf90907083ad048f12be5ca3d43",
                "reference": "43d5cf8968dbddf90907083ad048f12be5ca3d43",
                "shasum": ""
            },
            "require": {
                "eftec/bladeone": "3.52",
                "gettext/gettext": "^4.8",
                "mck89/peast": "^1.13.11",
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/scaffold-command": "^1.2 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "suggest": {
                "ext-json": "Used for reading and generating JSON translation files",
                "ext-mbstring": "Used for calculating include/exclude matches in code extraction"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "i18n",
                    "i18n make-pot",
                    "i18n make-json",
                    "i18n make-mo",
                    "i18n update-po"
                ]
            },
            "autoload": {
                "files": [
                    "i18n-command.php"
                ],
                "psr-4": {
                    "WP_CLI\\I18n\\": "src/"
                }
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/i18n-command/issues",
                "source": "https://github.com/wp-cli/i18n-command/tree/v2.4.2"
            },
            "time": "2023-02-17T18:14:41+00:00"
        },
        {
            "name": "wp-cli/import-command",
            "version": "v2.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/import-command.git",
                "reference": "e40f43252a3fc298c762b62ef338bf2bdfde8b19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/import-command/zipball/e40f43252a3fc298c762b62ef338bf2bdfde8b19",
                "reference": "e40f43252a3fc298c762b62ef338bf2bdfde8b19",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "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": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "import"
                ]
            },
            "autoload": {
                "files": [
                    "import-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/import-command/issues",
                "source": "https://github.com/wp-cli/import-command/tree/v2.0.10"
            },
            "time": "2023-02-17T17:52:09+00:00"
        },
        {
            "name": "wp-cli/language-command",
            "version": "v2.0.15",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/language-command.git",
                "reference": "5d277b498e4fd3555637bb967c55fc00538ae086"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/language-command/zipball/5d277b498e4fd3555637bb967c55fc00538ae086",
                "reference": "5d277b498e4fd3555637bb967c55fc00538ae086",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "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": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "language-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/language-command/issues",
                "source": "https://github.com/wp-cli/language-command/tree/v2.0.15"
            },
            "time": "2023-02-17T16:43:41+00:00"
        },
        {
            "name": "wp-cli/maintenance-mode-command",
            "version": "v2.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/maintenance-mode-command.git",
                "reference": "c53fab1ca9fddb2ba00edc5660b081e2c80b336b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/c53fab1ca9fddb2ba00edc5660b081e2c80b336b",
                "reference": "c53fab1ca9fddb2ba00edc5660b081e2c80b336b",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "maintenance-mode",
                    "maintenance-mode activate",
                    "maintenance-mode deactivate",
                    "maintenance-mode status",
                    "maintenance-mode is-active"
                ]
            },
            "autoload": {
                "files": [
                    "maintenance-mode-command.php"
                ],
                "psr-4": {
                    "WP_CLI\\MaintenanceMode\\": "src/"
                }
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/maintenance-mode-command/issues",
                "source": "https://github.com/wp-cli/maintenance-mode-command/tree/v2.0.9"
            },
            "time": "2023-02-17T17:58:55+00:00"
        },
        {
            "name": "wp-cli/media-command",
            "version": "v2.0.17",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/media-command.git",
                "reference": "0e7d1fbc7170d8c2b8a2779f0cd3aebbf582b22b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/media-command/zipball/0e7d1fbc7170d8c2b8a2779f0cd3aebbf582b22b",
                "reference": "0e7d1fbc7170d8c2b8a2779f0cd3aebbf582b22b",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/extension-command": "^2.0",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "media",
                    "media import",
                    "media regenerate",
                    "media image-size"
                ]
            },
            "autoload": {
                "files": [
                    "media-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/media-command/issues",
                "source": "https://github.com/wp-cli/media-command/tree/v2.0.17"
            },
            "time": "2023-02-17T18:58:02+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": {
                "files": [
                    "includes/functions.php"
                ],
                "psr-4": {
                    "Mustangostang\\": "src/"
                }
            },
            "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/",
            "support": {
                "source": "https://github.com/wp-cli/spyc/tree/autoload"
            },
            "time": "2017-04-25T11:26:20+00:00"
        },
        {
            "name": "wp-cli/package-command",
            "version": "v2.2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/package-command.git",
                "reference": "a1345d246a856fed3bd64fd69e08c44f8b46bbf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/package-command/zipball/a1345d246a856fed3bd64fd69e08c44f8b46bbf4",
                "reference": "a1345d246a856fed3bd64fd69e08c44f8b46bbf4",
                "shasum": ""
            },
            "require": {
                "composer/composer": "^1.10.23 || ~2.2.17",
                "ext-json": "*",
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/scaffold-command": "^1 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "package",
                    "package browse",
                    "package install",
                    "package list",
                    "package update",
                    "package uninstall"
                ]
            },
            "autoload": {
                "files": [
                    "package-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/package-command/issues",
                "source": "https://github.com/wp-cli/package-command/tree/v2.2.5"
            },
            "time": "2023-02-17T18:13:51+00:00"
        },
        {
            "name": "wp-cli/php-cli-tools",
            "version": "v0.11.18",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/php-cli-tools.git",
                "reference": "0f503a790698cb36cf835e5c8d09cd4b64bf2325"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/0f503a790698cb36cf835e5c8d09cd4b64bf2325",
                "reference": "0f503a790698cb36cf835e5c8d09cd4b64bf2325",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.3.0"
            },
            "require-dev": {
                "roave/security-advisories": "dev-latest",
                "wp-cli/wp-cli-tests": "^3.1.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.11.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/cli/cli.php"
                ],
                "psr-0": {
                    "cli": "lib/"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/wp-cli/php-cli-tools/issues",
                "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.18"
            },
            "time": "2023-04-04T16:03:53+00:00"
        },
        {
            "name": "wp-cli/rewrite-command",
            "version": "v2.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/rewrite-command.git",
                "reference": "63410a0a2d538eda27b8a0c7c351a3582d2875fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/63410a0a2d538eda27b8a0c7c351a3582d2875fc",
                "reference": "63410a0a2d538eda27b8a0c7c351a3582d2875fc",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "rewrite",
                    "rewrite flush",
                    "rewrite list",
                    "rewrite structure"
                ]
            },
            "autoload": {
                "files": [
                    "rewrite-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/rewrite-command/issues",
                "source": "https://github.com/wp-cli/rewrite-command/tree/v2.0.12"
            },
            "time": "2023-02-17T16:50:38+00:00"
        },
        {
            "name": "wp-cli/role-command",
            "version": "v2.0.13",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/role-command.git",
                "reference": "f586e09fe36aa15a213677e0bed3cd0f5e70613b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/role-command/zipball/f586e09fe36aa15a213677e0bed3cd0f5e70613b",
                "reference": "f586e09fe36aa15a213677e0bed3cd0f5e70613b",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "role-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/role-command/issues",
                "source": "https://github.com/wp-cli/role-command/tree/v2.0.13"
            },
            "time": "2023-03-16T15:25:24+00:00"
        },
        {
            "name": "wp-cli/scaffold-command",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/scaffold-command.git",
                "reference": "eb8d71618de1e34264991109f91a8d8247601fb2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/eb8d71618de1e34264991109f91a8d8247601fb2",
                "reference": "eb8d71618de1e34264991109f91a8d8247601fb2",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/extension-command": "^1.2 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "scaffold-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/scaffold-command/issues",
                "source": "https://github.com/wp-cli/scaffold-command/tree/v2.1.1"
            },
            "time": "2023-02-17T18:53:06+00:00"
        },
        {
            "name": "wp-cli/search-replace-command",
            "version": "v2.0.20",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/search-replace-command.git",
                "reference": "6b195e3f39dd18270710b28343a8038f5927dd2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/6b195e3f39dd18270710b28343a8038f5927dd2c",
                "reference": "6b195e3f39dd18270710b28343a8038f5927dd2c",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "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": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "search-replace"
                ]
            },
            "autoload": {
                "files": [
                    "search-replace-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/search-replace-command/issues",
                "source": "https://github.com/wp-cli/search-replace-command/tree/v2.0.20"
            },
            "time": "2023-02-17T16:23:58+00:00"
        },
        {
            "name": "wp-cli/server-command",
            "version": "v2.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/server-command.git",
                "reference": "8081e417bb8f5d48dd814b0b9f2402a41af105ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/server-command/zipball/8081e417bb8f5d48dd814b0b9f2402a41af105ea",
                "reference": "8081e417bb8f5d48dd814b0b9f2402a41af105ea",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "server"
                ]
            },
            "autoload": {
                "files": [
                    "server-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/server-command/issues",
                "source": "https://github.com/wp-cli/server-command/tree/v2.0.12"
            },
            "time": "2023-02-17T16:16:13+00:00"
        },
        {
            "name": "wp-cli/shell-command",
            "version": "v2.0.13",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/shell-command.git",
                "reference": "d1d4d34737c0a8402a98bc16f6e603f322085f03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/d1d4d34737c0a8402a98bc16f6e603f322085f03",
                "reference": "d1d4d34737c0a8402a98bc16f6e603f322085f03",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "shell"
                ]
            },
            "autoload": {
                "files": [
                    "shell-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/shell-command/issues",
                "source": "https://github.com/wp-cli/shell-command/tree/v2.0.13"
            },
            "time": "2023-02-17T15:07:21+00:00"
        },
        {
            "name": "wp-cli/super-admin-command",
            "version": "v2.0.11",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/super-admin-command.git",
                "reference": "8e7202b28c80f9181ef12533d1e0cd3b5ace5b07"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/8e7202b28c80f9181ef12533d1e0cd3b5ace5b07",
                "reference": "8e7202b28c80f9181ef12533d1e0cd3b5ace5b07",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/entity-command": "^1.3 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "bundled": true,
                "commands": [
                    "super-admin",
                    "super-admin add",
                    "super-admin list",
                    "super-admin remove"
                ]
            },
            "autoload": {
                "files": [
                    "super-admin-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/super-admin-command/issues",
                "source": "https://github.com/wp-cli/super-admin-command/tree/v2.0.11"
            },
            "time": "2023-02-17T17:03:30+00:00"
        },
        {
            "name": "wp-cli/widget-command",
            "version": "v2.1.8",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/widget-command.git",
                "reference": "366fc586f64faea41c1e6df345b2350193b89c6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/366fc586f64faea41c1e6df345b2350193b89c6b",
                "reference": "366fc586f64faea41c1e6df345b2350193b89c6b",
                "shasum": ""
            },
            "require": {
                "wp-cli/wp-cli": "^2.5"
            },
            "require-dev": {
                "wp-cli/extension-command": "^1.2 || ^2",
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "type": "wp-cli-package",
            "extra": {
                "branch-alias": {
                    "dev-main": "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": {
                "files": [
                    "widget-command.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "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",
            "support": {
                "issues": "https://github.com/wp-cli/widget-command/issues",
                "source": "https://github.com/wp-cli/widget-command/tree/v2.1.8"
            },
            "time": "2023-02-17T17:02:31+00:00"
        },
        {
            "name": "wp-cli/wp-cli",
            "version": "v2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/wp-cli.git",
                "reference": "1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76",
                "reference": "1ddc754f1c15e56fb2cdd1a4e82bd0ec6ca32a76",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "mustache/mustache": "^2.14.1",
                "php": "^5.6 || ^7.0 || ^8.0",
                "rmccue/requests": "^1.8",
                "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-latest",
                "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": "^3.1.6"
            },
            "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.8.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "WP_CLI\\": "php/"
                },
                "classmap": [
                    "php/class-wp-cli.php",
                    "php/class-wp-cli-command.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "WP-CLI framework",
            "homepage": "https://wp-cli.org",
            "keywords": [
                "cli",
                "wordpress"
            ],
            "support": {
                "docs": "https://make.wordpress.org/cli/handbook/",
                "issues": "https://github.com/wp-cli/wp-cli/issues",
                "source": "https://github.com/wp-cli/wp-cli"
            },
            "time": "2022-10-17T23:10:42+00:00"
        },
        {
            "name": "wp-cli/wp-cli-bundle",
            "version": "v2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/wp-cli-bundle.git",
                "reference": "08765f2bbd1308247050fc8efef63df3a0c9616f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/08765f2bbd1308247050fc8efef63df3a0c9616f",
                "reference": "08765f2bbd1308247050fc8efef63df3a0c9616f",
                "shasum": ""
            },
            "require": {
                "composer/composer": "^1.10.23 || ~2.2.17",
                "php": ">=5.6",
                "wp-cli/cache-command": "^2",
                "wp-cli/checksum-command": "^2.1",
                "wp-cli/config-command": "^2.1",
                "wp-cli/core-command": "^2.1",
                "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.1",
                "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.1",
                "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.7.1"
            },
            "require-dev": {
                "roave/security-advisories": "dev-latest",
                "wp-cli/wp-cli-tests": "^3.0.7"
            },
            "suggest": {
                "psy/psysh": "Enhanced `wp shell` functionality"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.6.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "WP-CLI bundle package with default commands.",
            "homepage": "https://wp-cli.org",
            "keywords": [
                "cli",
                "wordpress"
            ],
            "support": {
                "docs": "https://make.wordpress.org/cli/handbook/",
                "issues": "https://github.com/wp-cli/wp-cli-bundle/issues",
                "source": "https://github.com/wp-cli/wp-cli-bundle"
            },
            "time": "2022-10-17T23:55:22+00:00"
        },
        {
            "name": "wp-cli/wp-config-transformer",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-cli/wp-config-transformer.git",
                "reference": "c5b5349b86a3eea6c8a3f401f556f21a717aa80e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/c5b5349b86a3eea6c8a3f401f556f21a717aa80e",
                "reference": "c5b5349b86a3eea6c8a3f401f556f21a717aa80e",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "wp-cli/wp-cli-tests": "^3.1"
            },
            "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.",
            "homepage": "https://github.com/wp-cli/wp-config-transformer",
            "support": {
                "issues": "https://github.com/wp-cli/wp-config-transformer/issues",
                "source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.3.1"
            },
            "time": "2023-01-12T03:32:05+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"
            ],
            "support": {
                "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
                "source": "https://github.com/WordPress/WordPress-Coding-Standards",
                "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
            },
            "time": "2020-05-13T23:57:56+00:00"
        },
        {
            "name": "wp-phpunit/wp-phpunit",
            "version": "6.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-phpunit/wp-phpunit.git",
                "reference": "4797791a311c41d213027333e4fcc48073f77df0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/4797791a311c41d213027333e4fcc48073f77df0",
                "reference": "4797791a311c41d213027333e4fcc48073f77df0",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "__loaded.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Evan Mattson",
                    "email": "me@aaemnnost.tv"
                },
                {
                    "name": "WordPress Community",
                    "homepage": "https://wordpress.org/about/"
                }
            ],
            "description": "WordPress core PHPUnit library",
            "homepage": "https://github.com/wp-phpunit",
            "keywords": [
                "phpunit",
                "test",
                "wordpress"
            ],
            "support": {
                "docs": "https://github.com/wp-phpunit/docs",
                "issues": "https://github.com/wp-phpunit/issues",
                "source": "https://github.com/wp-phpunit/wp-phpunit"
            },
            "time": "2023-08-09T01:26:57+00:00"
        },
        {
            "name": "wpackagist-plugin/advanced-custom-fields",
            "version": "5.8.12",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/advanced-custom-fields/",
                "reference": "tags/5.8.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/advanced-custom-fields.5.8.12.zip"
            },
            "require": {
                "composer/installers": "^1.0 || ^2.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/advanced-custom-fields/"
        },
        {
            "name": "wpackagist-plugin/easy-digital-downloads",
            "version": "2.9.23",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/easy-digital-downloads/",
                "reference": "tags/2.9.23"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/easy-digital-downloads.2.9.23.zip"
            },
            "require": {
                "composer/installers": "^1.0 || ^2.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/easy-digital-downloads/"
        },
        {
            "name": "wpackagist-plugin/jetpack",
            "version": "10.0",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/jetpack/",
                "reference": "tags/10.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/jetpack.10.0.zip"
            },
            "require": {
                "composer/installers": "^1.0 || ^2.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/jetpack/"
        },
        {
            "name": "wpackagist-plugin/user-switching",
            "version": "1.5.5",
            "source": {
                "type": "svn",
                "url": "https://plugins.svn.wordpress.org/user-switching/",
                "reference": "tags/1.5.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://downloads.wordpress.org/plugin/user-switching.1.5.5.zip"
            },
            "require": {
                "composer/installers": "^1.0 || ^2.0"
            },
            "type": "wordpress-plugin",
            "homepage": "https://wordpress.org/plugins/user-switching/"
        },
        {
            "name": "wpsh/local",
            "version": "0.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/wpsh/wpsh-local.git",
                "reference": "17338432ed06386273a1ee4db8c8467aa8feab17"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wpsh/wpsh-local/zipball/17338432ed06386273a1ee4db8c8467aa8feab17",
                "reference": "17338432ed06386273a1ee4db8c8467aa8feab17",
                "shasum": ""
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A Docker Compose development environment for any project.",
            "support": {
                "issues": "https://github.com/wpsh/wpsh-local/issues",
                "source": "https://github.com/wpsh/wpsh-local/tree/master"
            },
            "time": "2019-06-12T10:54:32+00:00"
        },
        {
            "name": "yoast/phpunit-polyfills",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
                "reference": "3b59adeef77fb1c03ff5381dbb9d68b0aaff3171"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/3b59adeef77fb1c03ff5381dbb9d68b0aaff3171",
                "reference": "3b59adeef77fb1c03ff5381dbb9d68b0aaff3171",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "require-dev": {
                "yoast/yoastcs": "^2.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "phpunitpolyfills-autoload.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Team Yoast",
                    "email": "support@yoast.com",
                    "homepage": "https://yoast.com"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/Yoast/PHPUnit-Polyfills/graphs/contributors"
                }
            ],
            "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
            "homepage": "https://github.com/Yoast/PHPUnit-Polyfills",
            "keywords": [
                "phpunit",
                "polyfill",
                "testing"
            ],
            "support": {
                "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
                "source": "https://github.com/Yoast/PHPUnit-Polyfills"
            },
            "time": "2023-03-30T23:39:05+00:00"
        }
    ],
    "aliases": [
        {
            "package": "phpcompatibility/php-compatibility",
            "version": "dev-develop",
            "alias": "9.99.99",
            "alias_normalized": "9.99.99.0"
        }
    ],
    "minimum-stability": "stable",
    "stability-flags": {
        "phpcompatibility/php-compatibility": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.4"
    },
    "plugin-api-version": "2.6.0"
}