From 6dd4f2156763f662dfd6642af40894560110387f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:08:31 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit requirement from ^9.6.16 to ^9.6.17 (#1178) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17) --- 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 ff1e03d..b557ccc 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "phpstan/phpstan": "^1.10.59", "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/phpstan-strict-rules": "^1.5.2", - "phpunit/phpunit": "^9.6.16", + "phpunit/phpunit": "^9.6.17", "saschaegerer/phpstan-typo3": "^1.10.0", "seld/jsonlint": "^1.10.2", "spaze/phpstan-disallowed-calls": "^3.1",