[
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
            "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2017-06-14 15:44:48",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
            "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0"
        },
        "time": "2017-09-06 17:07:39",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "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 HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.10",
        "version_normalized": "2.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
            "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2017-03-13 16:27:32",
        "type": "library",
        "installation-source": "dist",
        "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",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "kriswallsmith/buzz",
        "version": "v0.15.1",
        "version_normalized": "0.15.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kriswallsmith/Buzz.git",
            "reference": "d59932b335c2f2f3ec9eee66a37db6bd50d39e13"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d59932b335c2f2f3ec9eee66a37db6bd50d39e13",
            "reference": "d59932b335c2f2f3ec9eee66a37db6bd50d39e13",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.3"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2017-08-19 09:43:47",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Buzz\\": "lib/Buzz"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kris Wallsmith",
                "email": "kris.wallsmith@gmail.com",
                "homepage": "http://kriswallsmith.net/"
            }
        ],
        "description": "Lightweight HTTP client",
        "homepage": "https://github.com/kriswallsmith/Buzz",
        "keywords": [
            "curl",
            "http client"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10 12:19:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "malkusch/lock",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/malkusch/lock.git",
            "reference": "5555f291092a0ed5ab4f02d8be7031b877d8d165"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/malkusch/lock/zipball/5555f291092a0ed5ab4f02d8be7031b877d8d165",
            "reference": "5555f291092a0ed5ab4f02d8be7031b877d8d165",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "psr/log": "^1"
        },
        "require-dev": {
            "ext-redis": "^2.2.4|^3",
            "kriswallsmith/spork": "^0.3",
            "mikey179/vfsstream": "^1.5.0",
            "php-mock/php-mock-phpunit": "^1",
            "phpunit/phpunit": "^5",
            "predis/predis": "~1.0",
            "zetacomponents/system-information": "~1.1"
        },
        "time": "2016-08-05 11:03:36",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "malkusch\\lock\\": "classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "WTFPL"
        ],
        "authors": [
            {
                "name": "Markus Malkusch",
                "email": "markus@malkusch.de",
                "homepage": "http://markus.malkusch.de",
                "role": "Developer"
            }
        ],
        "description": "Mutex library for exclusive code execution.",
        "homepage": "https://github.com/malkusch/lock",
        "keywords": [
            "cas",
            "flock",
            "lock",
            "memcache",
            "mutex",
            "redis",
            "redlock",
            "semaphore"
        ]
    },
    {
        "name": "bandwidth-throttle/token-bucket",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bandwidth-throttle/token-bucket.git",
            "reference": "fa4244e6e549ab46ab28afe1722208df5e0fdef1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bandwidth-throttle/token-bucket/zipball/fa4244e6e549ab46ab28afe1722208df5e0fdef1",
            "reference": "fa4244e6e549ab46ab28afe1722208df5e0fdef1",
            "shasum": ""
        },
        "require": {
            "ext-bcmath": "*",
            "malkusch/lock": "^1",
            "php": ">=5.6"
        },
        "require-dev": {
            "ext-redis": "^2.2.4|^3",
            "mikey179/vfsstream": "^1.5.0",
            "php-mock/php-mock-phpunit": "^1",
            "phpunit/phpunit": "^5",
            "predis/predis": "^1"
        },
        "time": "2016-08-13 11:24:36",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "bandwidthThrottle\\tokenBucket\\": "classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "WTFPL"
        ],
        "authors": [
            {
                "name": "Markus Malkusch",
                "email": "markus@malkusch.de",
                "homepage": "http://markus.malkusch.de",
                "role": "Developer"
            }
        ],
        "description": "Implementation of the Token Bucket algorithm.",
        "homepage": "https://github.com/bandwidth-throttle/token-bucket",
        "keywords": [
            "bandwidth",
            "rate limit",
            "rate limiting",
            "throttle",
            "throttling",
            "token bucket"
        ]
    },
    {
        "name": "beeketing/wordpress-common",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "dist": {
            "type": "path",
            "url": "../packages/beeketing-wordpress-common",
            "reference": "ad54684dba016de927a10e346beebf222db3a232",
            "shasum": null
        },
        "require": {
            "bandwidth-throttle/token-bucket": "^1.1",
            "kriswallsmith/buzz": "^0.15.0",
            "paragonie/random_compat": "^2.0",
            "symfony/http-foundation": "^3.2"
        },
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BKCheckoutBoostSDK\\": "src/"
            }
        },
        "authors": [
            {
                "name": "tungquach",
                "email": "tungquach@brodev.com"
            }
        ],
        "description": "Beeketing wordpress common api, function"
    }
]
