Skip to content

Commit 6fcb3ce

Browse files
authored
Fix the Box recommendations (#293)
1 parent 027eefc commit 6fcb3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

box.json.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"compression": "GZ",
2020

2121
"compactors": [
22-
"Herrera\\Box\\Compactor\\Json",
23-
"Herrera\\Box\\Compactor\\Php",
22+
"KevinGH\\Box\\Compactor\\Json",
23+
"KevinGH\\Box\\Compactor\\Php",
2424
"KevinGH\\Box\\Compactor\\PhpScoper"
2525
]
2626
}

0 commit comments

Comments
 (0)