From e88453217b36fe2faf57da3742a66681bcb6a87d Mon Sep 17 00:00:00 2001 From: bocharsky-bw Date: Mon, 18 Dec 2023 21:29:38 +0100 Subject: [PATCH] Revert "Bump min version of phpstan/phpstan to 1.0" This reverts commit 26dedbdf4f6e836b4964af5c2b19f599c996df83. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eff2df0..27d7390 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "symfony/phpunit-bridge": "^5.3.1|^6.0|^7.0", "symfony/security-guard": "^4.4|^5.0|^6.0|^7.0", "symfony/yaml": "^4.4|^5.0|^6.0|^7.0", - "phpstan/phpstan": "^1.0" + "phpstan/phpstan": "^0.12" }, "autoload": { "psr-4": { "KnpU\\OAuth2ClientBundle\\": "src/" }