Add a box.json file to build PHAR

This commit is contained in:
Denis Denisov 2014-10-01 07:49:46 +03:00
parent a5ff1facca
commit a4548cb04c
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
.buildpath
.idea
vendor
mage.phar
# OS generated files # // GitHub Recommendation
######################

16
box.json Normal file
View file

@ -0,0 +1,16 @@
{
"files": ["LICENSE"],
"finder": [
{
"name": "*.php",
"exclude": [
"docs"
],
"in": "Mage"
}
],
"git-version": "git_tag",
"main": "bin/mage",
"output": "mage.phar",
"stub": true
}