From 9e2671703b67ab424bcd3d4f253d3dc5d878790b Mon Sep 17 00:00:00 2001 From: damonsson Date: Tue, 15 May 2018 02:54:19 +0200 Subject: [PATCH] bin dir fix, add var folder --- composer.json | 5 ++++- tests/Application/.gitignore | 2 +- tests/Application/var/.gitkeep | 0 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tests/Application/var/.gitkeep diff --git a/composer.json b/composer.json index 65a6f14..f71dec2 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,8 @@ "Tests\\BitBag\\Dhl24PlShippingExportPlugin\\": "tests/" } }, - "minimum-stability": "dev" + "minimum-stability": "dev", + "config": { + "bin-dir": "bin" + } } diff --git a/tests/Application/.gitignore b/tests/Application/.gitignore index 5bb5986..f54ffd9 100644 --- a/tests/Application/.gitignore +++ b/tests/Application/.gitignore @@ -1,6 +1,6 @@ /node_modules/ -/var/ +/var/* !/var/.gitkeep /web/* diff --git a/tests/Application/var/.gitkeep b/tests/Application/var/.gitkeep new file mode 100644 index 0000000..e69de29