From 3944f04a200a77bcaa8f7e15901c565766da883c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 04:47:18 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.0.4 to ^9.6.10 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.10/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.0.4...9.6.10) --- 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 96c6c3a..2cbd445 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "symfony/security-bundle": "^4.1.9 | ^5", "symfony/yaml": "^4.1.9 | ^5", - "phpunit/phpunit": "^8.0.4", + "phpunit/phpunit": "^9.6.10", "phpstan/phpstan": "^1", "php-coveralls/php-coveralls": "^2.1" },