mirror of
https://github.com/doctrine/migrations.git
synced 2026-03-23 22:42:14 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user