composer update -vvv is not working
问题 I have installed composer globally on ubuntu 14.04. When I run composer --version it works with the following output Composer version 1.0-dev (45b1f356c24d87788a339f6a50d6d78bef464c47) 2015-02-27 14:31:27 But when I run the following command composer update -vvv It gives the following error Failed to initialize global composer: Composer could not find the config file: /home/enamul/.composer/composer.json To initialize a project, please create a composer.json file as described in the http:/