From ae471bb75e59aede515cdd2c12ddb8ebaad08b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:18:27 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.4.5 to 1.4.6 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.5...1.4.6) --- 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 e21b8195..e4c1eaa4 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.11.7", "phpstan/phpstan-doctrine": "1.4.8", "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-symfony": "1.4.5", + "phpstan/phpstan-symfony": "1.4.6", "rector/rector": "1.2.1", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",