From c87c5f1788dbc55fc476b38e8286a4588af6373b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:13:57 +0000 Subject: [PATCH] chore(deps-dev): update phpstan/phpstan-symfony requirement Updates the requirements on [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/2.0.6...2.0.8) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony dependency-version: 2.0.8 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 28c0881..973580d 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpspec/prophecy": "1.22.0", "phpstan/extension-installer": "1.4.3", "phpstan/phpstan": "2.1.27", - "phpstan/phpstan-symfony": "2.0.6", + "phpstan/phpstan-symfony": "2.0.8", "rector/rector": "2.1.7", "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.0", "symfony/var-dumper": "^5.4 || ^6.4 || ^7.0",