composer interpreter

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

View file

@ -84,7 +84,8 @@ cleanCommands = (commands) ->
"sf" : "php symfony",
"sf2" : "php app/console",
"sf3" : "php bin/console",
"artisan": "php artisan",
"composer": "composer",
"artisan" : "php artisan",
}
for command in commands