From 70c5811f3aeb5ea34158033122fee41254a250ce Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 28 Jul 2021 10:24:30 +0200 Subject: [PATCH 1/2] Enable phpmnd for PHP8 --- resources/tools.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 4f4dfaeb..a81a33cf 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -107,8 +107,7 @@ "links": {"%target-dir%/phpmnd": "phpmnd"} } }, - "test": "phpmnd -V", - "tags": ["exclude-php:8.0"] + "test": "phpmnd -V" } ] } From c2376370146f5e79790e49d9ca4a520e45d4d6a3 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 28 Jul 2021 10:26:27 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2870b7cc..a3cac20b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | phploc | [A tool for quickly measuring the size of a PHP project](https://github.com/sebastianbergmann/phploc) | ✅ | ✅ | ✅ | | phpmd | [A tool for finding problems in PHP code](https://phpmd.org/) | ✅ | ✅ | ✅ | | phpmetrics | [Static Analysis Tool](http://www.phpmetrics.org/) | ✅ | ✅ | ✅ | -| phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ❌ | +| phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ | | phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ✅ | | phpstan | [Static Analysis Tool](https://github.com/phpstan/phpstan) | ✅ | ✅ | ✅ | | phpstan-beberlei-assert | [PHPStan extension for beberlei/assert](https://github.com/phpstan/phpstan-beberlei-assert) | ✅ | ✅ | ✅ |