{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "f88edf73c46282eec99768f7562bf4a7", "packages": [ { "name": "bandwidth-throttle/token-bucket", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/bandwidth-throttle/token-bucket.git", "reference": "316d05de17bdfe6dd7881b1c0f28880f52406841" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bandwidth-throttle/token-bucket/zipball/316d05de17bdfe6dd7881b1c0f28880f52406841", "reference": "316d05de17bdfe6dd7881b1c0f28880f52406841", "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" }, "type": "library", "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" ], "time": "2017-10-13T16:16:56+00:00" }, { "name": "kriswallsmith/buzz", "version": "v0.15.2", "source": { "type": "git", "url": "https://github.com/kriswallsmith/Buzz.git", "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d0b82d8a6169276f91f445c26792ff4a2b11e831", "reference": "d0b82d8a6169276f91f445c26792ff4a2b11e831", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.3" }, "suggest": { "ext-curl": "*" }, "type": "library", "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" ], "time": "2017-11-24T19:18:50+00:00" }, { "name": "malkusch/lock", "version": "v1.4", "source": { "type": "git", "url": "https://github.com/php-lock/lock.git", "reference": "96cd2d82180fc87bd8ad45aac25486f82d9fbf4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-lock/lock/zipball/96cd2d82180fc87bd8ad45aac25486f82d9fbf4b", "reference": "96cd2d82180fc87bd8ad45aac25486f82d9fbf4b", "shasum": "" }, "require": { "paragonie/random_compat": "^1|^2", "php": ">=5.6", "psr/log": "^1" }, "require-dev": { "eloquent/liberator": "^2.0", "ext-memcached": "*", "ext-pcntl": "*", "ext-pdo_mysql": "*", "ext-pdo_sqlite": "*", "ext-redis": "*", "johnkary/phpunit-speedtrap": "^1.0", "kriswallsmith/spork": "^0.3", "mikey179/vfsstream": "^1.5.0", "php-mock/php-mock-phpunit": "^1", "phpunit/phpunit": "^5", "predis/predis": "~1.0", "squizlabs/php_codesniffer": "^3.2" }, "suggest": { "ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts" }, "type": "library", "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" }, { "name": "Willem Stuursma-Ruwen", "email": "willem@stuursma.name", "role": "Developer" } ], "description": "Mutex library for exclusive code execution.", "homepage": "https://github.com/malkusch/lock", "keywords": [ "advisory locks", "cas", "flock", "lock", "locking", "memcache", "mutex", "mysql", "postgresql", "redis", "redlock", "semaphore" ], "time": "2018-07-07T18:43:25+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.17", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", "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." }, "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" ], "time": "2018-07-04T16:31:37+00:00" }, { "name": "psr/log", "version": "1.0.2", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "sentry/sentry", "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b", "reference": "6b4c80ee1f5d9d5ab5bae949f4eb5d758a0bf64b", "shasum": "" }, "require": { "ext-curl": "*", "php": "^5.3|^7.0" }, "conflict": { "raven/raven": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.8.0", "monolog/monolog": "*", "phpunit/phpunit": "^4.8.35 || ^5.7" }, "suggest": { "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "monolog/monolog": "Automatically capture Monolog events as breadcrumbs" }, "bin": [ "bin/sentry" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.10.x-dev" } }, "autoload": { "psr-0": { "Raven_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "David Cramer", "email": "dcramer@gmail.com" } ], "description": "A PHP client for Sentry (http://getsentry.com)", "homepage": "http://getsentry.com", "keywords": [ "log", "logging" ], "time": "2018-08-18T19:41:03+00:00" }, { "name": "symfony/http-foundation", "version": "v3.3.9", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "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", "time": "2017-09-06T17:07:39+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.5.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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "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" ], "time": "2017-06-14T15:44:48+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }