From c2b1896849134c1bbc3c13b4699bde77a0f044ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 21 May 2021 19:49:31 -0300 Subject: [PATCH] Add PHPStan extension for webmozart/assert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e9e2733247..cae13c5eb0 100644 --- a/composer.json +++ b/composer.json @@ -86,6 +86,7 @@ "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.79", "phpstan/phpstan-phpunit": "^0.12.17", + "phpstan/phpstan-webmozart-assert": "^0.12.12", "phpunit/phpunit": "^8.5 || ^9.5", "pragmarx/google2fa-qrcode": "^1.0.1", "roave/security-advisories": "dev-latest",