From d4179eb8a9ccba9fd1c3f6db336f484e68f6a21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:58:41 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5.37 to ^8.5.38 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.38/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.37...8.5.38) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4d007ce..2e8f7be8 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.66", "phpstan/phpstan-phpunit": "^1.3.16", - "phpunit/phpunit": "^8.5.37" + "phpunit/phpunit": "^8.5.38" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"