From 73b4126e989c7b1bb9baa14a53a646aa073a8dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 10 Jul 2018 20:15:13 +0000 Subject: [PATCH] Bump api-clients/command-bus from 2.0.0 to 2.0.2 Bumps [api-clients/command-bus](https://github.com/php-api-clients/command-bus) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/php-api-clients/command-bus/releases) - [Commits](https://github.com/php-api-clients/command-bus/compare/2.0.0...2.0.2) Signed-off-by: dependabot[bot] --- composer.lock | 69 ++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/composer.lock b/composer.lock index ef62091..60a35f8 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_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 https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "e9c511dc4b31abbb81c9674c5f145ba0", "packages": [ { "name": "api-clients/command-bus", - "version": "2.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-api-clients/command-bus.git", - "reference": "18669ef197076a67386cda9f5b64e901c1484b60" + "reference": "b3974b5a1ebe3c391b728c59542bfa4231902531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/command-bus/zipball/18669ef197076a67386cda9f5b64e901c1484b60", - "reference": "18669ef197076a67386cda9f5b64e901c1484b60", + "url": "https://api.github.com/repos/php-api-clients/command-bus/zipball/b3974b5a1ebe3c391b728c59542bfa4231902531", + "reference": "b3974b5a1ebe3c391b728c59542bfa4231902531", "shasum": "" }, "require": { @@ -25,9 +25,9 @@ "igorw/get-in": "^1.0", "joshdifabio/composed": "^1.0", "league/tactician": "^1.0", - "league/tactician-container": "^1.0", + "league/tactician-container": "^2.0 || ^1.0", "php": "^7.0", - "react/event-loop": "^0.4.2", + "react/event-loop": "^1.0 || ^0.5 || ^0.4.2", "wyrihaximus/tactician-command-handler-mapper": "^1.0", "wyrihaximus/ticking-promise": "^1.6" }, @@ -52,7 +52,7 @@ } ], "description": "Light weight wrapper around league/tactician adding promised based interface(s) and next tick execution", - "time": "2016-12-08T08:36:09+00:00" + "time": "2017-12-24T23:31:24+00:00" }, { "name": "api-clients/hydrator", @@ -845,16 +845,16 @@ }, { "name": "league/tactician", - "version": "v1.0.2", + "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/thephpleague/tactician.git", - "reference": "1f3aaad497f07a8bef147a37c7e3f2f7c23fcd21" + "reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/tactician/zipball/1f3aaad497f07a8bef147a37c7e3f2f7c23fcd21", - "reference": "1f3aaad497f07a8bef147a37c7e3f2f7c23fcd21", + "url": "https://api.github.com/repos/thephpleague/tactician/zipball/d0339e22fd9252fb0fa53102b488d2c514483b8a", + "reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a", "shasum": "" }, "require": { @@ -862,7 +862,7 @@ }, "require-dev": { "mockery/mockery": "~0.9", - "phpunit/phpunit": "~4.3", + "phpunit/phpunit": "^4.8.35", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", @@ -892,29 +892,29 @@ "command bus", "service layer" ], - "time": "2016-02-20T11:14:36+00:00" + "time": "2017-11-30T09:17:20+00:00" }, { "name": "league/tactician-container", - "version": "v1.0.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/tactician-container.git", - "reference": "4b75997f6655a574c4b950c7c91714fde9f31d84" + "reference": "d1a5d884e072b8cafbff802d07766076eb2ffcb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/tactician-container/zipball/4b75997f6655a574c4b950c7c91714fde9f31d84", - "reference": "4b75997f6655a574c4b950c7c91714fde9f31d84", + "url": "https://api.github.com/repos/thephpleague/tactician-container/zipball/d1a5d884e072b8cafbff802d07766076eb2ffcb0", + "reference": "d1a5d884e072b8cafbff802d07766076eb2ffcb0", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.1", "league/tactician": "^1.0", - "php": ">=5.5" + "php": ">=5.5", + "psr/container": "^1.0" }, "require-dev": { - "league/container": "~2.0", + "league/container": "~2.3", "phpunit/phpunit": "~4.3", "squizlabs/php_codesniffer": "~2.0" }, @@ -934,7 +934,7 @@ "homepage": "http://futurepixels.co.uk" } ], - "description": "Tactician integration for any container implementing the container-interop interface", + "description": "Tactician integration for any container implementing PSR-11", "keywords": [ "container", "container-interop", @@ -943,7 +943,7 @@ "league", "tactician" ], - "time": "2015-12-31T12:41:26+00:00" + "time": "2017-04-13T06:27:12+00:00" }, { "name": "nikic/php-parser", @@ -1521,16 +1521,16 @@ }, { "name": "react/promise", - "version": "v2.5.1", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "62785ae604c8d69725d693eb370e1d67e94c4053" + "reference": "f4edc2581617431aea50430749db55cc3fc031b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053", - "reference": "62785ae604c8d69725d693eb370e1d67e94c4053", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3", + "reference": "f4edc2581617431aea50430749db55cc3fc031b3", "shasum": "" }, "require": { @@ -1563,7 +1563,7 @@ "promise", "promises" ], - "time": "2017-03-25T12:08:31+00:00" + "time": "2018-06-13T15:59:06+00:00" }, { "name": "react/promise-stream", @@ -2014,20 +2014,21 @@ }, { "name": "wyrihaximus/ticking-promise", - "version": "1.6.1", + "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/WyriHaximus/TickingPromise.git", - "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12" + "reference": "4bb99024402bb7526de8880f3dab0c1f0858def5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/8d26b1458e32c367ba6fb8ad5042046279acdb12", - "reference": "8d26b1458e32c367ba6fb8ad5042046279acdb12", + "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/4bb99024402bb7526de8880f3dab0c1f0858def5", + "reference": "4bb99024402bb7526de8880f3dab0c1f0858def5", "shasum": "" }, "require": { - "react/event-loop": "^0.4", + "php": "^7.0 || ^5.4", + "react/event-loop": "^1.0 || ^0.5 || ^0.4", "react/promise": "~2.1" }, "require-dev": { @@ -2056,7 +2057,7 @@ } ], "description": "Wrapping ticks into a promise", - "time": "2016-03-05T20:23:05+00:00" + "time": "2018-04-05T12:36:50+00:00" }, { "name": "zendframework/zend-hydrator",