Your requirements could not be resolved to an installable set of packages.
nano ~/.bash_profile
export MAMP_PHP=/Applications/MAMP/bin/php/php7.1.0/bin
export PATH="$MAMP_PHP:$PATH"
source ~/.bash_profile
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer