You can use a specific version of composer in the Console using variables.
To select your version, just add this element in your json variables (Project > Environment > Settings > Application):
{
"composer": {
"version": "1.10.10"
}
}
This element will force the installation of composer 1.1.10 on your servers.