Skip to content

Commit d7eb664

Browse files
authored
Merge pull request #553 from jakzal/drop-box-3
Drop box v3
2 parents fe0bfff + 9535b0d commit d7eb664

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ It has been extracted as a separate project to make maintenance easier and enabl
1818
| :--- | :---------- | :------ | :------ | :------ | :------ |
1919
| behat | [Helps to test business expectations](http://behat.org/) | ✅ | ✅ | ✅ | ✅ |
2020
| box | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ✅ | ✅ | ✅ | ✅ |
21-
| box-3 | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ❌ | ✅ | ✅ | ✅ |
2221
| churn | [Discovers good candidates for refactoring](https://github.com/bmitch/churn-php) | ✅ | ✅ | ✅ | ✅ |
2322
| codeception | [Codeception is a BDD-styled PHP testing framework](https://codeception.com/) | ✅ | ✅ | ✅ | ✅ |
2423
| composer | [Dependency Manager for PHP](https://getcomposer.org/) | ✅ | ✅ | ✅ | ✅ |

resources/pre-installation.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@
6060
},
6161
"test": "box list",
6262
"tags": ["pre-installation"]
63-
},
64-
{
65-
"name": "box-3",
66-
"summary": "Fast, zero config application bundler with PHARs",
67-
"website": "https://github.com/humbug/box",
68-
"command": {
69-
"phive-install": {
70-
"alias": "humbug/box:^3.16",
71-
"bin": "%target-dir%/box-3",
72-
"sig": "2DF45277AEF09A2F"
73-
}
74-
},
75-
"test": "box-3 list",
76-
"tags": ["exclude-php:8.2", "pre-installation"]
7763
}
7864
]
7965
}

0 commit comments

Comments
 (0)