Skip to content

Commit

Permalink
Reduce size of PHAR version
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Feb 8, 2024
1 parent 4ff416f commit 7449344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alias": "phpcompatinfo.phar",
"directories": ["bin", "config", "src", "vendor"],
"force-autodiscovery": true,
"directories": ["config"],
"compression": "GZ"
}
3 changes: 2 additions & 1 deletion box.json.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"alias": "phpcompatinfo.phar",
"directories": ["bin", "config", "src", "vendor"],
"force-autodiscovery": true,
"directories": ["config"],
"compression": "GZ",
"stub": "stub.php",
"files-bin": ["sbom.json", "console.txt"],
Expand Down

0 comments on commit 7449344

Please sign in to comment.