From 115819f5f9d7efb03f0da64f893453ceef61d81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 05:53:22 +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/10.5.2/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...10.5.2) --- 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 5f128fb..1fd59e4 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "matthiasnoback/symfony-config-test": "^4.3", "matthiasnoback/symfony-dependency-injection-test": "^4.3", "phpspec/phpspec": "^7.3", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18", "psalm/plugin-symfony": "^5.0", "setono/code-quality-pack": "^2.4",