mirror of
https://github.com/doctrine/migrations.git
synced 2026-03-23 22:42:14 +01:00
Those compactors are stricly identical to the old ones, only the FQCN changed (and they are removed in Box 4.x).
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
{
|
|
"alias": "doctrine-migrations.phar",
|
|
"compactors": [
|
|
"KevinGH\\Box\\Compactor\\Php",
|
|
"KevinGH\\Box\\Compactor\\Json"
|
|
],
|
|
"compression": "GZ",
|
|
"main": "bin/doctrine-migrations.php",
|
|
"output": "build/doctrine-migrations.phar",
|
|
"files-bin": [
|
|
"LICENSE"
|
|
],
|
|
"git-version": "git-version"
|
|
}
|