From 42d584283c3ebde44fd6098db570274854628fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 04:37:08 +0000 Subject: [PATCH] Bump wyrihaximus/async-test-utilities from 5.0.10 to 5.0.11 Bumps [wyrihaximus/async-test-utilities](https://github.com/WyriHaximus/php-async-test-utilities) from 5.0.10 to 5.0.11. - [Release notes](https://github.com/WyriHaximus/php-async-test-utilities/releases) - [Commits](https://github.com/WyriHaximus/php-async-test-utilities/compare/5.0.10...5.0.11) --- updated-dependencies: - dependency-name: wyrihaximus/async-test-utilities dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 6feb38b..42999e0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "react/filesystem": "^0.2@dev" }, "require-dev": { - "wyrihaximus/async-test-utilities": "^5.0.10" + "wyrihaximus/async-test-utilities": "^5.0.11" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index a5b0e0e..6cc222c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "73d151566e93ec634347ffc09f7882b6", + "content-hash": "3ab8b6e8724f89ffaf182295e2de86fc", "packages": [ { "name": "cakephp/core", @@ -10640,25 +10640,25 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "5.0.10", + "version": "5.0.11", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "ddf3385f725378cd674045878b2730b0cd03ecb1" + "reference": "98b88fd5af23240ad48c4409c3e8292bafb4ec99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/ddf3385f725378cd674045878b2730b0cd03ecb1", - "reference": "ddf3385f725378cd674045878b2730b0cd03ecb1", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/98b88fd5af23240ad48c4409c3e8292bafb4ec99", + "reference": "98b88fd5af23240ad48c4409c3e8292bafb4ec99", "shasum": "" }, "require": { - "clue/block-react": "^1.5", + "clue/block-react": "^1.5.", "php": "^8", - "phpunit/phpunit": "^9.5", - "react/event-loop": "^1.3", - "react/promise": "^2.9", - "wyrihaximus/test-utilities": "^5" + "phpunit/phpunit": "^9.5.21", + "react/event-loop": "^1.3.0", + "react/promise": "^2.9.", + "wyrihaximus/test-utilities": "^5.0.20" }, "require-dev": { "wyrihaximus/iterator-or-array-to-array": "^1.2" @@ -10682,7 +10682,7 @@ "description": "Test utilities for api-clients packages", "support": { "issues": "https://github.com/WyriHaximus/php-async-test-utilities/issues", - "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/5.0.10" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/5.0.11" }, "funding": [ { @@ -10690,7 +10690,7 @@ "type": "github" } ], - "time": "2022-07-25T13:02:04+00:00" + "time": "2022-08-08T19:06:37+00:00" }, { "name": "wyrihaximus/coding-standard",