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 d1753d4 commit 1489117Copy full SHA for 1489117
box.json
@@ -5,19 +5,27 @@
5
"Herrera\\Box\\Compactor\\Json",
6
"Herrera\\Box\\Compactor\\Php"
7
],
8
- "directories": ["src/", "vendor", "templates"],
+ "directories": ["src", "templates"],
9
"extract": true,
10
"files": [
11
- "LICENSE"
+ "LICENSE",
12
+ "vendor/autoload.php"
13
14
"finder": [
15
{
16
"name": "*.php",
- "exclude": [
17
- "phpunit",
18
- "phpunit-test-case",
19
- "Tester",
+ "path": [
+ "composer",
+ "monolog/monolog",
20
+ "phpunit/php-file-iterator",
21
+ "symfony/console",
22
+ "symfony/polyfill-mbstring",
23
+ "myclabs/deep-copy",
24
+ "psr/log"
25
+ ],
26
+ "notPath": [
27
"Tests",
28
+ "test",
29
"tests"
30
31
"in": "vendor"
0 commit comments