X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.lock;h=e9cdceaf98ad6d3efe78595a316e1572bc8fa523;hb=05a907a5cb7377e2ad7abfa21096e3630752b944;hp=748936954476db44fe581edbc1c0d680271532ad;hpb=e6da4c7430e5c5b4ba482206e42aeebb4363d2b3;p=m6w6%2Fpq-gateway diff --git a/composer.lock b/composer.lock index 7489369..e9cdcea 100644 --- a/composer.lock +++ b/composer.lock @@ -1,37 +1,38 @@ { "_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": "813817d14a924e8b4189c1365120cf86", + "hash": "206c8b9f89c5af3066d5ecc320c866be", + "content-hash": "2106329c981b9ba6675481473db7f850", "packages": [], "packages-dev": [ { "name": "amphp/amp", - "version": "v1.0.0-beta4", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", - "reference": "9fa6010f192f82a81381ae2dd372e1e75107d332" + "reference": "880c965fbdad9d6bcc382b7484c00173ee17df13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/amp/zipball/9fa6010f192f82a81381ae2dd372e1e75107d332", - "reference": "9fa6010f192f82a81381ae2dd372e1e75107d332", + "url": "https://api.github.com/repos/amphp/amp/zipball/880c965fbdad9d6bcc382b7484c00173ee17df13", + "reference": "880c965fbdad9d6bcc382b7484c00173ee17df13", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "~4.4.0" + "fabpot/php-cs-fixer": "~1.9", + "phpunit/phpunit": "~4.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.0-dev", - "dev-v1.0.x": "1.0.0-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -59,24 +60,23 @@ "async", "concurrency", "event", - "future", "non-blocking", "promise" ], - "time": "2015-05-20 03:12:32" + "time": "2015-09-10 21:19:43" }, { "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": { @@ -103,11 +103,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" } ], "aliases": [],