We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8994ef commit f149f44Copy full SHA for f149f44
box.json
@@ -1,8 +1,8 @@
1
{
2
"main": "bin/litedocs",
3
"output": "litedocs.phar",
4
- "directories": ["src", "themes", "config"],
5
- "files": ["composer.json"],
+ "directories": ["src", "themes", "config", "vendor"],
+ "files": ["composer.json", "composer.lock"],
6
"compression": "GZ",
7
"chmod": "0755"
8
}
0 commit comments