From 2d6dccd0077699f72069b9107b77af519a5e3744 Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Fri, 12 Jul 2019 10:42:15 +0200
Subject: [PATCH] Use irstea/phpmd-shim instead of phpmd/phpmd.

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 0418132..e398219 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
     }
   ],
   "require": {
-    "phpmd/phpmd": "^2.6"
+    "irstea/phpmd-shim": "^2.6"
   },
   "config": {
     "sort-packages": true
-- 
GitLab