From 2107ac91938634aef4b4e11100619eda735bc101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:44:56 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.17 to ^9.6.19 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.19) --- 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 b74219b9..0c925aca 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpspec/prophecy-phpunit": "^2.2", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.6.17", + "phpunit/phpunit": "^9.6.19", "squizlabs/php_codesniffer": "^3.9" }, "config": {