X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.lock;h=e7d8ff2285f131891c43d736f848d805f6c30f98;hb=c5920b9d312093431ac340102e6331e9f8876b06;hp=95ccc25886a04667a8a103a25e8b695c30cf9d9e;hpb=d3645ebab03f63da3a33a4256f0f0e3ec7b8f121;p=pharext%2Fpharext.org diff --git a/composer.lock b/composer.lock index 95ccc25..e7d8ff2 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_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", + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "910f08879af0e54cb4aaa21d1ca5eef2", + "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": "e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76" + "reference": "d017df1dcb270773804bbed4628397a9c7df30c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pharext/zipball/e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76", - "reference": "e44f0adc7b18845a2cd3dc63fdab5d9bcdc10f76", + "url": "https://api.github.com/repos/m6w6/pharext/zipball/d017df1dcb270773804bbed4628397a9c7df30c4", + "reference": "d017df1dcb270773804bbed4628397a9c7df30c4", "shasum": "" }, "bin": [ @@ -129,7 +129,7 @@ "package", "phar" ], - "time": "2015-05-15 10:52:54" + "time": "2015-05-20 06:39:24" }, { "name": "m6w6/pharext.wiki", @@ -144,20 +144,21 @@ }, { "name": "m6w6/pq-gateway", - "version": "dev-master", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/m6w6/pq-gateway.git", - "reference": "3aa333045c0bb93b83e87e190b4ed49333d106f0" + "reference": "03b28245fb439e82de49cc4337893c5c94319a57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/3aa333045c0bb93b83e87e190b4ed49333d106f0", - "reference": "3aa333045c0bb93b83e87e190b4ed49333d106f0", + "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,7 @@ "postgresql", "pq" ], - "time": "2015-05-08 10:10:49" + "time": "2015-05-20 16:16:55" }, { "name": "monolog/monolog", @@ -347,17 +348,21 @@ "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": { @@ -394,17 +399,59 @@ "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, - "m6w6/pq-gateway": 20 + "m6w6/pharext.wiki": 20 }, "prefer-stable": false, "prefer-lowest": false,