From 174d2fb85797f0888b093fd5a85c55cc416f66ed Mon Sep 17 00:00:00 2001 From: Wiktor Sadowski <88653733+Sadowskyyyyy@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:52:16 +0100 Subject: [PATCH] [PLAT-71]Install phpmnd library (#23) Installed phpmnd libary which detects magic numbers. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4756d7d..33b39e5 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,8 @@ "phpstan/phpstan-phpunit": "0.12.22", "phpstan/phpstan-symfony": "0.12.44", "symplify/easy-coding-standard": "9.4.22", - "symfony/polyfill-php80": "^1.23" + "symfony/polyfill-php80": "^1.23", + "povils/phpmnd": "^2.4" }, "require-dev": { "roave/security-advisories": "dev-latest",