X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.lock;h=e7d8ff2285f131891c43d736f848d805f6c30f98;hb=ee3977104c9ea0984c76f75f965c528bc4b3b64e;hp=b6233cb05ec7e951445325577d894d624ffb875e;hpb=26494fb5cdfb9cf103904d10b6bda564bcf2d0bd;p=pharext%2Fpharext.org diff --git a/composer.lock b/composer.lock index b6233cb..e7d8ff2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "a2c6e7fb3b26571277d242842331c3cb", + "hash": "677e6adb8d6fb297c9c04630b5fc2f61", "packages": [ { "name": "league/plates", @@ -100,16 +100,16 @@ }, { "name": "m6w6/pharext", - "version": "dev-master", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/m6w6/pharext.git", - "reference": "e458434f1a5539f1905e61835bed0123f1635067" + "reference": "d017df1dcb270773804bbed4628397a9c7df30c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pharext/zipball/e458434f1a5539f1905e61835bed0123f1635067", - "reference": "e458434f1a5539f1905e61835bed0123f1635067", + "url": "https://api.github.com/repos/m6w6/pharext/zipball/d017df1dcb270773804bbed4628397a9c7df30c4", + "reference": "d017df1dcb270773804bbed4628397a9c7df30c4", "shasum": "" }, "bin": [ @@ -129,7 +129,7 @@ "package", "phar" ], - "time": "2015-05-08 08:54:09" + "time": "2015-05-20 06:39:24" }, { "name": "m6w6/pharext.wiki", @@ -144,20 +144,21 @@ }, { "name": "m6w6/pq-gateway", - "version": "v2.0.0", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/m6w6/pq-gateway.git", - "reference": "19590cfee428909a9ad2195b02a30ae176980992" + "reference": "03b28245fb439e82de49cc4337893c5c94319a57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/19590cfee428909a9ad2195b02a30ae176980992", - "reference": "19590cfee428909a9ad2195b02a30ae176980992", + "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/03b28245fb439e82de49cc4337893c5c94319a57", + "reference": "03b28245fb439e82de49cc4337893c5c94319a57", "shasum": "" }, - "suggest": { - "react/promise": "1.0.*" + "require-dev": { + "amphp/amp": "^1.0-beta", + "react/promise": "~2.2" }, "type": "library", "autoload": { @@ -185,7 +186,80 @@ "postgresql", "pq" ], - "time": "2014-10-15 15:30:26" + "time": "2015-05-20 16:16:55" + }, + { + "name": "monolog/monolog", + "version": "1.13.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", + "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac", + "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, >2.4.8", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "phpunit/phpunit": "~4.0", + "raven/raven": "~0.5", + "ruflin/elastica": "0.90.*", + "swiftmailer/swiftmailer": "~5.3", + "videlalvaro/php-amqplib": "~2.4" + }, + "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", + "raven/raven": "Allow sending log messages to a Sentry server", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.13.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" + ], + "time": "2015-03-09 09:58:04" }, { "name": "nikic/fast-route", @@ -230,23 +304,65 @@ ], "time": "2015-02-26 15:33:07" }, + { + "name": "psr/log", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", + "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "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", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2012-12-21 11:40:51" + }, { "name": "rdlowrey/auryn", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/rdlowrey/Auryn.git", - "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228" + "reference": "d0d875868e1d7d241983c88252c07965a65224c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/be3807b62a6991e61151b55b6974dc1289afabd5", - "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228", + "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/b57a5046cfcefb0cde7fc86f9915e54aa7196cba", + "reference": "d0d875868e1d7d241983c88252c07965a65224c1", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "require-dev": { + "athletic/athletic": "~0.1", + "phpunit/phpunit": "~4.5" + }, "type": "library", "autoload": { "psr-4": { @@ -283,14 +399,57 @@ "dic", "ioc" ], - "time": "2015-05-01 14:20:14" + "time": "2015-05-17 18:29:19" + }, + { + "name": "react/promise", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef", + "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "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@googlemail.com" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "time": "2014-12-30 13:32:42" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { - "m6w6/pharext": 20, "rdlowrey/auryn": 20, "m6w6/pharext.wiki": 20 },