How to Resolve unable to self-update Composer
This can happen when you are running on a older version of composer i.,e 1.0 and wants to update to the latest version but the simple composer self-update command doesn't work instead it tells you Command self-update not defined.
How to Use Different PHP Version for different projects in Ubuntu
There are scenarios when you are running multiple projects in your development server but each of them may need a different PHP version. Some of them might be upgraded to latest version while some of them still awaits the upgrade.