diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:41:13 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:41:13 +0200 |
commit | 2ceb9fbbe689afe302e707c6760a2349be9d2647 (patch) | |
tree | d2d6a679c7dbdc0f5c148cc9b23ad90dc77b7f6b /composer.json | |
parent | 1f11ca14d95fde7b77a9f567002b1fb1363819fe (diff) |
Leave vendor bindir in vendor dir
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 3f5537fe..a36a528b 100644 --- a/composer.json +++ b/composer.json @@ -88,8 +88,5 @@ }, "bin" : [ "bin/prado-cli" - ], - "config" : { - "bin-dir" : "bin" - } + ] } |