How to clone repository with Composer without --prefer-source? (using Symfony 2)

后端 未结 3 2009
挽巷
挽巷 2021-02-09 08:02

Scenario: I am working with Symfony 2.2. In my list of required packages is also one of my github repositories, let\'s call it \"TestLib\".

I know that I can define the

3条回答
  •  情话喂你
    2021-02-09 08:37

    What I typically do if I notice that a vendor has an issue is rm -rf vendor/foo/bar to remove it and then I run composer install --prefer-source to get it back as a git repo.

提交回复
热议问题