When you wanna
- use different version of PHP for Composer (or other CLI apps)
- use different
php.iniwith Composer, because of for example slow XDebug (that you don't even need with production phar of Composer)
- save
composer.shas/usr/local/bin/composer - save
composer.php.inias/usr/local/etc/composer.php.ini, or create your own ini chmod +x /usr/local/bin/composer- profit
- You can easily change the used PHP runtime by changing the
phpbinnary to an absolute path