From 928e8a18939e9b96eed5285d3ef0b78bd9218b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 07:14:04 +0000 Subject: [PATCH] Bump wyrihaximus/async-test-utilities from 3.4.8 to 3.4.10 Bumps [wyrihaximus/async-test-utilities](https://github.com/WyriHaximus/php-async-test-utilities) from 3.4.8 to 3.4.10. - [Release notes](https://github.com/WyriHaximus/php-async-test-utilities/releases) - [Commits](https://github.com/WyriHaximus/php-async-test-utilities/compare/3.4.8...3.4.10) Signed-off-by: dependabot[bot] --- composer.lock | 55 ++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/composer.lock b/composer.lock index 6f4fbf6..e8262e5 100644 --- a/composer.lock +++ b/composer.lock @@ -3739,16 +3739,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.75", + "version": "0.12.76", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e" + "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2e4738cd67e0163861a065180eff7eb5c8417d6e", - "reference": "2e4738cd67e0163861a065180eff7eb5c8417d6e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7aaaf9a759a29795e8f46d48041af1c1f1b23d38", + "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38", "shasum": "" }, "require": { @@ -3779,7 +3779,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.75" + "source": "https://github.com/phpstan/phpstan/tree/0.12.76" }, "funding": [ { @@ -3795,7 +3795,7 @@ "type": "tidelift" } ], - "time": "2021-02-11T13:58:47+00:00" + "time": "2021-02-13T11:47:44+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -7800,16 +7800,16 @@ }, { "name": "vimeo/psalm", - "version": "4.5.1", + "version": "4.5.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "257a1ca672a79dedc852be1285a7b97154646418" + "reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/257a1ca672a79dedc852be1285a7b97154646418", - "reference": "257a1ca672a79dedc852be1285a7b97154646418", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/15a9eece1305fd26eb1336a78e5a2ee7a4b36214", + "reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214", "shasum": "" }, "require": { @@ -7843,6 +7843,7 @@ "bamarni/composer-bin-plugin": "^1.2", "brianium/paratest": "^4.0||^6.0", "ext-curl": "*", + "php-parallel-lint/php-parallel-lint": "^1.2", "phpdocumentor/reflection-docblock": "^5", "phpmyadmin/sql-parser": "5.1.0||dev-master", "phpspec/prophecy": ">=1.9.0", @@ -7898,9 +7899,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.5.1" + "source": "https://github.com/vimeo/psalm/tree/4.5.2" }, - "time": "2021-02-11T19:12:25+00:00" + "time": "2021-02-13T21:45:13+00:00" }, { "name": "webmozart/assert", @@ -8057,16 +8058,16 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "3.4.8", + "version": "3.4.10", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "d34f8b473bbe07cf376ee71a0d89c89744e5f1fb" + "reference": "e7fa50c56044d6a3d2207f2b38bf79adef8f33d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/d34f8b473bbe07cf376ee71a0d89c89744e5f1fb", - "reference": "d34f8b473bbe07cf376ee71a0d89c89744e5f1fb", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/e7fa50c56044d6a3d2207f2b38bf79adef8f33d5", + "reference": "e7fa50c56044d6a3d2207f2b38bf79adef8f33d5", "shasum": "" }, "require": { @@ -8075,7 +8076,7 @@ "phpunit/phpunit": "^9.5", "react/event-loop": "^1.1", "react/promise": "^2.8", - "wyrihaximus/test-utilities": "^3.5.7" + "wyrihaximus/test-utilities": "^3.5.9" }, "require-dev": { "wyrihaximus/iterator-or-array-to-array": "^1.1" @@ -8099,7 +8100,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.8" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/3.4.10" }, "funding": [ { @@ -8107,7 +8108,7 @@ "type": "github" } ], - "time": "2021-02-11T05:22:25+00:00" + "time": "2021-02-15T05:27:55+00:00" }, { "name": "wyrihaximus/coding-standard", @@ -8193,16 +8194,16 @@ }, { "name": "wyrihaximus/test-utilities", - "version": "3.5.8", + "version": "3.5.9", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-test-utilities.git", - "reference": "6e7794841096e5dc1adb940b676ea7d39a7a1ad0" + "reference": "36a4e1b3f9c6a4b67f74393da2d14abb0b31b784" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/6e7794841096e5dc1adb940b676ea7d39a7a1ad0", - "reference": "6e7794841096e5dc1adb940b676ea7d39a7a1ad0", + "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/36a4e1b3f9c6a4b67f74393da2d14abb0b31b784", + "reference": "36a4e1b3f9c6a4b67f74393da2d14abb0b31b784", "shasum": "" }, "require": { @@ -8219,14 +8220,14 @@ "php-parallel-lint/php-parallel-lint": "^1.2.0", "phpspec/prophecy": "^1.12.2", "phpspec/prophecy-phpunit": "^2.0.1", - "phpstan/phpstan": "^0.12.75", + "phpstan/phpstan": "^0.12.76", "phpunit/phpunit": "^9.5.2", "psalm/plugin-phpunit": "^0.15.1", "roave/backward-compatibility-check": "^5.0.0", "roave/infection-static-analysis-plugin": "^1.7.0", "squizlabs/php_codesniffer": "^3.5.8", "thecodingmachine/safe": "^1.3.3", - "vimeo/psalm": "^4.5.1", + "vimeo/psalm": "^4.5.2", "wyrihaximus/coding-standard": "^2.3.0", "wyrihaximus/phpstan-rules-wrapper": "^1.2.2" }, @@ -8275,7 +8276,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/3.5.8" + "source": "https://github.com/WyriHaximus/php-test-utilities/tree/3.5.9" }, "funding": [ { @@ -8283,7 +8284,7 @@ "type": "github" } ], - "time": "2021-02-12T03:19:28+00:00" + "time": "2021-02-15T03:34:08+00:00" } ], "aliases": [],