From 078e63d76be594f16f243ae2b61683f809b78b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:52:56 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.12 to ^9.6.13 (#934) 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.13/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13) --- 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 46aaeca..533d7bc 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpstan/phpstan": "^1.10.34", "phpstan/phpstan-phpunit": "^1.3.14", "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.6.12", + "phpunit/phpunit": "^9.6.13", "saschaegerer/phpstan-typo3": "^1.9.0", "seld/jsonlint": "^1.10.0", "squizlabs/php_codesniffer": "^3.7.2",