From e8a0b3206f1ee7a23cddbfc06bc4e8a43b75cd4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:36:22 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.3.4 to 1.3.5 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.4...1.3.5) --- 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 599940a7..9ec34d51 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.10.40", "phpstan/phpstan-doctrine": "1.3.43", "phpstan/phpstan-phpunit": "1.3.15", - "phpstan/phpstan-symfony": "1.3.4", + "phpstan/phpstan-symfony": "1.3.5", "rector/rector": "0.18.6", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",