From 5f607705038ace378202fce6c9c607af68c99eb1 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 20 Dec 2021 11:01:41 +0000 Subject: [PATCH] Enable phpat on PHP 8.0 --- README.md | 2 +- resources/architecture.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db88bfd5..d8d46a0d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | php-fuzzer | [A fuzzer for PHP, which can be used to find bugs in libraries by feeding them 'random' inputs](https://github.com/nikic/PHP-Fuzzer) | ✅ | ✅ | | php-semver-checker | [Suggests a next version according to semantic versioning](https://github.com/tomzx/php-semver-checker) | ✅ | ✅ | | phpa | [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions) | ✅ | ✅ | -| phpat | [Easy to use architecture testing tool](https://github.com/carlosas/phpat) | ✅ | ❌ | +| phpat | [Easy to use architecture testing tool](https://github.com/carlosas/phpat) | ✅ | ✅ | | phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | ✅ | ✅ | | phpca | [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer) | ✅ | ✅ | | phpcb | [PHP Code Browser](https://github.com/mayflower/PHP_CodeBrowser) | ✅ | ✅ | diff --git a/resources/architecture.json b/resources/architecture.json index 13ba81d0..cc970a45 100644 --- a/resources/architecture.json +++ b/resources/architecture.json @@ -67,7 +67,7 @@ } }, "test": "which phpat", - "tags": ["exclude-php:8.0", "architecture"] + "tags": ["architecture"] }, { "name": "phpda",