Install Composer in PHP Base Image Docker Container
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
System Requirements
Composer in its latest version requires PHP 7.2.5 to run. A long...
sathir.hashnode.dev2 min read