From 2ba3b8995acc73c7b194b8ba98b4f9214db3053e Mon Sep 17 00:00:00 2001 From: elazar Date: Sat, 14 Nov 2015 11:17:41 -0600 Subject: [PATCH] Update URL plugin name in composer.json --- composer.json | 2 +- composer.lock | 779 +++++++++++++++++++++++--------------------------- 2 files changed, 354 insertions(+), 427 deletions(-) diff --git a/composer.json b/composer.json index 94bc440..e2c5902 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "dev", "require": { "phergie/phergie-irc-bot-react": "^1", - "wyrihaximus/phergie-url": "^1", + "phergie/phergie-irc-plugin-react-url": "^1", "ext-json": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index ea3428c..1c054ff 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,11 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b75dcd77672e67afb11b491cbaac8068", + "hash": "db1fcc630fe1c510801debc906e2fcd2", + "content-hash": "62f7c79fcd54fa57e77800750a58293b", "packages": [ { "name": "evenement/evenement", @@ -53,61 +54,75 @@ "time": "2014-07-09 21:08:03" }, { - "name": "guzzle/parser", - "version": "v3.9.2", - "target-dir": "Guzzle/Parser", + "name": "guzzlehttp/psr7", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/guzzle/parser.git", - "reference": "6874d171318a8e93eb6d224cf85e4678490b625c" + "url": "https://github.com/guzzle/psr7.git", + "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c", - "reference": "6874d171318a8e93eb6d224cf85e4678490b625c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982", + "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982", "shasum": "" }, "require": { - "php": ">=5.3.2" + "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": "3.7-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "psr-0": { - "Guzzle\\Parser": "" - } + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Interchangeable parsers used by Guzzle", - "homepage": "http://guzzlephp.org/", + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "PSR-7 message implementation", "keywords": [ - "URI Template", - "cookie", "http", "message", - "url" + "stream", + "uri" ], - "time": "2014-02-05 18:29:46" + "time": "2015-11-03 01:34:55" }, { "name": "monolog/monolog", - "version": "dev-master", + "version": "1.17.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "aa90882a389dc7101efca47c781e8c4ba5842276" + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aa90882a389dc7101efca47c781e8c4ba5842276", - "reference": "aa90882a389dc7101efca47c781e8c4ba5842276", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", "shasum": "" }, "require": { @@ -118,13 +133,15 @@ "psr/log-implementation": "1.0.0" }, "require-dev": { - "aws/aws-sdk-php": "~2.4, >2.4.8", + "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", - "php-console/php-console": "~3.1, >3.1.2", - "phpunit/phpunit": "~4.0", - "raven/raven": "~0.5", - "ruflin/elastica": "0.90.*", + "jakub-onderka/php-parallel-lint": "0.9", + "php-console/php-console": "^3.1.3", + "phpunit/phpunit": "~4.5", + "phpunit/phpunit-mock-objects": "2.3.0", + "raven/raven": "^0.13", + "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" }, @@ -143,7 +160,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.13.x-dev" + "dev-master": "1.16.x-dev" } }, "autoload": { @@ -169,7 +186,7 @@ "logging", "psr-3" ], - "time": "2015-04-23 14:22:42" + "time": "2015-10-14 12:51:02" }, { "name": "nojimage/twitter-text-php", @@ -204,11 +221,6 @@ "Apache-2.0" ], "authors": [ - { - "name": "Takashi Nojima", - "homepage": "http://php-tips.com", - "role": "Developer" - }, { "name": "Matt Sanford", "email": "matt@mzsanford.com", @@ -223,6 +235,10 @@ "name": "Nick Pope", "email": "git@nickpope.me.uk", "homepage": "http://www.nickpope.me.uk" + }, + { + "name": "Takashi Nojima", + "homepage": "http://php-tips.com" } ], "description": "A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets.", @@ -235,93 +251,32 @@ ], "time": "2014-02-28 15:18:45" }, - { - "name": "object-calisthenics/phpcs-calisthenics-rules", - "version": "dev-master", - "target-dir": "ObjectCalisthenics", - "source": { - "type": "git", - "url": "https://github.com/object-calisthenics/phpcs-calisthenics-rules.git", - "reference": "51b3b42033530ee32e6dbe114eb1ade5f94fab92" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/object-calisthenics/phpcs-calisthenics-rules/zipball/51b3b42033530ee32e6dbe114eb1ade5f94fab92", - "reference": "51b3b42033530ee32e6dbe114eb1ade5f94fab92", - "shasum": "" - }, - "require": { - "php": "~5.3", - "squizlabs/php_codesniffer": "~1.5" - }, - "require-dev": { - "phpunit/phpunit": "~4.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "ObjectCalisthenics/Sniffs/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@hotmail.com" - } - ], - "description": "PHP CodeSniffer Object Calisthenics rules/sniffs", - "homepage": "https://github.com/object-calisthenics/phpcs-calisthenics-rules", - "keywords": [ - "code", - "coding", - "cs", - "phpcs", - "rule", - "rules", - "sniff", - "sniffer", - "sniffs", - "standard", - "standards", - "style" - ], - "time": "2014-12-17 13:40:08" - }, { "name": "phergie/phergie-irc-bot-react", - "version": "1.1.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/phergie/phergie-irc-bot-react.git", - "reference": "aef6a00739c221bc2442405cd6454fa6bb264b54" + "reference": "ce94f71df696c7d379fcdd6c7b60aef73b8d8a78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phergie/phergie-irc-bot-react/zipball/aef6a00739c221bc2442405cd6454fa6bb264b54", - "reference": "aef6a00739c221bc2442405cd6454fa6bb264b54", + "url": "https://api.github.com/repos/phergie/phergie-irc-bot-react/zipball/ce94f71df696c7d379fcdd6c7b60aef73b8d8a78", + "reference": "ce94f71df696c7d379fcdd6c7b60aef73b8d8a78", "shasum": "" }, "require": { "evenement/evenement": "~2.0", "monolog/monolog": "~1.6", - "phergie/phergie-irc-client-react": "~2.1", - "phergie/phergie-irc-connection": "1.*", - "phergie/phergie-irc-event": "1.*", + "phergie/phergie-irc-client-react": "~2.2", + "phergie/phergie-irc-connection": "~2.0", + "phergie/phergie-irc-event": "~1.0", "php": ">=5.4.2" }, "require-dev": { "codeclimate/php-test-reporter": "~0.1", - "phake/phake": "2.0.0-beta2", - "phpunit/phpunit": "4.1.*", + "phake/phake": "~2.0", + "phpunit/phpunit": "~4.6", "satooshi/php-coveralls": "0.6.1", "symfony/config": "~2.0", "symfony/console": "~2.0", @@ -347,39 +302,39 @@ "irc", "react" ], - "time": "2015-04-03 15:33:11" + "time": "2015-07-16 17:22:01" }, { "name": "phergie/phergie-irc-client-react", - "version": "2.1.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/phergie/phergie-irc-client-react.git", - "reference": "bdeeeaeda225118bf6292d85e33c150d097fdfcf" + "reference": "5d0cf542ca9391e515eddef3554815f80bda60ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phergie/phergie-irc-client-react/zipball/bdeeeaeda225118bf6292d85e33c150d097fdfcf", - "reference": "bdeeeaeda225118bf6292d85e33c150d097fdfcf", + "url": "https://api.github.com/repos/phergie/phergie-irc-client-react/zipball/5d0cf542ca9391e515eddef3554815f80bda60ed", + "reference": "5d0cf542ca9391e515eddef3554815f80bda60ed", "shasum": "" }, "require": { "monolog/monolog": "~1.6", - "phergie/phergie-irc-connection": "1.*", + "phergie/phergie-irc-connection": "~2.0", "phergie/phergie-irc-generator": "~1.5", - "phergie/phergie-irc-parser": "~1.6", + "phergie/phergie-irc-parser": "~2.0", "php": ">=5.4.2", "psr/log": "~1.0", - "react/dns": "0.4.*", - "react/event-loop": "0.4.*", + "react/dns": "~0.4.0", + "react/event-loop": "~0.4.0", "react/promise": "~2.0", "react/socket-client": "~0.4.2", "react/stream": "~0.4.2" }, "require-dev": { "codeclimate/php-test-reporter": "~0.1", - "phake/phake": "2.0.0-beta2", - "phpunit/phpunit": "4.1.*", + "phake/phake": "~2.1", + "phpunit/phpunit": "~4.6", "satooshi/php-coveralls": "0.6.1", "symfony/config": "~2.0", "symfony/console": "~2.0", @@ -402,27 +357,27 @@ "irc", "react" ], - "time": "2015-03-29 19:39:45" + "time": "2015-07-16 17:05:02" }, { "name": "phergie/phergie-irc-connection", - "version": "1.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phergie/phergie-irc-connection.git", - "reference": "2bde216f91ff6b7c51bdd77abe356d8c658fa742" + "reference": "c5aa9188693d7ac86dc4842f4dde3d63a523f741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phergie/phergie-irc-connection/zipball/2bde216f91ff6b7c51bdd77abe356d8c658fa742", - "reference": "2bde216f91ff6b7c51bdd77abe356d8c658fa742", + "url": "https://api.github.com/repos/phergie/phergie-irc-connection/zipball/c5aa9188693d7ac86dc4842f4dde3d63a523f741", + "reference": "c5aa9188693d7ac86dc4842f4dde3d63a523f741", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.4.2" }, "require-dev": { - "phpunit/phpunit": "4.1.*" + "phpunit/phpunit": "~4.6" }, "type": "library", "autoload": { @@ -441,24 +396,24 @@ "irc", "server" ], - "time": "2014-07-09 03:24:32" + "time": "2015-05-26 15:14:31" }, { "name": "phergie/phergie-irc-event", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/phergie/phergie-irc-event.git", - "reference": "ab325cdc97863810a8dd4e905b9652c6d97331aa" + "reference": "bccc65cd6371ed441984d23713cfbe197245b677" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phergie/phergie-irc-event/zipball/ab325cdc97863810a8dd4e905b9652c6d97331aa", - "reference": "ab325cdc97863810a8dd4e905b9652c6d97331aa", + "url": "https://api.github.com/repos/phergie/phergie-irc-event/zipball/bccc65cd6371ed441984d23713cfbe197245b677", + "reference": "bccc65cd6371ed441984d23713cfbe197245b677", "shasum": "" }, "require": { - "phergie/phergie-irc-connection": "1.*", + "phergie/phergie-irc-connection": "2.*", "php": ">=5.3.3" }, "require-dev": { @@ -480,20 +435,20 @@ "event", "irc" ], - "time": "2014-12-13 14:29:24" + "time": "2015-06-09 17:45:15" }, { "name": "phergie/phergie-irc-generator", - "version": "1.5.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/phergie/phergie-irc-generator.git", - "reference": "cf8b2ea51fb4e35b55f9cced432debdc12984190" + "reference": "d333d7ea44d90dc2defe2a13699f6d4c382c0193" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phergie/phergie-irc-generator/zipball/cf8b2ea51fb4e35b55f9cced432debdc12984190", - "reference": "cf8b2ea51fb4e35b55f9cced432debdc12984190", + "url": "https://api.github.com/repos/phergie/phergie-irc-generator/zipball/d333d7ea44d90dc2defe2a13699f6d4c382c0193", + "reference": "d333d7ea44d90dc2defe2a13699f6d4c382c0193", "shasum": "" }, "require": { @@ -517,27 +472,27 @@ "generator", "irc" ], - "time": "2015-03-28 21:43:04" + "time": "2015-07-16 16:26:11" }, { "name": "phergie/phergie-irc-parser", - "version": "1.6.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phergie/phergie-irc-parser.git", - "reference": "d233d03f6a24ff8f891de28b6d11cb8410beb315" + "reference": "29fd291f93b0881c5fc47ae6e5e41b96e7824805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phergie/phergie-irc-parser/zipball/d233d03f6a24ff8f891de28b6d11cb8410beb315", - "reference": "d233d03f6a24ff8f891de28b6d11cb8410beb315", + "url": "https://api.github.com/repos/phergie/phergie-irc-parser/zipball/29fd291f93b0881c5fc47ae6e5e41b96e7824805", + "reference": "29fd291f93b0881c5fc47ae6e5e41b96e7824805", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.4.2" }, "require-dev": { - "phpunit/phpunit": "4.1.*" + "phpunit/phpunit": "~4.6" }, "type": "library", "autoload": { @@ -554,7 +509,102 @@ "irc", "parser" ], - "time": "2015-03-30 17:53:50" + "time": "2015-07-16 16:26:41" + }, + { + "name": "phergie/phergie-irc-plugin-react-url", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phergie/phergie-irc-plugin-react-url.git", + "reference": "a9124f42fd23b862d0a9a6030cd8497ae176be0b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phergie/phergie-irc-plugin-react-url/zipball/a9124f42fd23b862d0a9a6030cd8497ae176be0b", + "reference": "a9124f42fd23b862d0a9a6030cd8497ae176be0b", + "shasum": "" + }, + "require": { + "nojimage/twitter-text-php": "1.1.1", + "phergie/phergie-irc-bot-react": "~1.0", + "php": ">=5.4.0", + "react/promise": "~1.0|~2.0", + "wyrihaximus/phergie-http": "~1.0|~2.0" + }, + "require-dev": { + "phake/phake": "~1.0", + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.0", + "vectorface/dunit": "~2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "WyriHaximus\\Phergie\\Plugin\\Url\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Phergie plugin for Display URL information about links", + "keywords": [ + "bot", + "irc", + "plugin", + "react" + ], + "time": "2015-04-24 15:42:51" + }, + { + "name": "psr/http-message", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "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", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2015-05-04 20:22:00" }, { "name": "psr/log", @@ -562,14 +612,17 @@ "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "bf2c13de4300e227d7b2fd08027673a79c519987" + "reference": "9e45edca52cc9c954680072c93e621f8b71fab26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/bf2c13de4300e227d7b2fd08027673a79c519987", - "reference": "bf2c13de4300e227d7b2fd08027673a79c519987", + "url": "https://api.github.com/repos/php-fig/log/zipball/9e45edca52cc9c954680072c93e621f8b71fab26", + "reference": "9e45edca52cc9c954680072c93e621f8b71fab26", "shasum": "" }, + "require": { + "php": ">=5.3.0" + }, "type": "library", "extra": { "branch-alias": { @@ -597,7 +650,7 @@ "psr", "psr-3" ], - "time": "2015-03-26 14:39:45" + "time": "2015-06-02 13:48:41" }, { "name": "react/cache", @@ -644,12 +697,12 @@ "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", - "reference": "e1eaadb8ac637e61d1b642ebed37fa46c568ae9d" + "reference": "3fa027f1fe57e146203538c41db5b3e6c296b67a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/e1eaadb8ac637e61d1b642ebed37fa46c568ae9d", - "reference": "e1eaadb8ac637e61d1b642ebed37fa46c568ae9d", + "url": "https://api.github.com/repos/reactphp/dns/zipball/3fa027f1fe57e146203538c41db5b3e6c296b67a", + "reference": "3fa027f1fe57e146203538c41db5b3e6c296b67a", "shasum": "" }, "require": { @@ -678,7 +731,7 @@ "dns", "dns-resolver" ], - "time": "2014-08-23 11:13:50" + "time": "2015-09-06 18:06:51" }, { "name": "react/event-loop", @@ -725,24 +778,25 @@ }, { "name": "react/http-client", - "version": "v0.4.1", + "version": "v0.4.8", "source": { "type": "git", "url": "https://github.com/reactphp/http-client.git", - "reference": "9f5e634351ad7f82431afa0568798ad99ec20034" + "reference": "74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/http-client/zipball/9f5e634351ad7f82431afa0568798ad99ec20034", - "reference": "9f5e634351ad7f82431afa0568798ad99ec20034", + "url": "https://api.github.com/repos/reactphp/http-client/zipball/74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d", + "reference": "74ad2f36e6c70eb5191e8100f5dd7d70e9480c2d", "shasum": "" }, "require": { "evenement/evenement": "~2.0", - "guzzle/parser": "~3.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.4.*", "react/stream": "0.4.*" }, @@ -765,20 +819,20 @@ "keywords": [ "http" ], - "time": "2014-11-23 15:04:25" + "time": "2015-10-05 19:13:01" }, { "name": "react/promise", - "version": "v2.2.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef" + "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef", - "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef", + "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627", + "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627", "shasum": "" }, "require": { @@ -805,11 +859,11 @@ "authors": [ { "name": "Jan Sorgalla", - "email": "jsorgalla@googlemail.com" + "email": "jsorgalla@gmail.com" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "time": "2014-12-30 13:32:42" + "time": "2015-07-03 13:48:55" }, { "name": "react/socket", @@ -817,12 +871,12 @@ "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "2949cf3673480fd968db22aa3ba1995d9f6ef936" + "reference": "9b3eba6e4983d27a81bce429d69145b4f632d53f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/2949cf3673480fd968db22aa3ba1995d9f6ef936", - "reference": "2949cf3673480fd968db22aa3ba1995d9f6ef936", + "url": "https://api.github.com/repos/reactphp/socket/zipball/9b3eba6e4983d27a81bce429d69145b4f632d53f", + "reference": "9b3eba6e4983d27a81bce429d69145b4f632d53f", "shasum": "" }, "require": { @@ -850,7 +904,7 @@ "keywords": [ "Socket" ], - "time": "2014-12-04 14:13:22" + "time": "2015-08-07 19:59:11" }, { "name": "react/socket-client", @@ -858,12 +912,12 @@ "source": { "type": "git", "url": "https://github.com/reactphp/socket-client.git", - "reference": "5f41caaba9bed543dea87df3f3d98b26e72ae0e3" + "reference": "5e3c4c60b14204660ffedc5e1d6813c708b2ce2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket-client/zipball/5f41caaba9bed543dea87df3f3d98b26e72ae0e3", - "reference": "5f41caaba9bed543dea87df3f3d98b26e72ae0e3", + "url": "https://api.github.com/repos/reactphp/socket-client/zipball/5e3c4c60b14204660ffedc5e1d6813c708b2ce2c", + "reference": "5e3c4c60b14204660ffedc5e1d6813c708b2ce2c", "shasum": "" }, "require": { @@ -892,33 +946,33 @@ "keywords": [ "Socket" ], - "time": "2015-04-12 14:39:20" + "time": "2015-09-24 13:51:48" }, { "name": "react/stream", - "version": "v0.4.2", + "version": "v0.4.3", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "acc7a5fec02e0aea674560e1d13c40ed0c8c5465" + "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/acc7a5fec02e0aea674560e1d13c40ed0c8c5465", - "reference": "acc7a5fec02e0aea674560e1d13c40ed0c8c5465", + "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188", + "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188", "shasum": "" }, "require": { - "evenement/evenement": "~2.0", - "php": ">=5.4.0" + "evenement/evenement": "^2.0|^1.0", + "php": ">=5.3.8" }, "require-dev": { - "react/event-loop": "0.4.*", - "react/promise": "~2.0" + "react/event-loop": "^0.4|^0.3", + "react/promise": "^2.0|^1.0" }, "suggest": { - "react/event-loop": "0.4.*", - "react/promise": "~2.0" + "react/event-loop": "^0.4", + "react/promise": "^2.0" }, "type": "library", "extra": { @@ -940,95 +994,20 @@ "pipe", "stream" ], - "time": "2014-09-10 03:32:31" - }, - { - "name": "squizlabs/php_codesniffer", - "version": "1.5.x-dev", - "source": { - "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5", - "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.1.2" - }, - "suggest": { - "phpunit/php-timer": "dev-master" - }, - "bin": [ - "scripts/phpcs" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-phpcs-fixer": "2.0.x-dev" - } - }, - "autoload": { - "classmap": [ - "CodeSniffer.php", - "CodeSniffer/CLI.php", - "CodeSniffer/Exception.php", - "CodeSniffer/File.php", - "CodeSniffer/Report.php", - "CodeSniffer/Reporting.php", - "CodeSniffer/Sniff.php", - "CodeSniffer/Tokens.php", - "CodeSniffer/Reports/", - "CodeSniffer/CommentParser/", - "CodeSniffer/Tokenizers/", - "CodeSniffer/DocGenerators/", - "CodeSniffer/Standards/AbstractPatternSniff.php", - "CodeSniffer/Standards/AbstractScopeSniff.php", - "CodeSniffer/Standards/AbstractVariableSniff.php", - "CodeSniffer/Standards/IncorrectPatternException.php", - "CodeSniffer/Standards/Generic/Sniffs/", - "CodeSniffer/Standards/MySource/Sniffs/", - "CodeSniffer/Standards/PEAR/Sniffs/", - "CodeSniffer/Standards/PSR1/Sniffs/", - "CodeSniffer/Standards/PSR2/Sniffs/", - "CodeSniffer/Standards/Squiz/Sniffs/", - "CodeSniffer/Standards/Zend/Sniffs/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Greg Sherwood", - "role": "lead" - } - ], - "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", - "keywords": [ - "phpcs", - "standards" - ], - "time": "2014-12-04 22:32:15" + "time": "2015-10-07 18:32:58" }, { "name": "wyrihaximus/phergie-dns", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/WyriHaximus/PhergieDns.git", - "reference": "579a601a5caac793f7f68453a4fde6085e3ac2ad" + "reference": "9afa9041238711ab4320d54f0415900e388c9ea4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/PhergieDns/zipball/579a601a5caac793f7f68453a4fde6085e3ac2ad", - "reference": "579a601a5caac793f7f68453a4fde6085e3ac2ad", + "url": "https://api.github.com/repos/WyriHaximus/PhergieDns/zipball/9afa9041238711ab4320d54f0415900e388c9ea4", + "reference": "9afa9041238711ab4320d54f0415900e388c9ea4", "shasum": "" }, "require": { @@ -1064,7 +1043,7 @@ "plugin", "react" ], - "time": "2014-12-25 15:21:02" + "time": "2015-09-13 07:35:13" }, { "name": "wyrihaximus/phergie-http", @@ -1111,52 +1090,6 @@ "react" ], "time": "2015-02-20 09:26:00" - }, - { - "name": "wyrihaximus/phergie-url", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/WyriHaximus/PhergieUrl.git", - "reference": "79adfdf30888717654fe198eb88f26885bc55488" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/PhergieUrl/zipball/79adfdf30888717654fe198eb88f26885bc55488", - "reference": "79adfdf30888717654fe198eb88f26885bc55488", - "shasum": "" - }, - "require": { - "nojimage/twitter-text-php": "1.1.1", - "object-calisthenics/phpcs-calisthenics-rules": "~1.0", - "phergie/phergie-irc-bot-react": "~1.0", - "react/promise": "~1.0|~2.0", - "wyrihaximus/phergie-http": "~1.0|~2.0" - }, - "require-dev": { - "phake/phake": "~1.0", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.0", - "vectorface/dunit": "~2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "WyriHaximus\\Phergie\\Plugin\\Url\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Phergie plugin for Display URL information about links", - "keywords": [ - "bot", - "irc", - "plugin", - "react" - ], - "time": "2015-01-06 21:37:59" } ], "packages-dev": [ @@ -1166,12 +1099,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "fc999e2f0508e434645ec2bfadeb89d39fa6453c" + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/fc999e2f0508e434645ec2bfadeb89d39fa6453c", - "reference": "fc999e2f0508e434645ec2bfadeb89d39fa6453c", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { @@ -1212,7 +1145,7 @@ "constructor", "instantiate" ], - "time": "2015-04-12 20:59:10" + "time": "2015-06-14 21:17:01" }, { "name": "phake/phake", @@ -1220,12 +1153,12 @@ "source": { "type": "git", "url": "https://github.com/mlively/Phake.git", - "reference": "173ce5b81d3d447202583490ba8344e27fbe1c61" + "reference": "199ba1d3c79a7d6c98fe8fc368b674475f010a4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mlively/Phake/zipball/173ce5b81d3d447202583490ba8344e27fbe1c61", - "reference": "173ce5b81d3d447202583490ba8344e27fbe1c61", + "url": "https://api.github.com/repos/mlively/Phake/zipball/199ba1d3c79a7d6c98fe8fc368b674475f010a4f", + "reference": "199ba1d3c79a7d6c98fe8fc368b674475f010a4f", "shasum": "" }, "require": { @@ -1264,20 +1197,20 @@ "mock", "testing" ], - "time": "2015-04-10 14:40:43" + "time": "2015-05-18 00:03:35" }, { "name": "phpdocumentor/reflection-docblock", - "version": "dev-master", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60" + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d1da796ba5565789a623052eb9f2cf59d57fec60", - "reference": "d1da796ba5565789a623052eb9f2cf59d57fec60", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", "shasum": "" }, "require": { @@ -1288,8 +1221,7 @@ }, "suggest": { "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0", - "league/commonmark": "*" + "erusev/parsedown": "~1.0" }, "type": "library", "extra": { @@ -1314,7 +1246,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-27 09:28:18" + "time": "2015-02-03 12:10:50" }, { "name": "phpspec/prophecy", @@ -1322,12 +1254,12 @@ "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "08c0d7d648efdaa1491ce8f9ad5df4ec79b3d099" + "reference": "4f9b1eaf0a7da77c362f8d91cbc68ab1f4718d62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/08c0d7d648efdaa1491ce8f9ad5df4ec79b3d099", - "reference": "08c0d7d648efdaa1491ce8f9ad5df4ec79b3d099", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4f9b1eaf0a7da77c362f8d91cbc68ab1f4718d62", + "reference": "4f9b1eaf0a7da77c362f8d91cbc68ab1f4718d62", "shasum": "" }, "require": { @@ -1341,7 +1273,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.5.x-dev" } }, "autoload": { @@ -1374,20 +1306,20 @@ "spy", "stub" ], - "time": "2015-04-23 08:18:32" + "time": "2015-09-22 14:49:23" }, { "name": "phpunit/php-code-coverage", - "version": "dev-master", + "version": "2.2.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "1678cee3b7f93f994da6acf7e998b23a98e955f1" + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1678cee3b7f93f994da6acf7e998b23a98e955f1", - "reference": "1678cee3b7f93f994da6acf7e998b23a98e955f1", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", "shasum": "" }, "require": { @@ -1395,7 +1327,7 @@ "phpunit/php-file-iterator": "~1.3", "phpunit/php-text-template": "~1.2", "phpunit/php-token-stream": "~1.3", - "sebastian/environment": "~1.0", + "sebastian/environment": "^1.3.2", "sebastian/version": "~1.0" }, "require-dev": { @@ -1410,7 +1342,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1.x-dev" + "dev-master": "2.2.x-dev" } }, "autoload": { @@ -1436,7 +1368,7 @@ "testing", "xunit" ], - "time": "2015-04-16 05:00:01" + "time": "2015-10-06 15:47:00" }, { "name": "phpunit/php-file-iterator", @@ -1444,12 +1376,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb" + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", - "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", + "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", "shasum": "" }, "require": { @@ -1483,20 +1415,20 @@ "filesystem", "iterator" ], - "time": "2015-04-02 05:19:05" + "time": "2015-06-21 13:08:43" }, { "name": "phpunit/php-text-template", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { @@ -1505,20 +1437,17 @@ "type": "library", "autoload": { "classmap": [ - "Text/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -1527,20 +1456,20 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2015-06-21 13:50:34" }, { "name": "phpunit/php-timer", - "version": "1.0.5", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" + "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", - "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", + "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", "shasum": "" }, "require": { @@ -1549,13 +1478,10 @@ "type": "library", "autoload": { "classmap": [ - "PHP/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], @@ -1571,7 +1497,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2015-06-21 08:01:12" }, { "name": "phpunit/php-token-stream", @@ -1579,12 +1505,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "eab81d02569310739373308137284e0158424330" + "reference": "cab6c6fefee93d7b7c3a01292a0fe0884ea66644" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330", - "reference": "eab81d02569310739373308137284e0158424330", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/cab6c6fefee93d7b7c3a01292a0fe0884ea66644", + "reference": "cab6c6fefee93d7b7c3a01292a0fe0884ea66644", "shasum": "" }, "require": { @@ -1620,20 +1546,20 @@ "keywords": [ "tokenizer" ], - "time": "2015-04-08 04:46:07" + "time": "2015-09-23 14:46:55" }, { "name": "phpunit/phpunit", - "version": "dev-master", + "version": "4.8.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "43e4df74b8b1b05efac8f9c447f2fb15462a6a41" + "reference": "6f9251d0910483fcbe22ee7a47ed604e43070770" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43e4df74b8b1b05efac8f9c447f2fb15462a6a41", - "reference": "43e4df74b8b1b05efac8f9c447f2fb15462a6a41", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6f9251d0910483fcbe22ee7a47ed604e43070770", + "reference": "6f9251d0910483fcbe22ee7a47ed604e43070770", "shasum": "" }, "require": { @@ -1643,15 +1569,15 @@ "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", - "phpspec/prophecy": "~1.3,>=1.3.1", - "phpunit/php-code-coverage": "~2.0,>=2.0.11", + "phpspec/prophecy": "^1.3.1", + "phpunit/php-code-coverage": "~2.1", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "~1.0", + "phpunit/php-timer": ">=1.0.6", "phpunit/phpunit-mock-objects": "~2.3", "sebastian/comparator": "~1.1", "sebastian/diff": "~1.2", - "sebastian/environment": "~1.2", + "sebastian/environment": "~1.3", "sebastian/exporter": "~1.2", "sebastian/global-state": "~1.0", "sebastian/version": "~1.0", @@ -1692,26 +1618,27 @@ "testing", "xunit" ], - "time": "2015-04-18 08:00:12" + "time": "2015-11-11 12:23:02" }, { "name": "phpunit/phpunit-mock-objects", - "version": "dev-master", + "version": "2.3.x-dev", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "74ffb87f527f24616f72460e54b595f508dccb5c" + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/74ffb87f527f24616f72460e54b595f508dccb5c", - "reference": "74ffb87f527f24616f72460e54b595f508dccb5c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { - "doctrine/instantiator": "~1.0,>=1.0.2", + "doctrine/instantiator": "^1.0.2", "php": ">=5.3.3", - "phpunit/php-text-template": "~1.2" + "phpunit/php-text-template": "~1.2", + "sebastian/exporter": "~1.2" }, "require-dev": { "phpunit/phpunit": "~4.4" @@ -1747,7 +1674,7 @@ "mock", "xunit" ], - "time": "2015-04-02 05:36:41" + "time": "2015-10-02 06:51:40" }, { "name": "sebastian/comparator", @@ -1755,12 +1682,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "1dd8869519a225f7f2b9eb663e225298fade819e" + "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e", - "reference": "1dd8869519a225f7f2b9eb663e225298fade819e", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", + "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", "shasum": "" }, "require": { @@ -1774,7 +1701,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -1811,7 +1738,7 @@ "compare", "equality" ], - "time": "2015-01-29 16:28:08" + "time": "2015-07-26 15:48:44" }, { "name": "sebastian/diff", @@ -1819,12 +1746,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3" + "reference": "6899b3e33bfbd386d88b5eea5f65f563e8793051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", - "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6899b3e33bfbd386d88b5eea5f65f563e8793051", + "reference": "6899b3e33bfbd386d88b5eea5f65f563e8793051", "shasum": "" }, "require": { @@ -1863,7 +1790,7 @@ "keywords": [ "diff" ], - "time": "2015-02-22 15:13:53" + "time": "2015-06-22 14:15:55" }, { "name": "sebastian/environment", @@ -1871,12 +1798,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e" + "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e", - "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44", + "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44", "shasum": "" }, "require": { @@ -1913,7 +1840,7 @@ "environment", "hhvm" ], - "time": "2015-01-01 10:01:08" + "time": "2015-08-03 06:14:51" }, { "name": "sebastian/exporter", @@ -1921,12 +1848,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "84839970d05254c73cde183a721c7af13aede943" + "reference": "f88f8936517d54ae6d589166810877fb2015d0a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", - "reference": "84839970d05254c73cde183a721c7af13aede943", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f88f8936517d54ae6d589166810877fb2015d0a2", + "reference": "f88f8936517d54ae6d589166810877fb2015d0a2", "shasum": "" }, "require": { @@ -1934,12 +1861,13 @@ "sebastian/recursion-context": "~1.0" }, "require-dev": { + "ext-mbstring": "*", "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -1979,20 +1907,20 @@ "export", "exporter" ], - "time": "2015-01-27 07:23:06" + "time": "2015-08-09 04:23:41" }, { "name": "sebastian/global-state", - "version": "dev-master", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "007c441df427cf0e175372fcbb9d196bce7eb743" + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743", - "reference": "007c441df427cf0e175372fcbb9d196bce7eb743", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { @@ -2030,7 +1958,7 @@ "keywords": [ "global state" ], - "time": "2015-01-20 04:09:31" + "time": "2015-10-12 03:26:01" }, { "name": "sebastian/recursion-context", @@ -2038,12 +1966,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "3989662bbb30a29d20d9faa04a846af79b276252" + "reference": "994d4a811bafe801fb06dccbee797863ba2792ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", - "reference": "3989662bbb30a29d20d9faa04a846af79b276252", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", + "reference": "994d4a811bafe801fb06dccbee797863ba2792ba", "shasum": "" }, "require": { @@ -2083,20 +2011,20 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-01-24 09:48:32" + "time": "2015-06-21 08:04:50" }, { "name": "sebastian/version", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4" + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4", - "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", "shasum": "" }, "type": "library", @@ -2118,29 +2046,25 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-02-24 06:35:25" + "time": "2015-06-21 13:59:46" }, { "name": "symfony/yaml", "version": "2.8.x-dev", - "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", - "url": "https://github.com/symfony/Yaml.git", - "reference": "fdded56dde4ca9efce6322887bf5eaa7bb0aae3e" + "url": "https://github.com/symfony/yaml.git", + "reference": "5ff00ea2999343d42398fcb793bbfc64c92235ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/fdded56dde4ca9efce6322887bf5eaa7bb0aae3e", - "reference": "fdded56dde4ca9efce6322887bf5eaa7bb0aae3e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/5ff00ea2999343d42398fcb793bbfc64c92235ff", + "reference": "5ff00ea2999343d42398fcb793bbfc64c92235ff", "shasum": "" }, "require": { "php": ">=5.3.9" }, - "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0.0" - }, "type": "library", "extra": { "branch-alias": { @@ -2148,27 +2072,30 @@ } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\Yaml\\": "" - } + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" - }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", - "homepage": "http://symfony.com", - "time": "2015-04-10 08:56:33" + "homepage": "https://symfony.com", + "time": "2015-11-05 09:04:44" } ], "aliases": [],