From e63e5a846d114f4f5cf6f38c0563b991fa82c507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:50:41 +0100 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5.36 to ^8.5.37 (#519) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.37/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.36...8.5.37) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a818840..f008c8fd 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.59", "phpstan/phpstan-phpunit": "^1.3.16", - "phpunit/phpunit": "^8.5.36" + "phpunit/phpunit": "^8.5.37" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS"