Skip to content

Commit 1489117

Browse files
committed
shrink phar size
1 parent d1753d4 commit 1489117

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

box.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,27 @@
55
"Herrera\\Box\\Compactor\\Json",
66
"Herrera\\Box\\Compactor\\Php"
77
],
8-
"directories": ["src/", "vendor", "templates"],
8+
"directories": ["src", "templates"],
99
"extract": true,
1010
"files": [
11-
"LICENSE"
11+
"LICENSE",
12+
"vendor/autoload.php"
1213
],
1314
"finder": [
1415
{
1516
"name": "*.php",
16-
"exclude": [
17-
"phpunit",
18-
"phpunit-test-case",
19-
"Tester",
17+
"path": [
18+
"composer",
19+
"monolog/monolog",
20+
"phpunit/php-file-iterator",
21+
"symfony/console",
22+
"symfony/polyfill-mbstring",
23+
"myclabs/deep-copy",
24+
"psr/log"
25+
],
26+
"notPath": [
2027
"Tests",
28+
"test",
2129
"tests"
2230
],
2331
"in": "vendor"

0 commit comments

Comments
 (0)