build: Use the new compactors

Those compactors are stricly identical to the old ones, only the FQCN
changed (and they are removed in Box 4.x).
This commit is contained in:
Théo FIDRY
2023-03-14 23:52:21 +01:00
parent dc441bb16c
commit 7f4a4a9cee

View File

@@ -1,8 +1,8 @@
{
"alias": "doctrine-migrations.phar",
"compactors": [
"Herrera\\Box\\Compactor\\Php",
"Herrera\\Box\\Compactor\\Json"
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
],
"compression": "GZ",
"main": "bin/doctrine-migrations.php",