From c416808d4b7ff886e05b8b41a98fb7a044e9ee8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:00:00 +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.13/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.13) --- 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..3dc6546 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.13", "squizlabs/php_codesniffer": "^3.7.2" }, "autoload": {