Skip to content

Commit

Permalink
backporting the compression and the correction of the path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Jan 7, 2016
1 parent 5cf0e40 commit 6b70c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion box.json
Expand Up @@ -9,14 +9,15 @@
"finder": [
{
"exclude": ["Tests", "Test", "tests", "test", "box.phar"],
"in": ["lib", "vendor/composer/", "vendor/doctrine/", "vendor/symfony/"]
"in": ["lib", "vendor/composer", "vendor/doctrine", "vendor/symfony"]
}
],
"files": [
"LICENSE",
"vendor/autoload.php"
],
"chmod": "0755",
"compression":"GZ",
"git-version": "git-version",
"stub": true
}

0 comments on commit 6b70c2c

Please sign in to comment.