Skip to content

Commit e031d29

Browse files
committed
fix a bug for twig in phar
1 parent 9808635 commit e031d29

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

box.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,27 @@
99
"This source file is subject to the MIT license that is bundled",
1010
"with this source code in the file LICENSE."
1111
],
12+
"directories": [
13+
"src/"
14+
],
15+
"finder": [
16+
{
17+
"notName": "/LICENSE|.*\\.md|.*\\.dist|Makefile|composer\\.json|composer\\.lock|CHANGELOG|.*\\.rst/",
18+
"exclude": [
19+
"doc",
20+
"test",
21+
"test_old",
22+
"tests",
23+
"Tests",
24+
"docs",
25+
"documentation",
26+
"vendor-bin",
27+
"CHANGELOG"
28+
],
29+
"in": "vendor/"
30+
}
31+
],
1232
"dump-autoload": true,
13-
"exclude-dev-files": true,
33+
"exclude-dev-files": false,
1434
"compression": "GZ"
1535
}

0 commit comments

Comments
 (0)