Skip to content

Commit

Permalink
bin dir fix, add var folder
Browse files Browse the repository at this point in the history
  • Loading branch information
damonsson committed May 15, 2018
1 parent 908ce4b commit 9e26717
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"Tests\\BitBag\\Dhl24PlShippingExportPlugin\\": "tests/"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"config": {
"bin-dir": "bin"
}
}
2 changes: 1 addition & 1 deletion tests/Application/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/node_modules/

/var/
/var/*
!/var/.gitkeep

/web/*
Expand Down
Empty file added tests/Application/var/.gitkeep
Empty file.

0 comments on commit 9e26717

Please sign in to comment.