X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.lock;h=e7d8ff2285f131891c43d736f848d805f6c30f98;hb=2198c781a021d85ee845f2f4b2f5c322f73e6bd5;hp=e458cd3ed6aa61b61739cb283aa39362f9bf48c1;hpb=d4a4eae6b299ec3c066a4b8b68e048ddf69e0268;p=pharext%2Fpharext.org diff --git a/composer.lock b/composer.lock index e458cd3..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": "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": "c99dfed4c3056e0a8ed1351adb79dd4f16324965" + "reference": "d017df1dcb270773804bbed4628397a9c7df30c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pharext/zipball/c99dfed4c3056e0a8ed1351adb79dd4f16324965", - "reference": "c99dfed4c3056e0a8ed1351adb79dd4f16324965", + "url": "https://api.github.com/repos/m6w6/pharext/zipball/d017df1dcb270773804bbed4628397a9c7df30c4", + "reference": "d017df1dcb270773804bbed4628397a9c7df30c4", "shasum": "" }, "bin": [ @@ -129,7 +129,7 @@ "package", "phar" ], - "time": "2015-05-18 15:11:04" + "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/d0d875868e1d7d241983c88252c07965a65224c1", - "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,