Composer keeps trying to load repo from old path

240 Views Asked by At

I have several private repos stored on Github and made available on Packagist. Due to some stability issue, these packages were later moved into private Bitbucket and added to our private Satis. (removed from Packagist)

The issue is that when we try to run 'composer update' on our machine it still tries to pull from Github paths.

I have tried everything including:

  • Deleted everything in the current folder to pull again
  • Clear cache with the new clear-cache command and also with rm -rf

Nothing worked.

Is this considered a bug? What do I have to do to make sure composer never tries to use the old repo path?

(I posted this on Composer issues as well but haven't got any solution there yet)

0

There are 0 best solutions below