Composer
Last updated
Last updated
composer
is a PHP binary script and it's using to define which interpreter for executing.
So if you're running composer
without any specific option, it will use your PHP version at /usr/bin/env php
(which is your default PHP)
We can have many versions of PHP inside your Linux and you can flexible use which PHP version for executing as you want like this way:
Or just