From e362b6ae62be423c01ce867e256fac0ae14c0790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:42:30 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.4.8 to 1.4.9 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/1.4.8...1.4.9) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony 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 c245f231..7ea6cb5b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.12.1", "phpstan/phpstan-doctrine": "1.5.3", "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-symfony": "1.4.8", + "phpstan/phpstan-symfony": "1.4.9", "rector/rector": "1.2.4", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",