Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 1fa3d9a

Browse files
authored
Merge pull request #36 from jakzal/patch-1
Fix building a phar
2 parents b5bc558 + 000f463 commit 1fa3d9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

box.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
],
2424
"in": [
2525
"vendor/symfony",
26-
"vendor/composer",
27-
"vendor/paragonie"
26+
"vendor/composer"
2827
],
2928
"name": "*.php"
3029
}
@@ -33,4 +32,4 @@
3332
"main": "bin/php-formatter",
3433
"output": "build/php-formatter.phar",
3534
"stub": true
36-
}
35+
}

0 commit comments

Comments
 (0)