From d4f5e020b7fb0ed967cd288cf989b2ecbdd6c68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:12:56 +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/10.0.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 3fd69823..ef258bc1 100644 --- a/composer.json +++ b/composer.json @@ -108,7 +108,7 @@ "phpstan/phpstan": "^1", "thecodingmachine/phpstan-strict-rules": "^1.0", "squizlabs/php_codesniffer": "^3.2", - "phpunit/phpunit": "^10", + "phpunit/phpunit": "^11", "php-parallel-lint/php-parallel-lint": "^1.4" }, "scripts": {