php-semver-checker
php-semver-checker copied to clipboard
BOX v4.x support to build PHAR version
Hello,
- Explains given on https://github.com/tomzx/php-semver-checker#building-php-semver-checkerphar is outdated now with BOX v4.x
The BOX build command was replaced by the compile command.
- The
box.jsonis now invalid with BOX v4 support. The compactors namespaces are different !
Here is the patch to fix it !
diff --git a/box.json b/box.json
index fb5f4ad..16ae65f 100644
--- a/box.json
+++ b/box.json
@@ -1,6 +1,6 @@
{
"alias": "php-semver-checker.phar",
- "compactors": ["Herrera\\Box\\Compactor\\Php"],
+ "compactors": ["KevinGH\\Box\\Compactor\\Php"],
"compression": "GZ",
"directories": ["src"],
"files": ["LICENSE"],
No activity since a very long time. Hope you're fine !