How to get list of all installed packages along with version in composer?

后端 未结 8 440
温柔的废话
温柔的废话 2020-11-28 18:27

I have been working on a project using Symfony 2.1 on my local machine. I have uploaded it to my server but when I try and install the vendor bundles using Composer, I\'m g

8条回答
  •  失恋的感觉
    2020-11-28 18:49

    Is there a way to get it via $event->getComposer()->getRepositoryManager()->getAllPackages()

提交回复
热议问题