Skip to content

Commit

Permalink
Fix box configuration to work with humbug/box to generate working phi…
Browse files Browse the repository at this point in the history
…nx phar.
  • Loading branch information
jawngee committed Apr 20, 2019
1 parent cce47bc commit 2dc8864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions box.json
Expand Up @@ -8,8 +8,7 @@
"directories": ["src","app"],
"files": [
"LICENSE",
"phinx.yml",
"composer.json"
"phinx.yml"
],
"finder": [
{
Expand All @@ -30,5 +29,6 @@
"git-version": "git_tag",
"main": "bin/phinx",
"output": "phinx-@git-version@.phar",
"stub": true
"stub": true,
"exclude-composer-files": false
}

0 comments on commit 2dc8864

Please sign in to comment.