From 2258d05780647e2da8a9ac0078af74397c2d29b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:11:48 +0000 Subject: [PATCH] chore(deps-dev): update phpunit/phpunit requirement Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.4/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.3...11.0.4) --- 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 e13c1dc..110a9b0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "charonlab/coding-standard": "1.2.x-dev", - "phpunit/phpunit": "11.0.3", + "phpunit/phpunit": "11.0.4", "vimeo/psalm": "6.x-dev" }, "minimum-stability": "dev",