Skip to content

Commit

Permalink
Disable box on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Dec 10, 2023
1 parent 600b632 commit 875de0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| Name | Description | PHP 8.1 | PHP 8.2 | PHP 8.3 |
| :--- | :---------- | :------ | :------ | :------ |
| 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/) | ✅ | ✅ | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion resources/pre-installation.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
},
"test": "box list",
"tags": ["pre-installation"]
"tags": ["exclude-php:8.1", "pre-installation"]
},
{
"name": "box-3",
Expand Down

0 comments on commit 875de0f

Please sign in to comment.