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 commands = commands.map Function.prototype.call, String.prototype.trim
interpreters = { interpreters = {
"sf" : "php symfony", "sf" : "php symfony",
"sf2" : "php app/console", "sf2" : "php app/console",
"sf3" : "php bin/console", "sf3" : "php bin/console",
"artisan": "php artisan", "composer": "composer",
"artisan" : "php artisan",
} }
for command in commands for command in commands