From 6a9e1332567a92ef1ef5dd255b5d80976289fe35 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 9 Nov 2021 13:39:24 +0100 Subject: [PATCH] Add `phpstan/extension-installer`. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 0a9dbf589..7b356f698 100644 --- a/composer.json +++ b/composer.json @@ -54,6 +54,7 @@ "doctrine/doctrine-fixtures-bundle": "^3.3", "fakerphp/faker": "^1.13", "nelmio/alice": "^3.8", + "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^7.0",