From 9190f79e6036ffc6bb0a9781d30812778b998840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:10:59 +0000 Subject: [PATCH] Update phpunit/phpunit requirement in the dev-dependencies group Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Updates `phpunit/phpunit` to 11.4.4 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.4/ChangeLog-11.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...11.4.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87c11f6c..2a32853c 100644 --- a/composer.json +++ b/composer.json @@ -108,7 +108,7 @@ "phpstan/phpstan": "^1.5", "thecodingmachine/phpstan-strict-rules": "^1.0", "squizlabs/php_codesniffer": "^3.2", - "phpunit/phpunit": "^10" + "phpunit/phpunit": "^11" }, "scripts": { "test": "phpunit",