From 9e0aab7fd9c1f6405b06c8812b3e3bd931b52364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:41:17 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.3.5 to 1.3.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.3.5...1.3.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 3ac7448c..e67b0ca0 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.10.50", "phpstan/phpstan-doctrine": "1.3.53", "phpstan/phpstan-phpunit": "1.3.15", - "phpstan/phpstan-symfony": "1.3.5", + "phpstan/phpstan-symfony": "1.3.6", "rector/rector": "0.18.13", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",