1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

Merge pull request #136 from denji/develop

Add a box.json file to build PHAR
This commit is contained in:
Andrés Montañez 2014-10-11 12:32:33 -02:00
commit 8449f30b0a
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
}