From 290442af83a56e41b87b1f5ff818fa235a363a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 04:55:22 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.3.7 to 1.3.8 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.7...1.3.8) --- 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 788aa804..16fcc4f8 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan": "^1.5.6", "phpstan/phpstan-doctrine": "1.3.62", "phpstan/phpstan-phpunit": "1.3.16", - "phpstan/phpstan-symfony": "1.3.7", + "phpstan/phpstan-symfony": "1.3.8", "rector/rector": "1.0.2", "roave/security-advisories": "dev-master", "serendipity_hq/component-text-matrix": "^3.0",