From df4915bd64127170cfd3708de30a534917eb0b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:56:47 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.3.8 to 1.3.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.3.8...1.3.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 841e520c..f783e95d 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.10.63", "phpstan/phpstan-doctrine": "1.3.62", "phpstan/phpstan-phpunit": "1.3.16", - "phpstan/phpstan-symfony": "1.3.8", + "phpstan/phpstan-symfony": "1.3.9", "rector/rector": "1.0.3", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",