Skip to content

Commit f149f44

Browse files
committed
Fix: Include vendor directory in PHAR archive configuration
1 parent e8994ef commit f149f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"main": "bin/litedocs",
33
"output": "litedocs.phar",
4-
"directories": ["src", "themes", "config"],
5-
"files": ["composer.json"],
4+
"directories": ["src", "themes", "config", "vendor"],
5+
"files": ["composer.json", "composer.lock"],
66
"compression": "GZ",
77
"chmod": "0755"
88
}

0 commit comments

Comments
 (0)