From 8753f7bb49196d7958821071656d7e883f61d4ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Sep 2022 07:57:32 +0200 Subject: update to 2.4.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 85fbff5..780f051 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-deprecation-rules": "^1", "phpstan/phpstan-strict-rules": "^1", - "phpstan/phpstan-symfony": "^1.1" + "phpstan/phpstan-symfony": "^1.2.10" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", -- cgit