Y
Hacker News
new
|
ask
|
show
|
jobs
by
Eremotherium
2241 days ago
Try Prestissimo, which enables composer to download packages in parallel
composer global require hirak/prestissimo
1 comments
Epskampie
2241 days ago
The dependency solver is what is slow, not so much the downloading.
link
conradfr
2240 days ago
Also doing a composer update in a container with not much ram is sometimes properly impossible. Although that may have changed with the recent 2.0.
link