From 3c752792258c88ae060a62c05b2a830a910d6632 Mon Sep 17 00:00:00 2001 From: Ray Walters Date: Wed, 11 Oct 2023 16:23:13 -0400 Subject: [PATCH] DEV-42 - Pin phpmd to 2.13 to deal with failing code reviews. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aeaa392c..a2e1ebb5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "pear/http_request2": "^2.3", "pear/versioncontrol_git": "@dev", "phing/phing": "^2.14", - "phpmd/phpmd": "^2.4", + "phpmd/phpmd": "2.13", "phpspec/prophecy-phpunit": "^2" }, "autoload": {