Closed fvilpoix closed 9 years ago
:+1:
For the 1.2 ?
ping @jubianchi @stephpy
@FlorianLB :+1:
:+1:
I think this branch should be rebased...
@jubianchi done :D
By the way, since the new update on composer, I'm not sure this PR will be very usefull : (on the same exemple that my very first exemple)
[167.1MB/11.47s] Reading /Users/fvilpoix/.composer/cache/repo/https---packagist.org/provider-symfony$var-dumper.json from cache
[406.7MB/24.71s] Reading /Users/fvilpoix/.composer/cache/repo/https---packagist.org/provider-mageekguy$atoum.json from cache
[407.1MB/24.73s] Reading /Users/fvilpoix/.composer/cache/repo/https---packagist.org/provider-jedi$atoum-bundle.json from cache
[407.1MB/24.74s] Reading /Users/fvilpoix/.composer/cache/repo/https---packagist.org/provider-rezzza$atoum-bundle.json from cache
13s instead of 50s.
However, maybe the "replace": {"mageekguy/atoum": "*"}
from atoum will keep the calculation delay...
@fvilpoix Thanks!
The replace on atoum should stay here, it seems that many repositories depends on the old name: https://github.com/search?utf8=%E2%9C%93&q=%22mageekguy%2Fatoum%22%3A+%22+extension%3Ajson&type=Code&ref=advsearch&l=
of course !
Thx buddy !
Hello,
As the AtoumBundle as been moved to atoum namespace for a long time, I suggest to remove the old "replace" statements, which causes a quiet long delay when doing a
composer update
with a lot of dependencies.Here are exemples of my composer update for 2 projects :
or in a small project :
Thx :)