There's a service for php but we need to install composer in the php container or worse, install projects' dependencies through composer installed locally.
It adds a new service for composer and permit to run composer within a container with just a command: `docker-compose run composer install`.