From fd7c9305b9031e0581d72e7dfb134f45ceeaed55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 00:53:18 +0000 Subject: [PATCH] Lock file maintenance --- composer.lock | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/composer.lock b/composer.lock index 4045d67..1b0dc7a 100644 --- a/composer.lock +++ b/composer.lock @@ -1208,16 +1208,16 @@ }, { "name": "psr/http-message", - "version": "1.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", - "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { @@ -1226,7 +1226,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -1241,7 +1241,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -1255,9 +1255,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/1.1" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2023-04-04T09:50:52+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/http-server-handler", @@ -2444,28 +2444,28 @@ }, { "name": "helmich/phpunit-psr7-assert", - "version": "v4.4.0", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/martin-helmich/phpunit-psr7-assert.git", - "reference": "a6fbcc38394dd06995c7834a80fd377c7158b03c" + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/a6fbcc38394dd06995c7834a80fd377c7158b03c", - "reference": "a6fbcc38394dd06995c7834a80fd377c7158b03c", + "url": "https://api.github.com/repos/martin-helmich/phpunit-psr7-assert/zipball/f35fa69e07cc16977b52805d3abd873cc16747fd", + "reference": "f35fa69e07cc16977b52805d3abd873cc16747fd", "shasum": "" }, "require": { "helmich/phpunit-json-assert": "^3.4", "php": "^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.1 || ^2.0" }, "conflict": { "phpunit/phpunit": "<8.0 || >= 11.0" }, "require-dev": { - "guzzlehttp/psr7": "^1.2", + "guzzlehttp/psr7": "^2.4", "mockery/mockery": "^1.4.1", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" }, @@ -2488,7 +2488,7 @@ "description": "PHPUnit assertions for testing PSR7-compliant applications", "support": { "issues": "https://github.com/martin-helmich/phpunit-psr7-assert/issues", - "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.4.0" + "source": "https://github.com/martin-helmich/phpunit-psr7-assert/tree/v4.4.1" }, "funding": [ { @@ -2500,7 +2500,7 @@ "type": "github" } ], - "time": "2023-03-04T09:19:06+00:00" + "time": "2023-07-26T19:04:29+00:00" }, { "name": "justinrainbow/json-schema", @@ -3869,16 +3869,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "10.1.2", + "version": "10.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e" + "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/db1497ec8dd382e82c962f7abbe0320e4882ee4e", - "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be1fe461fdc917de2a29a452ccf2657d325b443d", + "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d", "shasum": "" }, "require": { @@ -3935,7 +3935,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.2" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.3" }, "funding": [ { @@ -3943,7 +3943,7 @@ "type": "github" } ], - "time": "2023-05-22T09:04:27+00:00" + "time": "2023-07-26T13:45:28+00:00" }, { "name": "phpunit/php-file-iterator",