From 2dc8864484767860463ca0744a18474182387601 Mon Sep 17 00:00:00 2001 From: Jon Gilkison Date: Sat, 20 Apr 2019 19:29:03 +0700 Subject: [PATCH] Fix box configuration to work with humbug/box to generate working phinx phar. --- box.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index f827b258d..c6d950afc 100644 --- a/box.json +++ b/box.json @@ -8,8 +8,7 @@ "directories": ["src","app"], "files": [ "LICENSE", - "phinx.yml", - "composer.json" + "phinx.yml" ], "finder": [ { @@ -30,5 +29,6 @@ "git-version": "git_tag", "main": "bin/phinx", "output": "phinx-@git-version@.phar", - "stub": true + "stub": true, + "exclude-composer-files": false }