From 5f401854ebf0ae1efeac1c07197f617a1793ea38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 04:24:19 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.0.4 to ^9.6.11 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.11/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.0.4...9.6.11) --- 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..5b66c30 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.11", "phpstan/phpstan": "^1", "php-coveralls/php-coveralls": "^2.1" },