We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9808635 commit e031d29Copy full SHA for e031d29
box.json
@@ -9,7 +9,27 @@
9
"This source file is subject to the MIT license that is bundled",
10
"with this source code in the file LICENSE."
11
],
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
32
"dump-autoload": true,
- "exclude-dev-files": true,
33
+ "exclude-dev-files": false,
34
"compression": "GZ"
35
}
0 commit comments