diff --git a/README.md b/README.md index a765f635..a9266a9e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | analyze | [Visualizes metrics and source code](https://github.com/Qafoo/QualityAnalyzer) | ✅ | ❌ | ❌ | ❌ | | behat | [Helps to test business expectations](http://behat.org/) | ✅ | ✅ | ✅ | ✅ | | box | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ❌ | ❌ | ✅ | ✅ | -| box-3 | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ✅ | ✅ | ✅ | ✅ | +| box-3 | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ✅ | ✅ | ✅ | ❌ | | churn | [Discovers good candidates for refactoring](https://github.com/bmitch/churn-php) | ✅ | ✅ | ✅ | ✅ | | codeception | [Codeception is a BDD-styled PHP testing framework](https://codeception.com/) | ✅ | ✅ | ✅ | ✅ | | composer | [Dependency Manager for PHP](https://getcomposer.org/) | ✅ | ✅ | ✅ | ✅ | diff --git a/resources/pre-installation.json b/resources/pre-installation.json index e7550f58..200b3e8e 100644 --- a/resources/pre-installation.json +++ b/resources/pre-installation.json @@ -73,7 +73,7 @@ } }, "test": "box-3 list", - "tags": ["pre-installation"] + "tags": ["exclude-php:8.2", "pre-installation"] } ] }