diff --git a/composer.json b/composer.json index 62c382b..278fab6 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "thecodingmachine/safe": "^2 || ^1" }, "require-dev": { - "wyrihaximus/async-test-utilities": "3.4.22" + "wyrihaximus/async-test-utilities": "4.2.2" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 36ae2e4..2fe2396 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": "6b5c23665800452784e4215ddb885791", + "content-hash": "aa790a9ef91431e0105f2cc6d2dca295", "packages": [ { "name": "ancarda/psr7-string-stream", @@ -10344,28 +10344,28 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "3.4.22", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "0620b025f5da8f645b7f5fbb6dc23afce11bb7e0" + "reference": "1813284920f7c26bf6d48a717a37603243585ea0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/0620b025f5da8f645b7f5fbb6dc23afce11bb7e0", - "reference": "0620b025f5da8f645b7f5fbb6dc23afce11bb7e0", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/1813284920f7c26bf6d48a717a37603243585ea0", + "reference": "1813284920f7c26bf6d48a717a37603243585ea0", "shasum": "" }, "require": { - "clue/block-react": "^1.4", + "clue/block-react": "^1.5", "php": "^8 || ^7.4", "phpunit/phpunit": "^9.5", - "react/event-loop": "^1.1", - "react/promise": "^2.8", - "wyrihaximus/test-utilities": "^3.6.7" + "react/event-loop": "^1.2", + "react/promise": "^2.9", + "wyrihaximus/test-utilities": "^5 || ^4 || ^3.7.6" }, "require-dev": { - "wyrihaximus/iterator-or-array-to-array": "^1.1" + "wyrihaximus/iterator-or-array-to-array": "^1.2" }, "type": "library", "autoload": { @@ -10386,7 +10386,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/3.4.22" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/4.2.2" }, "funding": [ { @@ -10394,7 +10394,7 @@ "type": "github" } ], - "time": "2021-03-28T20:28:43+00:00" + "time": "2022-02-27T11:58:08+00:00" }, { "name": "wyrihaximus/coding-standard",