diff --git a/README.md b/README.md index e4fff53d..b60d190a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ 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 | [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 c03056f7..02459c99 100644 --- a/resources/pre-installation.json +++ b/resources/pre-installation.json @@ -54,10 +54,25 @@ "command": { "phive-install": { "alias": "humbug/box", - "bin": "%target-dir%/box" + "bin": "%target-dir%/box", + "sig": "2DF45277AEF09A2F" } }, "test": "box list", + "tags": ["pre-installation", "exclude-php:7.4", "exclude-php:8.0"] + }, + { + "name": "box-3", + "summary": "Fast, zero config application bundler with PHARs", + "website": "https://github.com/humbug/box", + "command": { + "phive-install": { + "alias": "humbug/box:^3.16", + "bin": "%target-dir%/box-3", + "sig": "2DF45277AEF09A2F" + } + }, + "test": "box-3 list", "tags": ["pre-installation"] } ]