Browse Source

Add a box.json file to build PHAR

1.0
Denis Denisov 10 years ago
parent
commit
a4548cb04c
  1. 1
      .gitignore
  2. 16
      box.json

1
.gitignore vendored

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

16
box.json

@ -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
}
Loading…
Cancel
Save