Files
archived-migrations/box.json.dist
Théo FIDRY 7f4a4a9cee 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).
2023-03-14 23:55:02 +01:00

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"
}