From b8207d699dffbbd704c214a9f1bdca77ec9edc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:41:34 +0000 Subject: [PATCH] build(deps-dev): bump phpunit/phpunit from 10.2.2 to 10.2.3 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.2.2 to 10.2.3. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.3/ChangeLog-10.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.2...10.2.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6f7f8e1..51ca459 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "phpmd/phpmd": "^2.13", "phpolar/http-message-test-utils": "^0.1.0 || ^0.2.0", "phpstan/phpstan": "^1.9", - "phpunit/phpunit": "10.2.2", + "phpunit/phpunit": "10.2.3", "squizlabs/php_codesniffer": "^3.7" }, "autoload": { diff --git a/composer.lock b/composer.lock index 8e7c503..e320a5c 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": "01763a87e5e97f1573db9666fc54930a", + "content-hash": "f3971d721e7632ef6e2b7eb0529ea490", "packages": [ { "name": "phpolar/response-filter", @@ -2004,16 +2004,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.2", + "version": "10.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1ab521b24b88b88310c40c26c0cc4a94ba40ff95" + "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1ab521b24b88b88310c40c26c0cc4a94ba40ff95", - "reference": "1ab521b24b88b88310c40c26c0cc4a94ba40ff95", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35c8cac1734ede2ae354a6644f7088356ff5b08e", + "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e", "shasum": "" }, "require": { @@ -2085,7 +2085,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.3" }, "funding": [ { @@ -2101,7 +2101,7 @@ "type": "tidelift" } ], - "time": "2023-06-11T06:15:20+00:00" + "time": "2023-06-30T06:17:38+00:00" }, { "name": "psr/container",