From cb4b461019e6545e66a9b2be74b45bbfaaac92a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 06:19:17 +0000 Subject: [PATCH] Bump wyrihaximus/async-test-utilities from 3.4.20 to 3.4.21 Bumps [wyrihaximus/async-test-utilities](https://github.com/WyriHaximus/php-async-test-utilities) from 3.4.20 to 3.4.21. - [Release notes](https://github.com/WyriHaximus/php-async-test-utilities/releases) - [Commits](https://github.com/WyriHaximus/php-async-test-utilities/compare/3.4.20...3.4.21) Signed-off-by: dependabot[bot] --- composer.lock | 57 ++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/composer.lock b/composer.lock index c992584..049f7ab 100644 --- a/composer.lock +++ b/composer.lock @@ -2063,22 +2063,22 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.2.0", + "version": "7.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79" + "reference": "7008573787b430c1c1f650e3722d9bba59967628" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79", - "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", + "reference": "7008573787b430c1c1f650e3722d9bba59967628", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.4", - "guzzlehttp/psr7": "^1.7", + "guzzlehttp/psr7": "^1.7 || ^2.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0" }, @@ -2086,6 +2086,7 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", @@ -2099,7 +2100,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "7.1-dev" + "dev-master": "7.3-dev" } }, "autoload": { @@ -2141,7 +2142,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.2.0" + "source": "https://github.com/guzzle/guzzle/tree/7.3.0" }, "funding": [ { @@ -2161,7 +2162,7 @@ "type": "github" } ], - "time": "2020-10-10T11:47:56+00:00" + "time": "2021-03-23T11:33:13+00:00" }, { "name": "guzzlehttp/promises", @@ -4754,16 +4755,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.3", + "version": "9.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41" + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/27241ac75fc37ecf862b6e002bf713b6566cbe41", - "reference": "27241ac75fc37ecf862b6e002bf713b6566cbe41", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741", + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741", "shasum": "" }, "require": { @@ -4841,7 +4842,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4" }, "funding": [ { @@ -4853,7 +4854,7 @@ "type": "github" } ], - "time": "2021-03-17T07:30:34+00:00" + "time": "2021-03-23T07:16:29+00:00" }, { "name": "psalm/plugin-phpunit", @@ -8346,16 +8347,16 @@ }, { "name": "wyrihaximus/async-test-utilities", - "version": "3.4.20", + "version": "3.4.21", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-async-test-utilities.git", - "reference": "11efb6f57d078ea96cb8f34edb4c2fce0e0f888e" + "reference": "445f13744ce4ea3f75f8424b74bb3607d7d6b019" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/11efb6f57d078ea96cb8f34edb4c2fce0e0f888e", - "reference": "11efb6f57d078ea96cb8f34edb4c2fce0e0f888e", + "url": "https://api.github.com/repos/WyriHaximus/php-async-test-utilities/zipball/445f13744ce4ea3f75f8424b74bb3607d7d6b019", + "reference": "445f13744ce4ea3f75f8424b74bb3607d7d6b019", "shasum": "" }, "require": { @@ -8364,7 +8365,7 @@ "phpunit/phpunit": "^9.5", "react/event-loop": "^1.1", "react/promise": "^2.8", - "wyrihaximus/test-utilities": "^3.6.3" + "wyrihaximus/test-utilities": "^3.6.5" }, "require-dev": { "wyrihaximus/iterator-or-array-to-array": "^1.1" @@ -8388,7 +8389,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.20" + "source": "https://github.com/WyriHaximus/php-async-test-utilities/tree/3.4.21" }, "funding": [ { @@ -8396,7 +8397,7 @@ "type": "github" } ], - "time": "2021-03-18T08:15:27+00:00" + "time": "2021-03-23T08:50:56+00:00" }, { "name": "wyrihaximus/coding-standard", @@ -8482,16 +8483,16 @@ }, { "name": "wyrihaximus/test-utilities", - "version": "3.6.4", + "version": "3.6.5", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-test-utilities.git", - "reference": "7896fc36818196fe41e2730480938362becdcfb4" + "reference": "4352750fe5bd9135fecf85d7d515b5c148f84b8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/7896fc36818196fe41e2730480938362becdcfb4", - "reference": "7896fc36818196fe41e2730480938362becdcfb4", + "url": "https://api.github.com/repos/WyriHaximus/php-test-utilities/zipball/4352750fe5bd9135fecf85d7d515b5c148f84b8f", + "reference": "4352750fe5bd9135fecf85d7d515b5c148f84b8f", "shasum": "" }, "require": { @@ -8508,7 +8509,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2.0", "phpspec/prophecy": "^1.12.2", "phpspec/prophecy-phpunit": "^2.0.1", - "phpstan/phpstan": "^0.12.81", + "phpstan/phpstan": "^0.12.82", "phpunit/phpunit": "^9.5.3", "psalm/plugin-phpunit": "^0.15.1", "roave/backward-compatibility-check": "^5.0.0", @@ -8564,7 +8565,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.6.4" + "source": "https://github.com/WyriHaximus/php-test-utilities/tree/3.6.5" }, "funding": [ { @@ -8572,7 +8573,7 @@ "type": "github" } ], - "time": "2021-03-18T08:26:08+00:00" + "time": "2021-03-22T22:53:14+00:00" } ], "aliases": [],