composer interpreter

This commit is contained in:
Simon Vieille 2016-01-21 16:41:30 +01:00
parent bd26e8cbfe
commit ca70506e9f

View file

@ -81,10 +81,11 @@ cleanCommands = (commands) ->
commands = commands.map Function.prototype.call, String.prototype.trim
interpreters = {
"sf" : "php symfony",
"sf2" : "php app/console",
"sf3" : "php bin/console",
"artisan": "php artisan",
"sf" : "php symfony",
"sf2" : "php app/console",
"sf3" : "php bin/console",
"composer": "composer",
"artisan" : "php artisan",
}
for command in commands