From 00290ff91d515d07154dc90a969926eeeee01b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:43:10 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.3.11 to 1.3.12 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.11...1.3.12) --- 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 68e792cc..e0c13da5 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan": "1.10.66", "phpstan/phpstan-doctrine": "1.3.65", "phpstan/phpstan-phpunit": "1.3.16", - "phpstan/phpstan-symfony": "1.3.11", + "phpstan/phpstan-symfony": "1.3.12", "rector/rector": "1.0.4", "roave/security-advisories": "dev-master", "serendipity_hq/rector-config": "^1.0",