From 87fcf178d80000599bd1872eb1d931c4131b1c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:55:58 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.13 to ^9.6.14 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.14/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.14) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 215b9d3..a4770b5 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.6.13", + "phpunit/phpunit": "^9.6.14", "squizlabs/php_codesniffer": "^3.7" }, "config": {