From 9202439b561d4c0b13b14ef41a5aa319685239bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:57:23 +0000 Subject: [PATCH] composer(deps-dev): update phpunit/phpunit requirement 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.12/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.12) --- 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 7a70b4c..a7debe4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/process": "^5.4.22 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.10", + "phpunit/phpunit": "^9.6.12", "squizlabs/php_codesniffer": "^3.7.2" }, "autoload": {