From fcb9721b01cf364d6f6d9fe7cbc836782181f649 Mon Sep 17 00:00:00 2001 From: mondrake Date: Wed, 24 Jan 2024 22:16:45 +0100 Subject: [PATCH] d --- composer.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 14cf692e7..3412f489e 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,9 @@ "symfony/var-dumper": "^6 | ^7", "symfony/yaml": "^6 | ^7", "bramus/monolog-colored-line-formatter": "^3", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.10", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan-deprecation-rules": "^1.1" }, "autoload": { "psr-4": { @@ -41,5 +43,10 @@ "FileEye\\MediaProbe\\Test\\": "tests/" } }, - "bin": ["bin/fileeye-mediaprobe"] + "bin": ["bin/fileeye-mediaprobe"], + "config": { + "allow-plugins": { + "phpstan/extension-installer": true + } + } }