I am trying to run composer update or if I tried to install any package for my site it hangs saying this
Loading composer repositories with package information
Updating dependencies (including require-dev)
But If I try composer install it is working with
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
- Installing psr/log (1.1.2): Loading from cache
- Installing symfony/polyfill-ctype (v1.13.1): Loading from cache
- Installing phpoption/phpoption (1.6.0): Loading from cache
......
I am using Laravel Homestead with vagrant and virtualbox
Whats the problem and How to solve it