magallanes/box.json

17 lines
288 B
JSON
Raw Normal View History

2014-10-01 06:49:46 +02:00
{
"files": ["LICENSE"],
"finder": [
{
"name": "*.php",
"exclude": [
"docs"
],
"in": "Mage"
}
],
"git-version": "git_tag",
"main": "bin/mage",
"output": "mage.phar",
"stub": true
}