Skip to content

Commit

Permalink
Must include json files in the phar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Dec 15, 2015
1 parent 229fe0b commit 37e4ae9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion box.json
Expand Up @@ -9,7 +9,12 @@
],
"finder": [
{
"name": "*.php;*.json",
"name": "*.php",
"exclude": ["Tests"],
"in": "vendor"
},
{
"name": "*.json",
"exclude": ["Tests"],
"in": "vendor"
}
Expand Down

0 comments on commit 37e4ae9

Please sign in to comment.