Installing Composer on Debian
Installing Composer on Debian. Composer is a dependency management tool used in PHP, to easily manage resources. Composer can install or update libraries, that you are using in your projects. Minimum Requirements : Debian 6, 7 or 8 PHP (including php-cli) Curl (use command sudo apt-get install curl, to install…
Read more