Skip to content

Commit 562e2d1

Browse files
committed
Replace Box compactors with recommended ones
When running the build process in verbose mode you get the following recommendations. - The compactor "Herrera\Box\Compactor\Php" has been deprecated, use "KevinGH\Box\Compactor\Php" instead. - The compactor "Herrera\Box\Compactor\Json" has been deprecated, use "KevinGH\Box\Compactor\Json" instead.
1 parent b55b009 commit 562e2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

box.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"exclude-composer-files": false,
1313
"compression": "GZ",
1414
"compactors": [
15-
"Herrera\\Box\\Compactor\\Php",
16-
"Herrera\\Box\\Compactor\\Json"
15+
"KevinGH\\Box\\Compactor\\Php",
16+
"KevinGH\\Box\\Compactor\\Json"
1717
]
1818
}

0 commit comments

Comments
 (0)