Skip to content

Commit

Permalink
Adding compression to the generation of the phar
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Oct 17, 2015
1 parent f4f5bdf commit 70730ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"alias": "doctrine-migrations.phar",
"compactors": [
"Herrera\\Box\\Compactor\\Composer",
"Herrera\\Box\\Compactor\\Json"
],
"main": "bin/doctrine-migrations.php",
"output": "build/doctrine-migrations.phar",
"finder": [
{
"exclude": ["Tests", "Test", "tests", "test"],
"exclude": ["Tests", "Test", "tests", "test", "box.phar"],
"in": ["lib", "vendor/composer/", "vendor/doctrine/", "vendor/symfony/"]
}
],
Expand Down

0 comments on commit 70730ff

Please sign in to comment.