Moved composer out of the private directory

Unsure if that's why I couldn't make the file, thinking of perhaps making the
log directory part of the directory structure instead of creating it on the
fly in Travis CI.
This commit is contained in:
Joshua Sherman 2014-01-11 16:23:06 -05:00
parent 4a8260c0eb
commit 04e008c508
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"config": {
"vendor-dir": ".composer"
"vendor-dir": "vendors/composer"
},
"require": {
"devize/closure-compiler": "@dev",