Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
added phar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 25, 2014
1 parent 84d7dad commit 0d3e440
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions box.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"output": "sami.phar",
"chmod": "0755",
"compactors": [
"Herrera\\Box\\Compactor\\Php"
],
"extract": false,
"main": "sami.php",
"files": [
"LICENSE"
],
"finder": [
{
"name": ["*.php", "*.pem*"],
"exclude": ["Tests", "tests"],
"in": "vendor"
},
{
"exclude": ["Tests"],
"in": "Sami"
}
],
"stub": true,
"web": false
}

0 comments on commit 0d3e440

Please sign in to comment.