From b1f1b0b57650b7b95c19df5637813505b8d12f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 03:59:33 +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 | 268 +++++++++++++++++++++++++------------------------- 2 files changed, 134 insertions(+), 136 deletions(-) diff --git a/composer.json b/composer.json index acf954f..ac81ec7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "reactivex/rxphp": "^2.0.10" }, "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 df7a017..a846901 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": "a7ccda002e583e8265322793b2754000", + "content-hash": "8abf1b531414af90cab9fa40a669461f", "packages": [ { "name": "react/async", @@ -3145,25 +3145,24 @@ }, { "name": "maglnet/composer-require-checker", - "version": "3.8.0", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/maglnet/ComposerRequireChecker.git", - "reference": "537138b833ab0f9ad72b667a72bece2a765e88ab" + "reference": "4d18781ae098802cb784f42454ef2477d6a95a4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/537138b833ab0f9ad72b667a72bece2a765e88ab", - "reference": "537138b833ab0f9ad72b667a72bece2a765e88ab", + "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/4d18781ae098802cb784f42454ef2477d6a95a4f", + "reference": "4d18781ae098802cb784f42454ef2477d6a95a4f", "shasum": "" }, "require": { "composer-runtime-api": "^2.0.0", - "ext-json": "*", "ext-phar": "*", "nikic/php-parser": "^4.13.0", - "php": "^7.4 || ^8.0", - "symfony/console": "^5.4.0", + "php": "^8.0", + "symfony/console": "^6.0.0", "webmozart/assert": "^1.9.1", "webmozart/glob": "^4.4.0" }, @@ -3174,7 +3173,8 @@ "phing/phing": "^2.17.0", "phpstan/phpstan": "^1.2.0", "phpunit/phpunit": "^9.5.10", - "vimeo/psalm": "^4.14.0" + "roave/infection-static-analysis-plugin": "1.13.x-dev as 1.13.0", + "vimeo/psalm": "^4.15" }, "bin": [ "bin/composer-require-checker" @@ -3219,9 +3219,9 @@ ], "support": { "issues": "https://github.com/maglnet/ComposerRequireChecker/issues", - "source": "https://github.com/maglnet/ComposerRequireChecker/tree/3.8.0" + "source": "https://github.com/maglnet/ComposerRequireChecker/tree/4.1.0" }, - "time": "2021-12-07T14:25:47+00:00" + "time": "2022-07-06T17:01:47+00:00" }, { "name": "myclabs/deep-copy", @@ -3452,37 +3452,38 @@ }, { "name": "nunomaduro/collision", - "version": "v5.11.0", + "version": "v6.2.1", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461" + "reference": "5f058f7e39278b701e455b3c82ec5298cf001d89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/8b610eef8582ccdc05d8f2ab23305e2d37049461", - "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/5f058f7e39278b701e455b3c82ec5298cf001d89", + "reference": "5f058f7e39278b701e455b3c82ec5298cf001d89", "shasum": "" }, "require": { - "facade/ignition-contracts": "^1.0", - "filp/whoops": "^2.14.3", - "php": "^7.3 || ^8.0", - "symfony/console": "^5.0" + "facade/ignition-contracts": "^1.0.2", + "filp/whoops": "^2.14.5", + "php": "^8.0.0", + "symfony/console": "^6.0.2" }, "require-dev": { - "brianium/paratest": "^6.1", - "fideloper/proxy": "^4.4.1", - "fruitcake/laravel-cors": "^2.0.3", - "laravel/framework": "8.x-dev", - "nunomaduro/larastan": "^0.6.2", - "nunomaduro/mock-final-classes": "^1.0", - "orchestra/testbench": "^6.0", - "phpstan/phpstan": "^0.12.64", - "phpunit/phpunit": "^9.5.0" + "brianium/paratest": "^6.4.1", + "laravel/framework": "^9.7", + "laravel/pint": "^0.2.1", + "nunomaduro/larastan": "^1.0.2", + "nunomaduro/mock-final-classes": "^1.1.0", + "orchestra/testbench": "^7.3.0", + "phpunit/phpunit": "^9.5.11" }, "type": "library", "extra": { + "branch-alias": { + "dev-develop": "6.x-dev" + }, "laravel": { "providers": [ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider" @@ -3535,7 +3536,7 @@ "type": "patreon" } ], - "time": "2022-01-10T16:22:52+00:00" + "time": "2022-06-27T16:11:16+00:00" }, { "name": "ocramius/package-versions", @@ -5700,16 +5701,16 @@ }, { "name": "roave/backward-compatibility-check", - "version": "6.4.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/Roave/BackwardCompatibilityCheck.git", - "reference": "bd7bb48ffe9f9ed6281fe688b8d8e598015eb486" + "reference": "1dd93f2296d689c7f677dec3455efadc3c1b8cd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/bd7bb48ffe9f9ed6281fe688b8d8e598015eb486", - "reference": "bd7bb48ffe9f9ed6281fe688b8d8e598015eb486", + "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/1dd93f2296d689c7f677dec3455efadc3c1b8cd8", + "reference": "1dd93f2296d689c7f677dec3455efadc3c1b8cd8", "shasum": "" }, "require": { @@ -5720,7 +5721,7 @@ "ocramius/package-versions": "^2.5.1", "php": "~8.0.0 || ~8.1.0", "roave/better-reflection": "^5.3.0", - "symfony/console": "^5.4.5" + "symfony/console": "^6.0.5" }, "conflict": { "symfony/process": "<5.3.7" @@ -5761,9 +5762,9 @@ "description": "Tool to compare two revisions of a public API to check for BC breaks", "support": { "issues": "https://github.com/Roave/BackwardCompatibilityCheck/issues", - "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/6.4.0" + "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/7.0.0" }, - "time": "2022-03-31T09:40:50+00:00" + "time": "2022-03-31T09:54:38+00:00" }, { "name": "roave/better-reflection", @@ -7248,16 +7249,16 @@ }, { "name": "symfony/config", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ed8d12417bcacd2d969750feb1fe1aab1c11e613" + "reference": "a0645dc585d378b73c01115dd7ab9348f7d40c85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ed8d12417bcacd2d969750feb1fe1aab1c11e613", - "reference": "ed8d12417bcacd2d969750feb1fe1aab1c11e613", + "url": "https://api.github.com/repos/symfony/config/zipball/a0645dc585d378b73c01115dd7ab9348f7d40c85", + "reference": "a0645dc585d378b73c01115dd7ab9348f7d40c85", "shasum": "" }, "require": { @@ -7305,7 +7306,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.1.0" + "source": "https://github.com/symfony/config/tree/v6.1.3" }, "funding": [ { @@ -7321,50 +7322,47 @@ "type": "tidelift" } ], - "time": "2022-05-17T12:56:32+00:00" + "time": "2022-07-20T15:00:40+00:00" }, { "name": "symfony/console", - "version": "v5.4.10", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000" + "reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/4d671ab4ddac94ee439ea73649c69d9d200b5000", - "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000", + "url": "https://api.github.com/repos/symfony/console/zipball/43fcb5c5966b43c56bcfa481368d90d748936ab8", + "reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.1", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.1|^6.0" + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/event-dispatcher": "<4.4", - "symfony/lock": "<4.4", - "symfony/process": "<4.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -7404,7 +7402,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.10" + "source": "https://github.com/symfony/console/tree/v6.1.3" }, "funding": [ { @@ -7420,20 +7418,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:00:04+00:00" + "time": "2022-07-22T14:17:57+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5635ff016a814d7984b1c4644ad28e7df546077b" + "reference": "079e336a1880f457b219aecc3d41bef2f1093b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5635ff016a814d7984b1c4644ad28e7df546077b", - "reference": "5635ff016a814d7984b1c4644ad28e7df546077b", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/079e336a1880f457b219aecc3d41bef2f1093b0b", + "reference": "079e336a1880f457b219aecc3d41bef2f1093b0b", "shasum": "" }, "require": { @@ -7491,7 +7489,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.1.2" + "source": "https://github.com/symfony/dependency-injection/tree/v6.1.3" }, "funding": [ { @@ -7507,7 +7505,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:30+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7578,16 +7576,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "3132d2f43ca799c2aa099f9738d98228c56baa5d" + "reference": "c780e677cddda78417fa5187a7c6cd2f21110db9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/3132d2f43ca799c2aa099f9738d98228c56baa5d", - "reference": "3132d2f43ca799c2aa099f9738d98228c56baa5d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/c780e677cddda78417fa5187a7c6cd2f21110db9", + "reference": "c780e677cddda78417fa5187a7c6cd2f21110db9", "shasum": "" }, "require": { @@ -7621,7 +7619,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.1.0" + "source": "https://github.com/symfony/filesystem/tree/v6.1.3" }, "funding": [ { @@ -7637,20 +7635,20 @@ "type": "tidelift" } ], - "time": "2022-05-21T13:34:40+00:00" + "time": "2022-07-20T14:45:06+00:00" }, { "name": "symfony/finder", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f" + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/45b8beb69d6eb3b05a65689ebfd4222326773f8f", - "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f", + "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "shasum": "" }, "require": { @@ -7685,7 +7683,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.1.0" + "source": "https://github.com/symfony/finder/tree/v6.1.3" }, "funding": [ { @@ -7701,7 +7699,7 @@ "type": "tidelift" } ], - "time": "2022-04-15T08:08:08+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/polyfill-ctype", @@ -8197,16 +8195,16 @@ }, { "name": "symfony/process", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "318718453c2be58266f1a9e74063d13cb8dd4165" + "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/318718453c2be58266f1a9e74063d13cb8dd4165", - "reference": "318718453c2be58266f1a9e74063d13cb8dd4165", + "url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292", + "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292", "shasum": "" }, "require": { @@ -8238,7 +8236,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.1.0" + "source": "https://github.com/symfony/process/tree/v6.1.3" }, "funding": [ { @@ -8254,20 +8252,20 @@ "type": "tidelift" } ], - "time": "2022-05-11T12:12:29+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/serializer", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "1634ac09337990f1a4489263be090a40b0acd985" + "reference": "2c59be38d343e2ed4d4ea3c05965c2ae41c7109f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/1634ac09337990f1a4489263be090a40b0acd985", - "reference": "1634ac09337990f1a4489263be090a40b0acd985", + "url": "https://api.github.com/repos/symfony/serializer/zipball/2c59be38d343e2ed4d4ea3c05965c2ae41c7109f", + "reference": "2c59be38d343e2ed4d4ea3c05965c2ae41c7109f", "shasum": "" }, "require": { @@ -8339,7 +8337,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.1.2" + "source": "https://github.com/symfony/serializer/tree/v6.1.3" }, "funding": [ { @@ -8355,7 +8353,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:35:04+00:00" + "time": "2022-07-28T22:08:12+00:00" }, { "name": "symfony/service-contracts", @@ -8506,16 +8504,16 @@ }, { "name": "symfony/string", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1903f2879875280c5af944625e8246d81c2f0604" + "reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604", - "reference": "1903f2879875280c5af944625e8246d81c2f0604", + "url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b", + "reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b", "shasum": "" }, "require": { @@ -8571,7 +8569,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.2" + "source": "https://github.com/symfony/string/tree/v6.1.3" }, "funding": [ { @@ -8587,20 +8585,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:35:04+00:00" + "time": "2022-07-27T15:50:51+00:00" }, { "name": "symfony/yaml", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe" + "reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/b01c4e7dc6a51cbf114567af04a19789fd1011fe", - "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe", + "url": "https://api.github.com/repos/symfony/yaml/zipball/cc48dd42ae1201abced04ae38284e23ce2d2d8f3", + "reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3", "shasum": "" }, "require": { @@ -8645,7 +8643,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.2" + "source": "https://github.com/symfony/yaml/tree/v6.1.3" }, "funding": [ { @@ -8661,7 +8659,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T12:01:07+00:00" + "time": "2022-07-20T14:45:06+00:00" }, { "name": "thecodingmachine/phpstan-safe-rule", @@ -8966,16 +8964,16 @@ }, { "name": "vimeo/psalm", - "version": "4.24.0", + "version": "4.26.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "06dd975cb55d36af80f242561738f16c5f58264f" + "reference": "6998fabb2bf528b65777bf9941920888d23c03ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/06dd975cb55d36af80f242561738f16c5f58264f", - "reference": "06dd975cb55d36af80f242561738f16c5f58264f", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/6998fabb2bf528b65777bf9941920888d23c03ac", + "reference": "6998fabb2bf528b65777bf9941920888d23c03ac", "shasum": "" }, "require": { @@ -9067,9 +9065,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.24.0" + "source": "https://github.com/vimeo/psalm/tree/4.26.0" }, - "time": "2022-06-26T11:47:54+00:00" + "time": "2022-07-31T13:10:26+00:00" }, { "name": "webmozart/assert", @@ -9231,25 +9229,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" @@ -9273,7 +9271,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": [ { @@ -9281,7 +9279,7 @@ "type": "github" } ], - "time": "2022-07-25T13:02:04+00:00" + "time": "2022-08-08T19:06:37+00:00" }, { "name": "wyrihaximus/coding-standard", @@ -9374,16 +9372,16 @@ }, { "name": "wyrihaximus/test-utilities", - "version": "5.0.17", + "version": "5.0.20", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-test-utilities.git", - "reference": "e7ff3d285a70c285e51edea7b43a874090cdcc6c" + "reference": "ca8fe686b64703dfe832dab6741ded87d8b21c6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/e7ff3d285a70c285e51edea7b43a874090cdcc6c", - "reference": "e7ff3d285a70c285e51edea7b43a874090cdcc6c", + "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/ca8fe686b64703dfe832dab6741ded87d8b21c6a", + "reference": "ca8fe686b64703dfe832dab6741ded87d8b21c6a", "shasum": "" }, "require": { @@ -9391,8 +9389,8 @@ "icanhazstring/composer-unused": "^0.8.2", "infection/infection": "^0.26.5", "jakobbuis/simple-slow-test-reporter": "^1.0", - "maglnet/composer-require-checker": "^3.8.0", - "nunomaduro/collision": "^5.11.0", + "maglnet/composer-require-checker": "^4.0.0 || ^3.8.0", + "nunomaduro/collision": "^6.0.0 || ^5.11.0", "orklah/psalm-insane-comparison": "^2.0.0", "php": "^8", "php-coveralls/php-coveralls": "^2.5.2", @@ -9404,11 +9402,11 @@ "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.21", "psalm/plugin-phpunit": "^0.17.0", - "roave/backward-compatibility-check": "^6", + "roave/backward-compatibility-check": "^7 || ^6", "roave/infection-static-analysis-plugin": "^1.18.0", "squizlabs/php_codesniffer": "^3.7.1", "thecodingmachine/safe": "^1.3.3", - "vimeo/psalm": "^4.24", + "vimeo/psalm": "^4.26", "wyrihaximus/coding-standard": "^2.11.0", "wyrihaximus/phpstan-rules-wrapper": "^2" }, @@ -9454,7 +9452,7 @@ "description": "🛠️ Test utilities for api-clients packages", "support": { "issues": "https://github.com/WyriHaximus/php-test-utilities/issues", - "source": "https://github.com/WyriHaximus/php-test-utilities/tree/5.0.17" + "source": "https://github.com/WyriHaximus/php-test-utilities/tree/5.0.20" }, "funding": [ { @@ -9462,7 +9460,7 @@ "type": "github" } ], - "time": "2022-07-22T20:35:41+00:00" + "time": "2022-08-03T03:11:01+00:00" } ], "aliases": [],