From 6d23668dbb5057fd49aebafad912da161af1c730 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Wed, 4 Sep 2024 06:05:58 +0000 Subject: [PATCH] upgrade BOX final config file (with pretty print, and disable dump-autoload setting : see issue https://github.com/box-project/box/issues/580) --- box.json.dist | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/box.json.dist b/box.json.dist index b4713e3..aeabfe0 100644 --- a/box.json.dist +++ b/box.json.dist @@ -10,7 +10,11 @@ "dist", "vendor-bin" ], - "directories": ["bin", "src", "vendor"], + "directories": [ + "bin", + "src", + "vendor" + ], "directories-bin": [ "vendor/humbug/box/res/requirement-checker", "resources" @@ -27,9 +31,16 @@ ".box.manifests.bin" ], "stub": "stub.php", + "dump-autoload": false, "map": [ - { "console-table.txt": ".box.manifests/console-table.txt" }, - { "plain.txt": ".box.manifests/plain.txt" }, - { "sbom.json": ".box.manifests/sbom.json" } + { + "console-table.txt": ".box.manifests/console-table.txt" + }, + { + "plain.txt": ".box.manifests/plain.txt" + }, + { + "sbom.json": ".box.manifests/sbom.json" + } ] }