benbot/composer.lock

2010 lines
69 KiB
Plaintext
Raw Normal View History

2017-03-10 05:24:55 +00:00
{
"_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"
],
2017-03-27 01:23:49 +00:00
"hash": "cb2746b3285ed8e6ef0c08ae94f470b1",
"content-hash": "f6ce56280951cb9d10beb2e062f6de08",
2017-03-10 05:24:55 +00:00
"packages": [
{
"name": "TrafficCophp/ByteBuffer",
"version": "v0.3",
"source": {
"type": "git",
"url": "https://github.com/nesQuick/ByteBuffer.git",
"reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nesQuick/ByteBuffer/zipball/e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4",
"reference": "e94e5c87c41bc79c0f738b0fa89bad11d27ae0b4",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"TrafficCophp": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ole 'nesQuick' Michaelis",
"email": "ole.michaelis@googlemail.com",
"homepage": "http://www.codestars.eu"
}
],
"description": "Node.js inspired byte stream buffer for PHP.",
"keywords": [
"Buffer",
"Bytehandling",
"Socket",
"binary data",
"library",
"pack",
"stream",
"wrapper"
],
2017-03-16 18:13:28 +00:00
"time": "2016-01-13 22:50:58"
2017-03-10 05:24:55 +00:00
},
{
"name": "cache/adapter-common",
"version": "0.3.3",
"source": {
"type": "git",
"url": "https://github.com/php-cache/adapter-common.git",
"reference": "874256105aefaa52b60599ab02858a4575e61095"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/adapter-common/zipball/874256105aefaa52b60599ab02858a4575e61095",
"reference": "874256105aefaa52b60599ab02858a4575e61095",
"shasum": ""
},
"require": {
"cache/taggable-cache": "^0.4",
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0",
"psr/log": "^1.0"
},
"require-dev": {
"cache/integration-tests": "^0.10",
"phpunit/phpunit": "^4.0 || ^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Cache\\Adapter\\Common\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm"
}
],
"description": "Common classes for PSR-6 adapters",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"cache",
"psr-6",
"tag"
],
2017-03-16 18:13:28 +00:00
"time": "2016-07-31 18:10:41"
2017-03-10 05:24:55 +00:00
},
{
"name": "cache/array-adapter",
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/php-cache/array-adapter.git",
"reference": "8fba4cc2b57aebac1390e254b1ce05d7b994d412"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/array-adapter/zipball/8fba4cc2b57aebac1390e254b1ce05d7b994d412",
"reference": "8fba4cc2b57aebac1390e254b1ce05d7b994d412",
"shasum": ""
},
"require": {
"cache/adapter-common": "^0.3",
"cache/hierarchical-cache": "^0.3",
"cache/taggable-cache": "^0.4",
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0"
},
"provide": {
"psr/cache-implementation": "^1.0"
},
"require-dev": {
"cache/integration-tests": "^0.11",
"phpunit/phpunit": "^4.0 || ^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Cache\\Adapter\\PHPArray\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm"
}
],
"description": "A PSR-6 cache implementation using a php array. This implementation supports tags",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"array",
"cache",
"psr-6",
"tag"
],
2017-03-16 18:13:28 +00:00
"time": "2016-08-07 15:04:55"
2017-03-10 05:24:55 +00:00
},
{
"name": "cache/hierarchical-cache",
"version": "0.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-cache/hierarchical-cache.git",
"reference": "783e179acc3c9d47c469513a2380219022bfa0bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/hierarchical-cache/zipball/783e179acc3c9d47c469513a2380219022bfa0bc",
"reference": "783e179acc3c9d47c469513a2380219022bfa0bc",
"shasum": ""
},
"require": {
"cache/taggable-cache": "^0.4",
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Cache\\Hierarchy\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm"
}
],
"description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"cache",
"hierarchical",
"psr-6",
"tag"
],
2017-03-16 18:13:28 +00:00
"time": "2016-08-07 14:49:33"
2017-03-10 05:24:55 +00:00
},
{
"name": "cache/taggable-cache",
"version": "0.4.3",
"source": {
"type": "git",
"url": "https://github.com/php-cache/taggable-cache.git",
"reference": "8ae3042edd1ac9546c9eae1020dc2b438ef10742"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-cache/taggable-cache/zipball/8ae3042edd1ac9546c9eae1020dc2b438ef10742",
"reference": "8ae3042edd1ac9546c9eae1020dc2b438ef10742",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"psr/cache": "^1.0"
},
"require-dev": {
"cache/integration-tests": "^0.11",
"phpunit/phpunit": "^4.0 || ^5.1",
"symfony/cache": "^3.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Cache\\Taggable\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com",
"homepage": "https://github.com/aequasi"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/nyholm"
}
],
"description": "Add tag support to your PSR-6 cache implementation",
"homepage": "http://www.php-cache.com/en/latest/",
"keywords": [
"Taggable",
"cache",
"psr6",
"tag"
],
2017-03-16 18:13:28 +00:00
"time": "2016-08-08 17:20:09"
2017-03-10 05:24:55 +00:00
},
{
"name": "doctrine/inflector",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2017-03-16 18:13:28 +00:00
"time": "2015-11-06 14:35:42"
2017-03-10 05:24:55 +00:00
},
{
"name": "evenement/evenement",
"version": "v2.0.0",
"source": {
"type": "git",
"url": "https://github.com/igorw/evenement.git",
"reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
"reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-0": {
"Evenement": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch",
"homepage": "http://wiedler.ch/igor/"
}
],
"description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
"event-dispatcher",
"event-emitter"
],
2017-03-16 18:13:28 +00:00
"time": "2012-11-02 14:49:47"
2017-03-10 05:24:55 +00:00
},
{
"name": "guzzlehttp/guzzle",
"version": "6.2.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2017-03-16 18:13:28 +00:00
"time": "2017-02-28 22:50:30"
2017-03-10 05:24:55 +00:00
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2017-03-16 18:13:28 +00:00
"time": "2016-12-20 10:07:11"
2017-03-10 05:24:55 +00:00
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
"reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"request",
"response",
"stream",
"uri",
"url"
],
2017-03-16 18:13:28 +00:00
"time": "2017-02-27 10:51:17"
2017-03-10 05:24:55 +00:00
},
{
"name": "illuminate/contracts",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
"reference": "dd256891c80fd94a58ab83d7989d6da2f50e30ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/dd256891c80fd94a58ab83d7989d6da2f50e30ea",
"reference": "dd256891c80fd94a58ab83d7989d6da2f50e30ea",
"shasum": ""
},
"require": {
"php": ">=5.6.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.4-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2017-03-16 18:13:28 +00:00
"time": "2017-02-21 14:21:59"
2017-03-10 05:24:55 +00:00
},
{
"name": "illuminate/support",
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "904f63003fd67ede2ec3be018b322d1c29415465"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/904f63003fd67ede2ec3be018b322d1c29415465",
"reference": "904f63003fd67ede2ec3be018b322d1c29415465",
"shasum": ""
},
"require": {
"doctrine/inflector": "~1.0",
"ext-mbstring": "*",
"illuminate/contracts": "5.4.*",
"paragonie/random_compat": "~1.4|~2.0",
"php": ">=5.6.4"
},
"replace": {
"tightenco/collect": "self.version"
},
"suggest": {
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
"symfony/process": "Required to use the composer class (~3.2).",
"symfony/var-dumper": "Required to use the dd function (~3.2)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.4-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2017-03-16 18:13:28 +00:00
"time": "2017-02-15 19:29:24"
2017-03-10 05:24:55 +00:00
},
{
"name": "monolog/monolog",
2017-03-16 20:13:03 +00:00
"version": "1.22.1",
2017-03-10 05:24:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2017-03-16 20:13:03 +00:00
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
2017-03-10 05:24:55 +00:00
},
"dist": {
"type": "zip",
2017-03-16 20:13:03 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
"reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0",
2017-03-10 05:24:55 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
"sentry/sentry": "^0.13",
"swiftmailer/swiftmailer": "~5.3"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
"sentry/sentry": "Allow sending log messages to a Sentry server"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2017-03-16 20:13:03 +00:00
"time": "2017-03-13 07:08:03"
2017-03-10 05:24:55 +00:00
},
{
"name": "nesbot/carbon",
"version": "1.22.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/translation": "~2.6 || ~3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "~4.0 || ~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2017-03-16 18:13:28 +00:00
"time": "2017-01-16 07:55:07"
2017-03-10 05:24:55 +00:00
},
{
"name": "paragonie/random_compat",
2017-03-16 20:13:03 +00:00
"version": "v2.0.10",
2017-03-10 05:24:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2017-03-16 20:13:03 +00:00
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
2017-03-10 05:24:55 +00:00
},
"dist": {
"type": "zip",
2017-03-16 20:13:03 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
2017-03-10 05:24:55 +00:00
"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",
"pseudorandom",
"random"
],
2017-03-16 20:13:03 +00:00
"time": "2017-03-13 16:27:32"
2017-03-10 05:24:55 +00:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
2017-03-16 18:13:28 +00:00
"time": "2016-08-06 20:24:11"
2017-03-10 05:24:55 +00:00
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-03-16 18:13:28 +00:00
"time": "2016-08-06 14:39:51"
2017-03-10 05:24:55 +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"
],
2017-03-16 18:13:28 +00:00
"time": "2016-10-10 12:19:37"
2017-03-10 05:24:55 +00:00
},
{
"name": "ratchet/pawl",
"version": "v0.2.2",
"source": {
"type": "git",
"url": "https://github.com/ratchetphp/Pawl.git",
"reference": "67acb1f21d22bcd4d152badb0564f0617263044a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/67acb1f21d22bcd4d152badb0564f0617263044a",
"reference": "67acb1f21d22bcd4d152badb0564f0617263044a",
"shasum": ""
},
"require": {
"php": ">=5.4",
"ratchet/rfc6455": "^0.2.1",
"react/socket-client": "^0.4.3|^0.5"
},
"suggest": {
"reactivex/rxphp": "~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Ratchet\\Client\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Asynchronous WebSocket client",
"keywords": [
"Ratchet",
"async",
"client",
"websocket",
"websocket client"
],
2017-03-16 18:13:28 +00:00
"time": "2016-04-14 21:43:44"
2017-03-10 05:24:55 +00:00
},
{
"name": "ratchet/rfc6455",
"version": "v0.2.2",
"source": {
"type": "git",
"url": "https://github.com/ratchetphp/RFC6455.git",
"reference": "56aecde679d72d7b1087bbe1d6f7d96e123d396a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/56aecde679d72d7b1087bbe1d6f7d96e123d396a",
"reference": "56aecde679d72d7b1087bbe1d6f7d96e123d396a",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.0",
"php": ">=5.4.2"
},
"require-dev": {
"react/http": "^0.4.1",
"react/socket-client": "^0.4.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Ratchet\\RFC6455\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"role": "Developer"
}
],
"description": "RFC6455 WebSocket protocol handler",
"homepage": "http://socketo.me",
"keywords": [
"WebSockets",
"rfc6455",
"websocket"
],
2017-03-16 18:13:28 +00:00
"time": "2017-01-01 15:41:18"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/cache",
"version": "v0.4.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
"reference": "558f614891341b1d817a8cdf9a358948ec49638f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f",
"reference": "558f614891341b1d817a8cdf9a358948ec49638f",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/promise": "~2.0|~1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Cache\\": "src\\"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async caching.",
"keywords": [
"cache"
],
2017-03-16 18:13:28 +00:00
"time": "2016-02-25 18:17:16"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/datagram",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/datagram.git",
"reference": "72949abb00b554f217b52697e2b74a5012c34dd5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/datagram/zipball/72949abb00b554f217b52697e2b74a5012c34dd5",
"reference": "72949abb00b554f217b52697e2b74a5012c34dd5",
"shasum": ""
},
"require": {
"evenement/evenement": "~1.0|~2.0",
"php": ">=5.3",
"react/dns": ">=0.2, <0.5",
"react/event-loop": ">=0.2, <0.5",
"react/promise": "~2.1|~1.2"
},
"require-dev": {
"clue/block-react": "~1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Datagram\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "UDP datagram socket client and server for reactphp",
"homepage": "https://github.com/reactphp/datagram",
"keywords": [
"Socket",
"async",
"client",
"datagram",
"dgram",
"react",
"server",
"udp"
],
2017-03-16 18:13:28 +00:00
"time": "2017-01-23 20:47:30"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/dns",
2017-03-16 20:13:03 +00:00
"version": "v0.4.6",
2017-03-10 05:24:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
2017-03-16 20:13:03 +00:00
"reference": "a4c32f0021c742a1781c445270cb29a2d4b76fed"
2017-03-10 05:24:55 +00:00
},
"dist": {
"type": "zip",
2017-03-16 20:13:03 +00:00
"url": "https://api.github.com/repos/reactphp/dns/zipball/a4c32f0021c742a1781c445270cb29a2d4b76fed",
"reference": "a4c32f0021c742a1781c445270cb29a2d4b76fed",
2017-03-10 05:24:55 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "~0.4.0|~0.3.0",
"react/promise": "~2.1|~1.2",
"react/promise-timer": "~1.1",
2017-03-16 20:13:03 +00:00
"react/socket": "^0.5 || ^0.4.4",
"react/stream": "^0.6 || ^0.5 || ^0.4.5"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10"
2017-03-10 05:24:55 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Dns\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"dns",
"dns-resolver"
],
2017-03-16 20:13:03 +00:00
"time": "2017-03-11 13:46:09"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/event-loop",
"version": "v0.4.2",
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
"reference": "164799f73175e1c80bba92a220ea35df6ca371dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd",
"reference": "164799f73175e1c80bba92a220ea35df6ca371dd",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"suggest": {
"ext-event": "~1.0",
"ext-libev": "*",
"ext-libevent": ">=0.1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
}
},
"autoload": {
"psr-4": {
"React\\EventLoop\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Event loop abstraction layer that libraries can use for evented I/O.",
"keywords": [
"asynchronous",
"event-loop"
],
2017-03-16 18:13:28 +00:00
"time": "2016-03-08 02:09:32"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/http-client",
"version": "v0.4.16",
"source": {
"type": "git",
"url": "https://github.com/reactphp/http-client.git",
"reference": "307d8f9c9062c9f2fb21cde6ad13afee040cce15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/http-client/zipball/307d8f9c9062c9f2fb21cde6ad13afee040cce15",
"reference": "307d8f9c9062c9f2fb21cde6ad13afee040cce15",
"shasum": ""
},
"require": {
"evenement/evenement": "~2.0",
"guzzlehttp/psr7": "^1.0",
"php": ">=5.4.0",
"react/dns": "0.4.*",
"react/event-loop": "0.4.*",
"react/promise": "~2.2",
"react/socket-client": "^0.5 || ^0.4 || ^0.3",
"react/stream": "0.4.*"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\HttpClient\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Asynchronous HTTP client library.",
"keywords": [
"http"
],
2017-03-16 18:13:28 +00:00
"time": "2017-03-01 11:07:56"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/partial",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/reactphp/partial.git",
"reference": "b75ab9438424536c669d596feb94a37cc3dc644e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/partial/zipball/b75ab9438424536c669d596feb94a37cc3dc644e",
"reference": "b75ab9438424536c669d596feb94a37cc3dc644e",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-0": {
"React\\Partial": "src"
},
"files": [
"src/React/Partial/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Partial function application.",
"keywords": [
"functional-programming",
"partial"
],
2017-03-16 18:13:28 +00:00
"time": "2014-12-12 16:39:23"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/promise",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "2760f3898b7e931aa71153852dcd48a75c9b95db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/2760f3898b7e931aa71153852dcd48a75c9b95db",
"reference": "2760f3898b7e931aa71153852dcd48a75c9b95db",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2017-03-16 18:13:28 +00:00
"time": "2016-12-22 14:09:01"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/promise-timer",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
"reference": "ddedc67bfd7f579fc83e66ff67e3564b179297dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/ddedc67bfd7f579fc83e66ff67e3564b179297dd",
"reference": "ddedc67bfd7f579fc83e66ff67e3564b179297dd",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "~0.4.0|~0.3.0",
"react/promise": "~2.1|~1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Timer\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "Trivial timeout implementation for Promises",
"homepage": "https://github.com/react/promise-timer",
"keywords": [
"async",
"event-loop",
"promise",
"reactphp",
"timeout",
"timer"
],
2017-03-16 18:13:28 +00:00
"time": "2016-12-27 08:12:19"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/socket",
"version": "v0.5.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket.git",
"reference": "c0e337e375d5fb064da4ba62a91a29815e7502f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/socket/zipball/c0e337e375d5fb064da4ba62a91a29815e7502f8",
"reference": "c0e337e375d5fb064da4ba62a91a29815e7502f8",
"shasum": ""
},
"require": {
"evenement/evenement": "~2.0|~1.0",
"php": ">=5.3.0",
"react/event-loop": "0.4.*|0.3.*",
"react/promise": "^2.0 || ^1.1",
"react/stream": "^0.6 || ^0.5 || ^0.4.5"
},
"require-dev": {
"clue/block-react": "^1.1",
"phpunit/phpunit": "~4.8",
"react/socket-client": "^0.5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Socket\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
"keywords": [
"Socket"
],
2017-03-16 18:13:28 +00:00
"time": "2017-03-09 12:13:07"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/socket-client",
"version": "v0.4.6",
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket-client.git",
"reference": "49e730523b73d912e56f7a41f53ed3fc083ae167"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/socket-client/zipball/49e730523b73d912e56f7a41f53ed3fc083ae167",
"reference": "49e730523b73d912e56f7a41f53ed3fc083ae167",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"react/dns": "0.4.*",
"react/event-loop": "0.4.*",
"react/promise": "~2.0",
"react/stream": "0.4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
}
},
"autoload": {
"psr-4": {
"React\\SocketClient\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async connector to open TCP/IP and SSL/TLS based connections.",
"keywords": [
"Socket"
],
2017-03-16 18:13:28 +00:00
"time": "2016-12-06 10:54:49"
2017-03-10 05:24:55 +00:00
},
{
"name": "react/stream",
"version": "v0.4.6",
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
"shasum": ""
},
"require": {
"evenement/evenement": "^2.0|^1.0",
"php": ">=5.3.8"
},
"require-dev": {
"clue/stream-filter": "~1.2",
"react/event-loop": "^0.4|^0.3",
"react/promise": "^2.0|^1.0"
},
"suggest": {
"react/event-loop": "^0.4",
"react/promise": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Stream\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Basic readable and writable stream interfaces that support piping.",
"keywords": [
"pipe",
"stream"
],
2017-03-16 18:13:28 +00:00
"time": "2017-01-25 14:44:14"
2017-03-10 05:24:55 +00:00
},
2017-03-27 01:23:49 +00:00
{
"name": "rybakit/msgpack",
"version": "v0.2.2",
"source": {
"type": "git",
"url": "https://github.com/rybakit/msgpack.php.git",
"reference": "62ef0f629dbbe855ffed38d1b4c4d1130b6195a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/62ef0f629dbbe855ffed38d1b4c4d1130b6195a9",
"reference": "62ef0f629dbbe855ffed38d1b4c4d1130b6195a9",
"shasum": ""
},
"require": {
"php": "^5.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"MessagePack\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eugene Leonovich",
"email": "gen.work@gmail.com"
}
],
"description": "A pure PHP implementation of the MessagePack serialization format.",
"keywords": [
"messagepack",
"msgpack",
"pure",
"streaming"
],
"time": "2017-03-11 15:48:37"
},
2017-03-10 05:24:55 +00:00
{
"name": "symfony/options-resolver",
2017-03-16 20:13:03 +00:00
"version": "v3.2.6",
2017-03-10 05:24:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "56e3d0a41313f8a54326851f10690d591e62a24c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/56e3d0a41313f8a54326851f10690d591e62a24c",
"reference": "56e3d0a41313f8a54326851f10690d591e62a24c",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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 OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2017-03-16 18:13:28 +00:00
"time": "2017-02-21 09:12:04"
2017-03-10 05:24:55 +00:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-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"
],
2017-03-16 18:13:28 +00:00
"time": "2016-11-14 01:06:16"
2017-03-10 05:24:55 +00:00
},
{
"name": "symfony/translation",
2017-03-16 20:13:03 +00:00
"version": "v3.2.6",
2017-03-10 05:24:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "0e1b15ce8fbf3890f4ccdac430ed5e07fdfe0690"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/0e1b15ce8fbf3890f4ccdac430ed5e07fdfe0690",
"reference": "0e1b15ce8fbf3890f4ccdac430ed5e07fdfe0690",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<2.8"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0",
"symfony/intl": "^2.8.18|^3.2.5",
"symfony/yaml": "~2.8|~3.0"
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2017-03-16 18:13:28 +00:00
"time": "2017-03-04 12:23:14"
2017-03-10 05:24:55 +00:00
},
{
"name": "team-reflex/discord-php",
2017-03-19 19:57:54 +00:00
"version": "dev-develop",
2017-03-10 05:24:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/teamreflex/DiscordPHP.git",
2017-03-19 19:57:54 +00:00
"reference": "613c04a1aa9e39d8f3c77465095d626c5ea119f6"
2017-03-10 05:24:55 +00:00
},
"dist": {
"type": "zip",
2017-03-19 19:57:54 +00:00
"url": "https://api.github.com/repos/teamreflex/DiscordPHP/zipball/613c04a1aa9e39d8f3c77465095d626c5ea119f6",
"reference": "613c04a1aa9e39d8f3c77465095d626c5ea119f6",
2017-03-10 05:24:55 +00:00
"shasum": ""
},
"require": {
2017-03-19 19:57:54 +00:00
"cache/array-adapter": "^0.4.2",
2017-03-10 05:24:55 +00:00
"guzzlehttp/guzzle": "~5.3|~6.0",
"illuminate/support": "^4.0|^5.0",
"monolog/monolog": "^1.19",
"nesbot/carbon": "^1.18",
"php": "^5.6|^7.0",
"ratchet/pawl": "0.2.*",
"react/datagram": "1.1.*",
"react/partial": "^2.0",
"react/socket-client": "0.4.*",
"symfony/options-resolver": "^2.7|^3.0",
"trafficcophp/bytebuffer": "^0.3",
"wyrihaximus/react-guzzle-psr7": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^2.7|^3.0"
},
"suggest": {
"cache/apc-adapter": "Required to use the APC cache driver",
"cache/memcache-adapter": "Required to use the Memcache cache driver",
"cache/memcached-adapter": "Required to use the Memcached cache driver",
"cache/redis-adapter": "Required to use the Redis cache driver",
"ext-event": "For a faster, and more performant loop",
"ext-libev": "For a faster, and more performant loop",
"ext-libevent": "For a faster, and more performant loop. Preferred"
},
"type": "library",
"autoload": {
"files": [
"src/Discord/functions.php"
],
"psr-4": {
"Discord\\": "src/Discord"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Scherer",
"email": "aequasi@gmail.com"
},
{
"name": "David Cole",
"email": "david@team-reflex.com"
}
],
"description": "An unofficial API to interact with the voice and text service Discord.",
2017-03-19 19:57:54 +00:00
"time": "2017-02-14 07:16:32"
2017-03-10 05:24:55 +00:00
},
{
"name": "vlucas/phpdotenv",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
"reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause-Attribution"
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"time": "2016-09-01 10:05:43"
},
2017-03-10 05:24:55 +00:00
{
"name": "wyrihaximus/react-guzzle-http-client",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/WyriHaximus/react-guzzle-http-client.git",
"reference": "34e8b04650304ea2ebadb5c5e965d9ab462dc6bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WyriHaximus/react-guzzle-http-client/zipball/34e8b04650304ea2ebadb5c5e965d9ab462dc6bf",
"reference": "34e8b04650304ea2ebadb5c5e965d9ab462dc6bf",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.0",
"php": "^5.4|^7.0",
"psr/http-message": "^1.0",
"react/dns": "^0.4.1",
"react/http-client": "^0.4.9",
"react/stream": "^0.4.2"
},
"require-dev": {
"phake/phake": "~1.0.6",
"phpunit/phpunit": "^4.0|^5.0",
"squizlabs/php_codesniffer": "~1.5.0",
"vectorface/dunit": "~2"
},
"type": "library",
"autoload": {
"psr-4": {
"WyriHaximus\\React\\Guzzle\\HttpClient\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com",
"homepage": "http://wyrihaximus.net/"
}
],
"description": "Asyncronous GuzzleRing adapter powered by react/http-client",
2017-03-16 18:13:28 +00:00
"time": "2016-09-24 12:35:05"
2017-03-10 05:24:55 +00:00
},
{
"name": "wyrihaximus/react-guzzle-psr7",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/WyriHaximus/react-guzzle-psr7.git",
"reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WyriHaximus/react-guzzle-psr7/zipball/7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
"reference": "7c32b5882f80bf66d2d69a6e1ace2b2fc26472a0",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "~6.0",
"react/dns": "^0.4.1",
"wyrihaximus/react-guzzle-http-client": "^3.0.0"
},
"require-dev": {
"phake/phake": "~1.0.6",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5.0",
"vectorface/dunit": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"WyriHaximus\\React\\GuzzlePsr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com",
"homepage": "http://wyrihaximus.net/"
}
],
"description": "Asyncronous Guzzle (PSR7) adapter powered by react/http-client",
2017-03-16 18:13:28 +00:00
"time": "2015-08-09 20:04:16"
2017-03-10 05:24:55 +00:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2017-03-19 19:57:54 +00:00
"stability-flags": {
"team-reflex/discord-php": 20
},
2017-03-10 05:24:55 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}