From eeba2691c3a98d17d8f103f85dcb129114ad897d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:03:02 +0000 Subject: [PATCH] chore(deps-dev): update phpunit/phpunit requirement from ^9.5 to ^10.5 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.1/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.0...10.5.1) --- 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 ca9cda7..4820287 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ekino/phpstan-banned-code": "^1.0", "friendsofphp/php-cs-fixer": "^3.0", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.5", "sonata-project/admin-bundle": "^4.0", "sonata-project/twig-extensions": "^2.0" },