From d4696c2dcf9ec4a53c43a2db53fb025cb7842539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:54:16 +0000 Subject: [PATCH] [PHP]: Update phpstan/phpstan-symfony requirement from 1.4.6 to 1.4.7 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.4.6...1.4.7) --- 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 9ca7520c..d5b903eb 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan": "^1.5.6", "phpstan/phpstan-doctrine": "1.5.0", "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-symfony": "1.4.6", + "phpstan/phpstan-symfony": "1.4.7", "rector/rector": "1.2.2", "roave/security-advisories": "dev-master", "serendipity_hq/component-text-matrix": "^3.0",