From 5f8d61960bf2f6c5cc4b6236700bb2261fdb0f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 06:03:35 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.7 to ^9.6.8 (#837) 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.8/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.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 e07d929..e2f5c68 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpstan/phpstan": "^1.10.15", "phpstan/phpstan-phpunit": "^1.3.11", "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.6.7", + "phpunit/phpunit": "^9.6.8", "saschaegerer/phpstan-typo3": "^1.8.5", "seld/jsonlint": "^1.9.0", "squizlabs/php_codesniffer": "^3.7.2",