[
    {
        "name": "mustache/mustache",
        "version": "v2.13.0",
        "version_normalized": "2.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/mustache.php.git",
            "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4",
            "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~1.11",
            "phpunit/phpunit": "~3.7|~4.0|~5.0"
        },
        "time": "2019-11-23T21:40:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "rmccue/requests",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rmccue/Requests.git",
            "reference": "87932f52ffad70504d93f04f15690cf16a089546"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
            "reference": "87932f52ffad70504d93f04f15690cf16a089546",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "requests/test-server": "dev-master"
        },
        "time": "2016-10-13T00:11:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Requests": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Ryan McCue",
                "homepage": "http://ryanmccue.info"
            }
        ],
        "description": "A HTTP library written in PHP, for human beings.",
        "homepage": "http://github.com/rmccue/Requests",
        "keywords": [
            "curl",
            "fsockopen",
            "http",
            "idna",
            "ipv6",
            "iri",
            "sockets"
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v5.1.8",
        "version_normalized": "5.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "e70eb5a69c2ff61ea135a13d2266e8914a67b3a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/e70eb5a69c2ff61ea135a13d2266e8914a67b3a0",
            "reference": "e70eb5a69c2ff61ea135a13d2266e8914a67b3a0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5"
        },
        "time": "2020-10-24T12:01:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "wp-cli/mustangostang-spyc",
        "version": "0.6.3",
        "version_normalized": "0.6.3.0",
        "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"
        },
        "time": "2017-04-25T11:26:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Mustangostang\\": "src/"
            },
            "files": [
                "includes/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "mustangostang",
                "email": "vlad.andersen@gmail.com"
            }
        ],
        "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
        "homepage": "https://github.com/mustangostang/spyc/"
    },
    {
        "name": "wp-cli/php-cli-tools",
        "version": "v0.11.11",
        "version_normalized": "0.11.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wp-cli/php-cli-tools.git",
            "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
            "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.3.0"
        },
        "time": "2018-09-04T13:28:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "cli": "lib/"
            },
            "files": [
                "lib/cli/cli.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "James Logsdon",
                "email": "jlogsdon@php.net",
                "role": "Developer"
            },
            {
                "name": "Daniel Bachhuber",
                "email": "daniel@handbuilt.co",
                "role": "Maintainer"
            }
        ],
        "description": "Console utilities for PHP",
        "homepage": "http://github.com/wp-cli/php-cli-tools",
        "keywords": [
            "cli",
            "console"
        ]
    },
    {
        "name": "wp-cli/wp-cli",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wp-cli/wp-cli.git",
            "reference": "ceb18598e79befa9b2a37a51efbb34910628988b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/ceb18598e79befa9b2a37a51efbb34910628988b",
            "reference": "ceb18598e79befa9b2a37a51efbb34910628988b",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "mustache/mustache": "~2.13",
            "php": "^5.4 || ^7.0",
            "rmccue/requests": "~1.6",
            "symfony/finder": ">2.7",
            "wp-cli/mustangostang-spyc": "^0.6.3",
            "wp-cli/php-cli-tools": "~0.11.2"
        },
        "require-dev": {
            "roave/security-advisories": "dev-master",
            "wp-cli/db-command": "^1.3 || ^2",
            "wp-cli/entity-command": "^1.2 || ^2",
            "wp-cli/extension-command": "^1.1 || ^2",
            "wp-cli/package-command": "^1 || ^2",
            "wp-cli/wp-cli-tests": "^2.1"
        },
        "suggest": {
            "ext-readline": "Include for a better --prompt implementation",
            "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
        },
        "time": "2020-02-18T08:15:37+00:00",
        "bin": [
            "bin/wp",
            "bin/wp.bat"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "WP_CLI": "php"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "WP-CLI framework",
        "homepage": "https://wp-cli.org",
        "keywords": [
            "cli",
            "wordpress"
        ]
    }
]
