From 46f29d9eefd05c09cb3ac8545c5de89771a19f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:31:57 +0200 Subject: [PATCH] Update phpunit/phpunit requirement from ^11.2.7 to ^11.2.8 (#133) 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/11.2.8/ChangeLog-11.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.2.7...11.2.8) --- 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 11a0123..594ff8c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0", - "phpunit/phpunit": "^11.2.7", + "phpunit/phpunit": "^11.2.8", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "dev-master" },