Skip to content

Commit

Permalink
upgrade BOX final config file (with pretty print, and disable dump-au…
Browse files Browse the repository at this point in the history
…toload setting : see issue box-project/box#580)
  • Loading branch information
llaville committed Sep 4, 2024
1 parent 486791b commit 6d23668
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"dist",
"vendor-bin"
],
"directories": ["bin", "src", "vendor"],
"directories": [
"bin",
"src",
"vendor"
],
"directories-bin": [
"vendor/humbug/box/res/requirement-checker",
"resources"
Expand All @@ -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"
}
]
}

0 comments on commit 6d23668

Please sign in to comment.